Created
October 21, 2009 15:02
-
-
Save juque/215165 to your computer and use it in GitHub Desktop.
hacks.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Proyecto: | |
* Autor: Silogismo.com | |
*/ | |
/** | |
* Safari | |
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ | |
html* elemento { } | |
/** | |
* IE 6 | |
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ | |
* html .grupo {height:1%;} | |
/** | |
* IE 7 | |
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ | |
*:first-child+html .grupo { min-height: 1px;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment