【发布时间】:2011-02-19 20:38:08
【问题描述】:
#fixed {
border:1px solid red;
height:100px;
left:50%;
margin-left:-500px;
position:fixed;
top:0;
width:1000px;
}
如何使这个元素在 IE6 中以相同的方式显示? div 是正文中的第一个元素 问候
【问题讨论】:
标签: css cross-browser internet-explorer-6