Hi:
By design, the style of the current active tab (ie: its background color) also spills over to the content beneath it. So for example, if you were to modify:
Code:
#tablist li a.current{
background: lime;
}
lime will now not only be the background color of the current active tab, but the content it references as well. This is intentional, to allow the webmaster to easily style an entire tab content. Now, you can specify a theme to change the color for different tabs, but again, this affects both the tab and its content:
Code:
<li><a href="hot.htm" onClick="return expandcontent('sc3', this)" theme="#FFE6E6">What's Hot</a></li>
This behavior above is by design. I can look into updating this script to support highlight only by tabs, and not the tab contents as well if the demand is there.
Bookmarks