Diseñar en CSS para Firefox, IE6 e IE7


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* Firefox */
  2. #MyDiv {margin : 10px 10px 10px 10px;}
  3.  
  4. /* IE6 Only */
  5. * html #MyDiv {margin : 5px 5px 5px 5px;}
  6.  
  7. /* IE7 Only */
  8. *:first-child+html #MyDiv {margin : 2px 2px 2px 2px;}

URL: http://www.labrujulaverde.com/diseno/disenar-en-css-para-firefox-ie6-e-ie7/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.