Skip to content

Instantly share code, notes, and snippets.

@howardpanton
howardpanton / browser hacks
Created January 9, 2013 14:31
Browser hacks
/***** Selector Hacks ******/
/* IE6 and below */
* html #uno { color: red }
/* IE7 */
*:first-child+html #dos { color: red }
/* IE7, FF, Saf, Opera */
@glnster
glnster / Vertical-Center-Hacks.markdown
Created January 28, 2015 22:30
Vertical Center Hacks