1) Tab Content Script
2) http://www.dynamicdrive.com/dynamici...abcontent2.htm
3) I'm trying to figure out how to highlight only the tab button when you click on it and not the entire tab, is this possible?
Thanks
1) Tab Content Script
2) http://www.dynamicdrive.com/dynamici...abcontent2.htm
3) I'm trying to figure out how to highlight only the tab button when you click on it and not the entire tab, is this possible?
Thanks
Find the line:
And change that to:Code:aobject.style.backgroundColor=document.getElementById("tabcontentcontainer").style.backgroundColor=themecolor
That should do it.Code:aobject.style.backgroundColor=themecolor
awesome! thanks alot, this is a great menu system!
Bookmarks