Posted by Sid Ismail on 10/25/05 14:20
On 25 Oct 2005 04:07:44 -0700, "signo" <massimosignorini@libero.it>
wrote:
: 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>
:
Tr adding padding:3px in the style declaration
Sid
[Back to original message]
|