Skip to main content
Inspiring
July 10, 2008
Answered

CFLAYOUT TAB - CFLAYOUTAREA with CFSCRIPT

  • July 10, 2008
  • 1 reply
  • 278 views
The first and last TABS have the appropriate TEXT displaying. The three tabs in between show the TAB but the TEXT is gone. Very strange. Has anyone tried this and found a work around. We have not been able to find any technical reference regarding use of CFSCRIPT inside the CFLAYOUTAREA tag.




This topic has been closed for replies.
Correct answer kensdw
SOLVED -
IE for some reason must find a STYLE definition - style="width:100%"

Adding it renders all the TABS with TEXT as you would expect.

For some reason Mozilla and Opera are more forgiving and do not require the style definition.

1 reply

kensdwAuthorCorrect answer
Inspiring
July 14, 2008
SOLVED -
IE for some reason must find a STYLE definition - style="width:100%"

Adding it renders all the TABS with TEXT as you would expect.

For some reason Mozilla and Opera are more forgiving and do not require the style definition.