Something seems to disrupt the display of lists ( uland ol) in IE7. They work fine in IE8, FF, Safari, etc., but not IE7 and IE6.
I just want them to display normally: ullists should display markers, and ol- show numbers.
I narrowed it down to the first 1000 lines of code in styles_layout.css...;)
Actually, I think this has something to do with the following styles:
* { margin: 0; }
html, body { height: 100%; }
.wrapper
{
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -39px;
}
Look here: http://www.olvarwood.com.au/olvarwoodonline/mod/forum/discuss.php?d=2 , log in asguest
source
share