相关代码
推荐使用
你的广告
- 广告代码1
Adviertisement
校内网css悬浮窗口教程
- <style>
- .aa{height:9999px;width:55px;background:#fff;}
- .bb{width:111px;height:123px;background:red;float:right;
- position:fixed ; top/**/:0px;
- position:absolute; z-index:100; top:expression(offsetParent.scrollTop+20);right:20px;
- </style>
- <div class="aa">
- 悬浮窗口测试
- <script>for(var i=0;i<99;i++){document.write(i+"<br>");}</script>
- <div class="bb">悬浮窗口文字演示</div>
- </div>
|
|
