This content has been marked as final.
Show 4 replies
-
1. Re: Default tab with cflayout not displaying properly
kodemonki Jan 16, 2009 8:31 AM (in response to kodemonki)This only appears to happen in IE, but not FF or Chrome. I am currently using IE7. -
2. Re: Default tab with cflayout not displaying properly
Kapitaine Jan 16, 2009 9:57 AM (in response to kodemonki)I can almost guarantee this will be a CSS conflict issue. You probably have CSS rules that over-ride some of the CSS that CF places in to style the tabs.
I know that CF has some nice UI things, but really, I think they're more trouble than they're worth.
Have you had a look at jQuery? Making tabs is very easy. Please see:
http://stilbuero.de/jquery/tabs_3/
Otherwise, get Firefox, download the "web developer toolbar" AND also "Firebug" (which are both extensions to the browser) and find out using these tools what is causing the conflict.
Good luck,
Mikey. -
3. Re: Default tab with cflayout not displaying properly
kodemonki Jan 28, 2009 6:34 AM (in response to kodemonki)I tried the Firefox add-ons but couldn't quite figure out what I was looking for. I properly scoped the HTML and it worked, but then I added (and removed) code outside of the <cflayout/> tag and it stopped again. I've added this before the other cflayoutareas, which makes it work, though not as pretty as I'd like:
<cflayoutarea inithide="true" disabled="true" title=""></cflayoutarea> -
4. Re: Default tab with cflayout not displaying properly
kodemonki Jan 28, 2009 7:39 AM (in response to kodemonki)And added selected="true" to what is now my second tab, "Get It"
