Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
看到这个小提琴:
http://jsfiddle.net/cuMZA/4/
这在 Chrome、Firefox 中完美运行。但在 IE 中,这无法显示红色块。似乎它正在使用:溢出:隐藏作为设置。
但是,我必须使用渐变选项在外部 div 中显示半透明背景。解决这个问题的最佳方法是什么?
我将该position: absolute;属性添加到#block div,它似乎以这种方式工作。不知道为什么会溢出:来自过滤器的隐藏行为。我也尝试添加overflow: visible;但没有奏效。
position: absolute;
overflow: visible;