Posted by signo on 10/25/05 14:07
Hello to everybody,
I'm trying to display a border when the mouse passes over an image that
has a link.
With IE6 everything is Ok, but with Mozilla only a portion of the
border is shown.
Does anybody know the reason why?
Thanks.
<STYLE type=text/css>
#nav A:hover {border:5px solid black}
</STYLE>
<div id="nav">
<a href="http://www.indirizzo.html">
<img src="mia_immagine.jpg">
</a>
</div>
[Back to original message]
|