html {
_background-image: url(about:blank);
_background-attachment: fixed;
}
body {
background-attachment: scroll;
}
.topBox
{
width:100%;
height:30px;
background:#999;
position:fixed;
left:0px;
top:0;
_position:absolute;
z-index:99999999999;
_top:expression(documentElement.scrollTop);
}