Please help us fix the j.org IE7 rendering bug - Joomla! Forum - community, help and support
ok, i've spent 3 hours trying resolve bug ie7 shown in screenshot below , have gotten absolutely no where. happens, page renders fine, if scroll down, part of background vanishes. here appreciated.
code: select all
div#wrapper {
/* height: 100%;*/
margin-left: auto;
margin-right: auto;
min-width: 750px;
max-width: 1050px;
_width: expression(((document.body.clientwidth)) < 750? "750px": ((document.body.clientwidth)) > 1050? "1050px": "auto" );
}
kill height declaration in wrapper
http://www.satzansatz.de/cssd/onhavinglayout.html
who knows did haslayout ie7
Comments
Post a Comment