摘要: <div style="width: 300px; height: 100px; position: absolute;"></div>在IE浏览器下,浮动层如果没有内容或者没有设置背景,添加到浮动层上面的事件,如click,mouseover,mouseout等事件,当触发点其浮动层上时,不会响应事件,事件失效。其他浏览器如 firefox,chrome则正常。解决办法:给浮动层div添加一个空背景<div style="width: 300px; height: 100px; position: absolute; backgro 阅读全文
posted @ 2013-06-05 15:58 yuejin 阅读(337) 评论(0) 推荐(0) 编辑