![]() |
CSS in the Speedbar - changing color of link pseudoclass
Ok, I have the opposite problem. I'm trying to change the color of the links in the speedbar, which is the Tab class.
No matter what I do, I can't seem to override the primary link psuedoclass style. Here's the code: A:link { COLOR: #081589; TEXT-DECORATION: none; } .Tab { FONT-WEIGHT: bold; TEXT-TRANSFORM: uppercase; } .Tab A:link {color: #FFFFFF} I've also tried: A.Tab:link {color: #ffffff} a.Tab:visited {color: #0000ff} a.Tab:hover {color: #ffcc00} Any help would be greatly appreciated. thanks, Joshua |
Hi Josh,
Can I see your shop? I might be able to see whats wrong with it then. |
CSS in the Speedbar - changing color of link pseudoclass
I'm still doing the set-up. The shop is at
http://www.ogdenlittle.com/shop/customer/home.php Let me know if you need to see any of the code. thanks! Joshua |
Now it seems to be working
Well, I'm not sure what the problem was, but the following code in the css file seems to be working. Note that the additional link characteristic is specified AFTER the class, but I'm not sure that matters.
Hmm. Quote:
|
Now I feel like I'm going nuts -- works on SOME of the tabs
OK, now I feel like I'm going nuts. The Home and Contact Us tabs appear correctly, but the middle tab, shopping cart, has the old format. They all have the same class, Tab, so why would they be different? The page is at
https://ogdenlittle.globalhosting.com/shop/customer/ the code for the style sheet is: Code:
.Tab { and the source for the speed bar is Code:
<html> |
it looks to me like you got it fixed since all 3 links seem to be using the Tab class correctly. Could it be that the a:visited color is throwing you off? or some caching problem with your browser? dunno
could you take a screenshot of the problem |
All times are GMT -8. The time now is 07:28 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.