摘要: .ToTop{ position: fixed;//类似于absolute,不过其包含块是视窗本身 bottom: 0; background: black; width: 90px; height: 90px; line-height: 23px; z-index: 9999; opacity: 0.6;//Chrome/*以下针对IE*/ filter: alpha(opacity=60); _bottom: auto; _width: 100%; _position: absolute; _top: expre... 阅读全文
posted @ 2012-08-22 12:26 TiestoRay 阅读(222) 评论(0) 推荐(0) 编辑
摘要: Ctrl 和 Shift限定(IEOnly)document.onmousewheel=function(){ if(event.ctrlKey||event.shiftKey) { event.returnValue=false; }} 阅读全文
posted @ 2012-08-22 12:18 TiestoRay 阅读(704) 评论(0) 推荐(0) 编辑