eric cash wrote:
> I forgot to mention, the rollover problem is only in firefox, 
> although I swear it was in IE earlier...

No such problem in Firefox, except that (as mentioned earlier) :visited
overrides :hover in all browsers.
That's because you have those link styles in the wrong order - :link,
:hover, :visited. They should be in the following order - :link,
:visited, :hover.

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to