摘要:
$(window).height(); //浏览器时下窗口可视区域高度 $(document).height(); //浏览器时下窗口文档的高度 $(document.body).height();//浏览器时下窗口文档body的高度 $(document.body).outerHeight(tru 阅读全文
摘要:
1.使用title属性 2.使用监听鼠标事件onmouseover 阅读全文
摘要:
position:absolute 给被遮盖的绝对定位元素设置z-index值 z-index:1; z-index属性:http://www.w3school.com.cn/jsref/prop_style_zindex.asp 阅读全文