首頁 > web前端 > html教學 > 蛋疼的ie6_html/css_WEB-ITnose

蛋疼的ie6_html/css_WEB-ITnose

WBOY
發布: 2016-06-21 09:33:21
原創
1093 人瀏覽過

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><script type="text/javascript" src="scripts/jquery.js"></script><style type="text/css">    *{margin:0;padding:0;}</style><script type="text/javascript">    $(document).ready(function(e) {       $("#a").mouseover(function(e) {            $("#b").slideDown();        });         $("#a").mouseleave(function(e) {                        $("#b").slideUp();        });    });</script></head><body><div id="a" style="position:relative;width:100px;height:30px;border:1px solid #cccccc;">    <div id="b" style="position:absolute;top:30px;left:0px;width:300px;height:400px;border:1px solid #cccccc;display:none;"></div></div></body></html>
登入後複製


效果是个鼠标经过弹出,离开就收回的菜单,但在蛋疼的ie6里只要一离开div a的范围就会收回,其他浏览器都正常,求解答。


回复讨论(解决方案)

给#b 加个 background:#fff;

给#b 加个 background:#fff;
搞定,蛋疼的ie6

引用 1 楼  的回复:

给#b 加个 background:#fff;

搞定,蛋疼的ie6
不用Ie 6的路过

给#b 加个 background:#fff;
但这是为毛?

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板