How to disable x-tabs-wrap class?

March 9th, 2010 | Posted by rose under enart.qthx.com with
Hi,

I'm using the latest Coldfusion app dev platform, which uses quite a bit of ajax features.
The app has main window, which has layout and its subsections.

Everything works as designed for IE7 (not bad for IE6), however, FireFox version 2.0 does not seem to like it much. Specifically, dupe tabs. With FF, the app screen looks like this:
[tab 1] [tab2] -- appear to be called from {x-tabs-wrap} class
[tab 1] [tab2] -- appear to be called from {x-tabs-body}
processed, display content ...

I'm debugging FF with Firebug (it's real neat), this debugger initially indicates that
one DIV uses {x-tabs-wrap} class (and this class uses x-tabs-strip-wrap for related stuff
I guess) and another DIV uses {x-tabs-body}, this DIV has EVERYTHING needed. So, I attempted to disable the {x-tabs-wrap} class by commenting out this class and its subclass like x-tabs-strip-wrap from the CSS file. But problem persists.

What could I do to disable this redundant {x-tabs-wrap} thing?

Thanks.




#If you have any other info about this subject , Please add it free.#
Your name:
E-mail:
Telphone:

Your comments:


If you have any other info about How to disable x-tabs-wrap class? , Please add it free.
edit