CSS Problem - Link (position:absolute) above a Box not work in IE + Opera
问题 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 回答1: 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. http://jsfiddle.net/UpwvT/19/ It doesn't work