Return to Snippet

Revision: 7107
at July 7, 2008 06:46 by Uzbekjon


Initial Code
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #floatbox {
  margin-right: 10px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

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

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

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

Initial Tags
css, ie

Initial Language
CSS