From tabcontent.css - the highlight image:
Code:
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}
The tab content box dimensions:
Code:
.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}
You can add a height property/value pair to the above if you like but, it is often good to allow the container to resize its height to its contents. Odd things will happen if there is more content than will fit in the set width X the set height.
Bookmarks