Public snipts »
nell's
snipts
showing 1-4 of 4 snipts
-
∞ 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}



Programming in Python 3