#fixed {
border:1px solid red;
height:100px;
left:50%;
margin-left:-500px;
position:fixed;
top:0;
width:1000px;
}
Can anyone help me ensure that this element displays correctly in IE6? The div is the first element directly under the body. Thank you.