首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

让DIV随着滚动条移动

2012-10-28 
让DIV跟着滚动条移动jQuery(window).scroll(function() {var bottomHeight -+document.documentElement

让DIV跟着滚动条移动

jQuery(window).scroll(function() {var bottomHeight =  "-"+document.documentElement.scrollTop;jQuery("#chatToolBar").css("bottom", bottomHeight + "px");});
?

热点排行