Hola, tengo el siguiente problemita. Estoy haciendo una web y el margin-top no me funciona en IE. El css es el siguiente:
#header{
background-color:#999999;
border:#666666;
position:relative;
margin-top:10px;
height:100px;
}
Saludos!