select Internet Explorer
情况这样:
有一个DIV窗口,默认隐藏,以下是这个窗口的部分CSS样式
visibility:hidden;background-image: url(../images/modifyWinBG.jpg);position: absolute;filter: Alpha(Opacity=80);
点击“修改”按钮时,显示这个窗口(即修改visibility的值为visible),这时窗口出现。
在chrome浏览器下显示效果如下:
但在IE浏览器下,DIV里的SELECT框就显示不出来
把这个窗口关掉后,发现原来select框显示在DIV下面,被DIV窗口遮住了。
请问这种情况如何解决?
回复讨论(解决方案)
最好贴html代码,个人估计是html有错,chrome帮你自动改好了,ie没。仅供参考
float:left
没人给出正确的答案。。。
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn