css yi incelersen şöyle değerler var
/* The Top */
#top {
width:300px;
height:700px;
margin-top:0px;
background:#140E0E url(images/top2.jpg);
background-repeat:no-repeat;
float:right;
position:fixed;
_position: absolute;
}
* html #top { /* lte IE6 */
position:absolute;
}
position:fixed;===> ff için
_position: absolute;====>ie için