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
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