Previous Message
Next Message

image is a link, don't want link css applied

Sent by Lorin Rivers on 31 March 2004 05:05


On Mar 30, 2004, at 10:08 PM, Don Hinshaw wrote:

> Again, I may be showing my true lack of understanding...but this seems 
> to
> work for me in IE6 and Mozilla:
>
> a:hover img, a:active img {
>  color: #fff;
>  background-color: #fff;
>  border-bottom: none #fff;
> }
>
> Don
>

Do you also have:

a:hover, a:active {
  color: #red;
  background-color: #red;
  border-bottom: dotted #red;
}

Because that seems to be from whence the trouble arises...

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: