摘要: $(window).height(); //浏览器时下窗口可视区域高度 $(document).height(); //浏览器时下窗口文档的高度 $(document.body).height();//浏览器时下窗口文档body的高度 $(document.body).outerHeight(tru 阅读全文
posted @ 2019-01-17 14:50 y-xs 阅读(10225) 评论(0) 推荐(1) 编辑
摘要: 1.使用title属性 2.使用监听鼠标事件onmouseover 阅读全文
posted @ 2019-01-17 14:42 y-xs 阅读(8483) 评论(0) 推荐(1) 编辑
摘要: position:absolute 给被遮盖的绝对定位元素设置z-index值 z-index:1; z-index属性:http://www.w3school.com.cn/jsref/prop_style_zindex.asp 阅读全文
posted @ 2019-01-17 14:35 y-xs 阅读(2782) 评论(0) 推荐(1) 编辑