Log in

View Full Version : different text options for a tab



mcolton
06-15-2009, 02:54 AM
I'm using the Drop Down Tabs Menu for my website.
I'm wondering if I can make only 1 of my tabs a different color/size/font than the others.
I really want to emphasize only 1 of the tabs.
Thanks for any help.

C55inator
06-23-2009, 11:22 PM
Easy. Wait, which tabs are you using? give me the URL. Anyway, find the tag for that tab, and add in class="selected_tab". If it already has class="something else" in it, then after the original class, add a space, and then add "selected_tab". Then go to your stylesheet, and, at the very bottom, add ".selected_tab {/*Your rules that you want to apply to that specific tab*/}"

If that looks like jargon, and you don't want to learn more, send me what you're working on, and I can do it for you ;-). Otherwise, go to the w3c tutorial to learn more, or, if you know the basics of HTML & CSS, just ask me.

Hope that was helpful.