![]() |
What am I doing wrong in my code & CSS???
I can not get my link colors to change in the top menu navigation (out of the box was the tabs at the top but I modified it). For some reason, it wants to default to the sitewide standard and that will not work b/c of the bgcolor they are on. Here is the code I have:
Quote:
Here is the CSS I have to go with the tab class: Quote:
Now, I cheated & copied the link CSS from another area that had the same definitions, just different class & color. They work but I can not get this to work. Am I missing something on the whole tab menu thing today? My brain does tend to quit processing data properly later in the day. :roll: Thanks, Jen |
Re: What am I doing wrong in my code & CSS???
I think you need a TD.tab entry in your css.
Jason |
Re: What am I doing wrong in my code & CSS???
Well, I just figured out a work around. I am not sure about doing it this way but it is the only way that is working today.
I edited this segment of the top_menu.tpl file to include the class without quotes around the class name and it works. So I am leaving it for now. Quote:
|
Re: What am I doing wrong in my code & CSS???
I think you syntax is incorrect.
should be A.tab:link { COLOR: #ffffff; TEXT-DECORATION: NONE; } A.tab:visited { COLOR: #ffffff; TEXT-DECORATION: NONE; } A.tab:hover { COLOR: #ffffff; TEXT-DECORATION: NONE; } A.tab:active { COLOR: #ffffff; TEXT-DECORATION: NONE; } |
All times are GMT -8. The time now is 11:29 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.