I have a link in the bottom of a div-box, which have position:absolute and should overlay the whole div-box.
like that: http://jsfiddle.net/UpwvT/4/
In FF and Webkit it works fine, but in IE + Opera the "some text" is still not a link and not clickable.
Anybody an idea? :) thanx
It looks like bug in Opera and IE.
There is my hack for Opera and IE9. Add this for .link
background-color: rgba(204,204,204,0.01);
It is very transparent background.
It doesn't work in IE8.