  #topNav {
width: 47px;
z-index: 100;                                                     /*设置浮动层次*/
overflow: visible;
position: fixed;
bottom: 210px;
/*bottom: 458px;*/
margin-left:980px;                                                        /* 其他浏览器下定位，在这里可设置坐标*/
_position: absolute;                                       /*IE6 用absolute模拟fixed*/
_top: expression(documentElement.scrollTop + documentElement.clientHeight-360 + "px"); /*IE6 动态设置top位置*/
/* documentElement.scrollTop 设置浮动元素始终在浏览器最顶，可以加一个数值达到排版效果 */
height: 63px;
}
 