The CSS for this script is basically lifted directly from "Shade Image Tabs" menu". This means if you don't like it, you can basically swap it out with another CSS menu found in the CSS library, such as this one instead: http://www.dynamicdrive.com/style/cs...id-block-menu/ Just swap out the .css file with the new one, plus edit the HTML of the tabs so the correct CSS class names are used:
Code:
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="#" rel="tcontent1">Tab 1</a></li>
<li><a href="#" rel="tcontent2">Tab 2</a></li>
<li><a href="#" rel="tcontent3">Tab 3</a></li>
<li><a href="#" rel="tcontent4">Tab 4</a></li>
<li><a href="http://www.dynamicdrive.com">Dynamic Drive</a></li>
</ul>
Bookmarks