Skip to content

Instantly share code, notes, and snippets.

@juque
Created October 21, 2009 15:02
Show Gist options
  • Save juque/215165 to your computer and use it in GitHub Desktop.
Save juque/215165 to your computer and use it in GitHub Desktop.
hacks.css
/**
* 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