Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
div#mycontainer {
height:auto !important; /* ff/etc will use this because it's important. */
height:100px; /* ie6 and under will use this because it's read last. */
min-height:100px; /* ff/etc will use this value, ie6 and under don't support it so it will be ignored.*/
}
1 to 2 of 2