Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 12 of 12
/* hack min-height for i.e. */
min-height: 40px;
height: auto !important;
height: 40px;* html .pre { height: 1% } /* for IE 5 and IE 6 */
*:first-child+html .pre { min-height: 1px; } /* for IE 7 */It seems that Microsoft bring IE 8 to the next generation ;)
pre {
min-height: 1em; /* ignored in IE<7 */
height: 1%; /* IE6 */
height: auto !important; /* everybody else */
}
Thanks NoWhereMan, great :D And did you patch also Leggero?
erm, I don't understand, are you saying it doesn't work?
see if the official site looks ok to you
min-height: 40px;
height: auto !important;
height: 40px;
1 to 12 of 12