I tried this out locally and it looked OK, try increasing the red number:
Code:
height: expression(Math.max(document.documentElement.clientHeight, 683)+'px');
Also, please note that I changed the order and value (removed !important) of the height declarations:
Code:
#wrapper {
color: #FFFFFF;
background-color: #efead8;
width: 864px;
height: 100%;
height: auto;
min-height: 100%;
height: expression(Math.max(document.documentElement.clientHeight, 683)+'px');
position: relative;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-align: left;
z-index: 0;
}
Bookmarks