IE width height fix

liunx

Guest
div.logo{background-image:url('_img_logo.png');
position:absolute;
margin-left:0px;
margin-top:0px
width:100px;
height:200px}

width:100px; height:200px; not working in IE ?margin-top:0px;thx :D
 
Back
Top