Latest 100 public snipts »
nell's
snipts
showing 1-5 of 5 snipts
-
∞ Remove extra spacing from li {display:inline-block}
ul {font-size:0} li {display:inline-block; font-size:1em;}
-
∞ Make IE resize images smoothly
img {-ms-interpolation-mode:bicubic;}
-
∞ Inline-block for IE6/IE7
.element {zoom:1; display:inline;}
-
∞ Fix for mir image replacement (IE6)
.mir {letter-spacing : -1000em; text-indent : -999em; overflow : hidden;}
-
∞ Proportional image resize
img {width:85%;height:auto}


