Posted by Els on 10/25/05 14:12
signo wrote:
> With IE6 everything is Ok, but with Mozilla only a portion of the
> border is shown.
> #nav A:hover {border:5px solid black}
It's because you are placing a border on the <a> element, instead of
on the image.
Change your style rule to:
#nav A:hover img {border:5px solid black}
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Navigation:
[Reply to this message]
|