On Aug 15, 1:12 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> I really can't see any reason why it shouldn't work...

It seems that the problem has something to do with this:

Before clicking a tab:
<div id="one" class="tabs-container tabs-hide">TEST</div>
<div id="two" class="tabs-container">TEST</div>

After clicking a tab:
<div id="one" class="tabs-container tabs-hide">TEST</div>
<div id="two" class="tabs-container tabs-hide" style="">TEST</div>

Note that both tabs now have the tabs-hide style.

Reply via email to