Hide CSS rules from IE-Mac, show to only IE-Win


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

Change #floatbox and p selectors to anything you want...


Copy this code and paste it in your HTML
  1. /* Hide from IE5-mac. Only IE-win sees this. \*/
  2.  
  3. * html #floatbox {
  4. margin-right: 10px;
  5. }
  6.  
  7. * html p {
  8. height: 1%;
  9. margin-left: 0;
  10. }
  11.  
  12. /* End hide from IE5/mac */

URL: http://www.positioniseverything.net/explorer/threepxtest.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.