Previous Message
Next Message

RollOver href="#" makes text disappear?

Sent by Michael Stevens on 13 February 2007 19:07


Of course, the first place I shoulda looked...

I actually made a #menu ul li a.flyout:hover declaration which works just
the same.

Thanks,

Mike

-----Original Message-----

The text is going nowhere but it is turning the same colour as the
background.
The background colour is specified for the class flyout and overrides the
CSS effect where the class is not specified

You have:
#menu ul li a.flyout, #menu ul li a.flyout:link, #menu ul li
a.flyout:visited {
    background: #006666 url(../gif/btn_flyout.gif) top right no-repeat; }

#menu ul li a:hover {
    background: #ffffff none;
    color: #006666;
}

Alter
#menu ul li a:hover {
To
#menu ul li a.visited:hover {

and it all comes right.


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Possibly related: