I have a long page and it should show the vertical scroll bar in IE but it doesn't. I can click on a button and the scroll bars appear then they disappear when the page is reloaded.
Here is the css
*{margin:0;padding:0}
html, body, form{height:100%}
body{position:relative;width:100%;}/*opera 9.5 fix*/
body
{
font-family:Trebuchet MS, Lucida Grande, Arial, sans-serif;
text-align:center;
}
/* ---Layout--- */
#wrapper{
width:100%;
text-align:left;
margin:auto;
min-height:100%;
margin-top:-100px;/*footer height*/
}
* html #wrapper{height:100%}
#header{
background: url(images/header.png);
height:89px;
border-top:100px solid #fff;/* soak up negative margin*/
}
#header_inner{
width:960px;
margin-left:auto;
margin-right:auto;
}