I have this link:
<a href="/" style="position: absolute; left: 40px; top: 50px; height: 60px; width: 120px;"> </a>
Which works fine in most browsers, except for IE. I tested it in IE8.
When I add a background color, it does work however. But this is not possible on my design. How do I fix this link to be clickable?
<a href="/" style="background-color: red; position: absolute; left: 40px; top: 50px; height: 60px; width: 120px;"> </a>
edit: I also tested with transparant background, doesn't work either.