Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
Ok, now it's cool in IE... but NOW in ff it doesnt recognize the menu div as being inside the body and so the body area shrinks and grows with content div ONLY. Where as, in IE, it grows with both of them.
meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"html, body {
height:auto !important; /* ff and standards compliant browsers use this */
height:100%; /* ie overrides the !important rule with whatever comes last */
min-height:100%;
}* html whatever selectors you want here {
/* only affects IE, won't affect IE7 when it's released. */
}
1 to 20 of 20