CSS问题 - 链接(位置:绝对)上面的框不工作在IE +歌剧 [英] CSS Problem - Link (position:absolute) above a Box not work in IE + Opera

查看:195
本文介绍了CSS问题 - 链接(位置:绝对)上面的框不工作在IE +歌剧的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在div-box的底部有一个链接,它们的位置是:absolute,应该覆盖整个div-box。

I have a link in the bottom of a div-box, which have position:absolute and should overlay the whole div-box.

$ b http://jsfiddle.net/UpwvT/4/

在FF和Webkit它的工作正常,但在IE + Opera的一些文本仍然不是一个链接和不可点击。

In FF and Webkit it works fine, but in IE + Opera the "some text" is still not a link and not clickable.

任何人的想法? :) thanx

Anybody an idea? :) thanx

推荐答案

它看起来像是Opera和IE的错误。

It looks like bug in Opera and IE.

有我的黑客为Opera和IE9。添加到 .link

background-color:rgba(204,204,204,0.01);

There is my hack for Opera and IE9. Add this for .link
background-color: rgba(204,204,204,0.01);

这是非常透明的背景。

http://jsfiddle.net/UpwvT/19/

它在IE8中无效。

这篇关于CSS问题 - 链接(位置:绝对)上面的框不工作在IE +歌剧的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆