Edit: closing anchor fixed - This issue exists when testing on the following browsers
Works with no problems on IE 8
Hey guys,
I'v a really weired problem here! In short, take a look at the following html:
<a href="login_page.html" class="img">
<span class="img_holder">
<img src="images/columnists/mike_zeisberger248.jpg" onerror="this.src='default.jpg'"/>
</span>
<span class="btn">track him</span></a>
Here's the img_holder css class
.img_holder{
border: 1px solid #c8c8c8;
display:block;
background:#fff;
height: 100px
}
and the img class
.img{
_margin:0 12px 12px 0;
}
Now, the problem is that, clicking the image nested inside the anchor tag doesn't take you to it's href link (thought, the href link shows in the status bar when hovering over the image, and opens perfectly fine when opening in new tab).
any ideas!?