You are here:
node.js - built on chrome's javascript V8 engine node.js - built on chrome's javascript V8 engine

IE specific css hacks

A nice little CSS trick (well ok a hack!) for IE specific rules ...

/* for Internet Explorer */
/*\*/
* html .classname {
height: 8em;
}
/**/

This very handy when fiddling with expanding div or wrapping content