like for example, i have for ie7 and for FX but in ie6 it doesn't display normally.
Quote
div#bottomproducts{
position:relative;
margin:0 auto;
margin-top:420px; <<--- It works in IE7 & FFX
}
position:relative;
margin:0 auto;
margin-top:420px; <<--- It works in IE7 & FFX
}
So how do i work out for ie6 that it would display normally same as ie7 and FX?
Help















