View Full Version : Tab Content Script - Highlight Tab Only
misfit949
12-15-2006, 05:38 PM
1) Tab Content Script
2) http://www.dynamicdrive.com/dynamicindex17/tabcontent2.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
Masterskinnie
12-15-2006, 05:53 PM
1) Tab Content Script
2) http://www.dynamicdrive.com/dynamicindex17/tabcontent2.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
I'm sure it is, though I have not been able to do this yet.
ddadmin
12-16-2006, 01:04 AM
Find the line:
aobject.style.backgroundColor=document.getElementById("tabcontentcontainer").style.backgroundColor=themecolor
And change that to:
aobject.style.backgroundColor=themecolor
That should do it.
misfit949
12-18-2006, 10:46 PM
awesome! thanks alot, this is a great menu system!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.