Different Link Colors
Permalink Browser Info EnvironmentType: | Discussion |
---|---|
Status: | New |
Just wanted to follow up on this. Anything?
From what I can see in Firebug, the white link color is being set by this declaration in main.css:
#menu li a { color: #FFFFFF; ....
IE 7 (and prior) might behave better if you add that same color style to a class in Superfish's CSS file. Does that sound like something you'd be comfortable trying?
Looks like you added the color property to:
.sf-menu li li a { border-top-color: #FFFFFF; ... }
Glad you got it working!
One think I'd suggest, though: make sure you copy the superfish block (everything in /packages/superfish/blocks) into /blocks. This way you'll still override the default block styles, but you won't lose your changes when you a new version of the block is released.
Example... If you issued a release that allowed for you to set an image as your background, would I be able to use that option?
I'd have tried adding a white text color like so:
color: #fff;
I'm not sure what's on the roadmap for Superfish, but releases generally add new features and fix bugs. You'd like to see a background image behind the links?
You'll be notified of Add-on updates on the Dashboard, from the Add Functionality tab.
As far as IE 6 is concerned, it's long been a thorn in the side of web developers due to its rampant incompatibility, so keep that in mind. There might be a workaround / hack but I'm not sure.