当前位置导航:炫浪网>>网络学院>>网页制作>>HTML与CSS教程

悬停效果静止不动不随滚动条滚动

  1. <style>  
  2. .aa{height:2000px;width:40px;background:#eee;}   
  3. .bb{width:50px;height:80px;background:red;float:right;   
  4.     position:fixed !important; top/**/:0px;   
  5.     position:absolute; z-index:100; top:expression(offsetParent.scrollTop+20);right:20px;   
  6. </style>  
  7.   
  8. <div class="aa">  
  9.     我是不动的。   
  10.     <script>for(var i=0;i<99;i++){document.write(i+"<br>");}</script>  
  11.   
  12.     <div class="bb">move</div>  
  13.   
  14. </div>  
上一篇:没有了! 下一篇:修饰之美CSS在表格边框上的美学应用
相关内容
赞助商链接