DIV随屏幕滚动JS代码
摘要:
var tips; var theTop = 250/*这是默认高度*/; var old = theTop;function initFloatTips() { tips = document.getElementById('floatTips'); moveTips();};function moveTips() { var tt=50; if (window.innerHeight) { pos = window.pageYOffset } else if (document.documentElement && document.documentElem 阅读全文
posted @ 2011-12-15 12:44 绿特 阅读(1037) 评论(0) 推荐(0)
浙公网安备 33010602011771号