Previous Message
Next Message

image mouseover effect with CSS not working

Sent by Thierry Koblentz on 15 June 2005 19:07


Christian Heilmann wrote:
> <a href="foo.htm" class="border"><img src="foo"></a>
> 
>   a:link.border{border:1px solid red;}
>   a:hover.border{border:3px solid red;}

Isn't the other way around?

a.border:link {border:1px solid red;}
a.border:hover {border:3px solid red;}

Thierry | http://www.TJKDesign.com
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: