Applying differnt themes to tabs in a tab set.
Is there a similar trick for using different UI themes on tabs that are in the same tab-set? Is there another way to indicate to which theme to choose?
That is, doing this:
<div id="tabs">
<ul>
<div id="ThemeOne"><li>First Tab</li></div>
<div id="ThemeTwo"><li>Next Tab </li></div>
</ul>
</div>
doesn't work because the <div>s around the <li>s are illegal.