the script at:
http://www.dynamicdrive.com/dynamici...tabcontent.htm
how can i get it to change the font from normal to bold on the header tabs as you select them?
Please help!
the script at:
http://www.dynamicdrive.com/dynamici...tabcontent.htm
how can i get it to change the font from normal to bold on the header tabs as you select them?
Please help!
Try replacing
withCode:#tablist li a.current{ background: lightyellow; }
This would change the font weight in the current clicked on tab.Code:#tablist li a.current{ background: lightyellow; font-weight: bold; }
Also note, the font style in the script is already at a bold 12px Verdana. If you are using the default declarations, you'll have to remove the bold comment from the "#tablist" font area.
Last edited by chinchilla2; 02-17-2006 at 05:29 PM.
I have tried but it doesn't seem to work like that.
The one that has class="current" stays bold and the clicked one doesn't alter.
Thanks for trying tho.
Bookmarks