/* CSS Document */

#mydiv{
position: fixed;
left:15px;
margin:0px;
padding:0;
top: 10px;
float:left;
width:300px;
background-color:#EBB545;
top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop : document.body.scrollTop);

}

* html #mydiv{
	position: fixed;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop : document.body.scrollTop);
	width: auto;
	height: auto;
}
