当前位置: 代码迷 >> HTML/CSS >> 固定侧边蓝的css式样
  详细解决方案

固定侧边蓝的css式样

热度:86   发布时间:2012-07-23 09:42:19.0
固定侧边蓝的css样式

?

ul.scroll?{
  1. width:?15px;
  2. float:?right;
  3. display:?block;
  4. position:?fixed;
  5. top:?40%;
  6. right:?0;
  7. _position:?absolute;
  8. _margin-top:?300px;
  9. _top:?expression(eval(document.documentElement.scrollTop));
  10. z-index:?6;
}
  相关解决方案