/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* Firefox */ #MyDiv {margin : 10px 10px 10px 10px;} /* IE6 Only */ * html #MyDiv {margin : 5px 5px 5px 5px;} /* IE7 Only */ *:first-child+html #MyDiv {margin : 2px 2px 2px 2px;}
URL: http://www.labrujulaverde.com/diseno/disenar-en-css-para-firefox-ie6-e-ie7/