I want to have a anchor with a specifc height and width. There is no text on it since it's meant to be put in front of a certain area of the page.
Here is the code:
<a href="/" style="width:370px;height:80px;display:block;position:absolute;"></a>
It's working fine in everything but IE6 and IE7. If I add a border, I can see that the anchor has the correct size, but if I try to click it, only the top part will be clickable.
I don't know why it's doing this. I tried adding a onclick even with an alert, and same thing, it's impossible to click on the bottom part of the anchor.
It's really weird, did this happen to anyone before? Anything will help.