Posted by Jonathan N. Little on 06/28/05 05:33
Lauri Raittila wrote:
> in alt.html, Greg N. wrote:
>
>>Greg N. wrote:
>>
>>
>>>http://coolhaus.de/misc/test3.htm
>
>
> a:hover img {}
>
This will do what I think you want for both IE and the Geckos...
.left { float: left; }
.imga IMG { border: 0; vertical-align: bottom; }
a.imga { border: 2px solid green; }
a.imga:hover { border: 2px solid red; }
<a class="imga left" href="http://www.google.de"><img
src="http://coolhaus.de/misc/smily.gif" width=29 height=20></a>
<a class="imga left" href="http://www.google.de"><img
src="http://coolhaus.de/misc/smily.gif" width=29 height=20></a>
Note: I floated both links, you see what happens if you don't...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|