I have a <DIV> that is using a float to the left -- IE is doubling it's left margin and moves the <div> to the right 10px instead of 5px (which firefox renders correctly) ... grrrr.
#leftNav {
float: left;
width: 380px;
margin-left: 5px;
padding:0;
}
Any thoughts?
Thanks!