olaf
Fri 22 September 2006, 04:21 pm GMT +0300
Hi,
just found this usefull and good working CSS IE fix:

just found this usefull and good working CSS IE fix:
Code:
selector {
min-height:500px;
height:auto !important;
height:500px;
}
source: http://www.dustindiaz.com/min-height-fast-hack min-height:500px;
height:auto !important;
height:500px;
}
