Hi, I'm having a hard time with ie6 lately on a particular problem, here's the bit of html I'm on :
<a href="http://www.mylink.com" style="display:block;width:200px;height:200px;">
<span style="display:block;width:100px;height:100px;">
<img src="img.jpg" alt="My image" />
</span>
</a>
Everything is fine with firefox etc, but the link won't work by clicking directly on the image on IE6 (but will do work anywhere else on the link).
Here is a link : http://www.daniel-rico.com/demos/ie/
Someone has an idea ?
Thanks !
- edit : This does not work on IE7 either :/