div标签的IE6 CSS问题 [英] IE6 css issue for div tag

查看:109
本文介绍了div标签的IE6 CSS问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我的对话框未在IE6中打开,但对于所有其他
效果很好
CSS类include

Hi

My Dialog box is not open in IE6 however works fine for all other

css class include

.popupForm
{
    width: 700px;
    display: none;
    border: solid black 1px;
    position: absolute;
    z-index: 200;
    top: 100px;
    left: 130px;
    background-color: #FFFFFF;
}
.popupFormToolbar
{
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    height: 25px;
    color: White;
    background-color: #5f5f5f;
    vertical-align: middle;
    padding: 5px 10px 0;
}
.popupBackgroundFader
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
    z-index: 100;
}



HTML包括



HTML includes

<div id="popupBackgroundFader" class="popupBackgroundFader"  önclick="return false;">
</div><div id="dvTest" class="popupForm" style="width: 350px; height: 135px">
<div class="popupFormToolbar" style="width: 330px">  </div>
<table>content</table></div>



单击按钮打开dvTest.它不适用于IE6,但其他所有功能都可以正常工作,您能帮我解决这个问题吗?



click on button open dvTest . it won''t work for IE6 , while all other it works fine can you help me to solve this issue

推荐答案

我不想动我的头进入那个

最终IE6备忘单:如何修复25 + Internet Explorer 6错误 [ Internet Explorer 6倒计时-将世界移离Internet Explorer 6 [
I don''t want to push my head into that

Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs[^]

BTW Still IE6? X|
The Internet Explorer 6 Countdown - Moving the world off Internet Explorer 6[^]


这篇关于div标签的IE6 CSS问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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