为什么我的jQuery“fadeIn”不能在IE中运行?

时间:2013-02-02 13:30:26

标签: jquery internet-explorer fadein

所以,我们都知道IE不像大多数其他浏览器类型那样进步,这让我很头疼。所以我完成了我需要模板的网站项目,但4个链接不会打开Internet Explorer中代码的“淡入淡出”部分。

谁能告诉我哪里出错了?! xoxoxoxoox


结构:

body
{
    margin: 0; 
    padding: 0;
    height:100%;
    width:100%;
    background-color: #FFF;
    z-index:-1;
} 
#content
{
    width: 100%;
    height: 640px;
    background-color:#060;
    z-index:20;
    position:relative;
}
#content-inner
{
    width: 960px;
    height: 640px;
    background-color:#666;
    margin-left:auto;
    margin-right:auto;
    z-index:-1;
    position:relative;
}

#hidebar
{
    width: 100%;
    height: 290px;
    background-color:#000;
    position:absolute;
    z-index:2;
    bottom:0;
    left:0;
    display:none;
}

#jqb1
{
    margin-left:auto;
    margin-right:auto;
    width:960px;
    height:100%;
    background-color:#F00;
    display:none;
}
#jqb2
{
    margin-left:auto;
    margin-right:auto;
    width:960px;
    height:100%;
    background-color:#00F;
    display:none;
}
#jqb3
{
    margin-left:auto;
    margin-right:auto;
    width:960px;
    height:100%;
    background-color:#9F3;
    display:none;
}
#jqb4
{
    margin-left:auto;
    margin-right:auto;
    width:960px;
    height:100%;
    background-color:#360;
    display:none;
}



#navbar
{
    width: 100%;
    height: 257px;
    background-color:#F00;
}
#navbar-inner
{
    width: 960px;
    height: 257px;
    background-color:#666;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

#footer
{
    width: 100%;
    height: 181px;
    background-image:url(images/gray-pixel.png);
    position:relative;  
}
#footer-inner
{
    width: 960px;
    height: 181px;
    background-color:#666;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
#footer-small
{
    width:230px;
    float:left;
    height:100%;
    background-color:#999;
    position:relative;
}
#footer-large
{
    width:500px;
    float:left;
    height:100%;
    background-color:#CCC;
    position:relative;
}
#colour-bar
{
    width: 100%;
    height: 13px;
    background-color:#639;
    position:relative;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,     pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s,     samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,     fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,     aside, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output,     progress, section, summary, time {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ul {
    list-style-type:none;
}
ul li a{
    font:700 49px/1.2em Arial, Helvetica, sans-serif;
    color:#fff;
    text-decoration:none;
    height:59px;
    display:inline-block;
    list-style-type:none;
    text-align:center;
    position::relative;
    vertical-align: baseline;
}

ul li a:hover{
    color:#e25709;
}
div.table 
{
    border: 0px solid black; 
    display: table;
    margin-left:auto;
    margin-right:auto;
}
div.tr {border: 0px solid black; display: table-row; }
div.td {border: 0px solid black; display: table-cell; }




h3
{
    color:#FFF;
    font-size:22px;
    font-family:Arial, Helvetica, sans-serif;
    padding-top:30px;
    padding-left:25px;
    padding-bottom:20px;
}

h4
{
    color:#FFF;
    font-size:13px;
    font-style:normal;
    font-family:Arial, Helvetica, sans-serif;
    padding-left:25px;
    padding-right:25px;
    line-height:1.2em;
}



索引页面:          

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" type="text/css" href="css/structure.css"/>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>


<body>
    <div id="content">
        <div id="hidebar">
            <div id="jqb1"></div>
            <div id="jqb2"></div>
            <div id="jqb3"></div>
            <div id="jqb4"></div>    
        </div>       
        <div id="content-inner">
        <a href="index.html">
                <img src="images/logo.jpg"/ alt>
            </a>

        </div>  

    </div>
    <div id="colour-bar"></div>
    <div id="navbar">
        <div id="navbar-inner">
            <ul>
                <li><a href="#" rel="1"><button1>About us</button1></a></li>
                <li><a href="#" rel="2"><button2>Partners</button2></a></li>
                <li><a href="#" rel="3"><button3>Solutions</button3></a></li>
                <li><a href="#" rel="4"><button4>Services</button4></a></li>
            </ul>
        </div>
    </div>
    <div id="footer">
        <div id="footer-inner">
            <div id="footer-small"></div>
                <div id="footer-large">
                    <div class="table">
                        <div class="tr">
                            <div class="td">
                                <h3>Contact Us:</h3>
                            </div>
                            <div class="td">
                            </div>
                        </div>
                        <div class="tr">
                            <div class="td">
                                <h4>AUS - Melbourne<br />
                                101 Main Street<br />
                                Glen Iris VIC 3146</h4>
                            </div>
                            <div class="td">
                                <h4>Email: mail@website.com<br />
                                Phone: (03) 9888 8888<br />
                                Fax: (03) 9888 8888</h4>
                            </div>
                        </div>
                    </div>
                </div>
            <div id="footer-small"></div>
        </div>
    </div>

<script>
$("button1").click(function () {
$("#hidebar").fadeIn("slow");
$("button1").toggle();
$("button2").show();
$("button3").show();
$("button4").show();
$("#jqb1").show();
$("#jqb2").hide();
$("#jqb3").hide();
$("#jqb4").hide();
});

$("button2").click(function () {
$("#hidebar").fadeIn("slow");
$("button2").toggle();
$("button1").show();
$("button3").show();
$("button4").show();
$("#jqb2").show();
$("#jqb1").hide();
$("#jqb3").hide();
$("#jqb4").hide();
});

$("button3").click(function () {
$("#hidebar").fadeIn("slow");
$("button3").toggle();
$("button1").show();
$("button2").show();
$("button4").show();
$("#jqb3").show();
$("#jqb1").hide();
$("#jqb2").hide();
$("#jqb4").hide();
});

$("button4").click(function () {
$("#hidebar").fadeIn("slow");
$("button4").toggle();
$("button1").show();
$("button2").show();
$("button3").show();
$("#jqb4").show();
$("#jqb1").hide();
$("#jqb2").hide();
$("#jqb3").hide();
});
</script>

</body>
</html>

1 个答案:

答案 0 :(得分:0)

我认为您面临的问题与IE无法理解<button1>

等自定义元素有关

我将它们更改为标识为<button>的元素ID:

<button id="button1">About us</button>
<button id="button2">Partners</button>
<button id="button3">Solutions</button>
<button id="button4">Services</button>

反过来,我还更改了按钮处理程序以相应地触发元素ID:

$("#button1").click(function () {
    ...
});

$("#button2").click(function () {
    ...
});

$("#button3").click(function () {
    ...
});

$("#button4").click(function () {
    ...
});

我将您的代码移动到一个小提琴中并使用文档模式IE7-IE9在IE10中进行测试。初始淡入淡出不触发的问题似乎已经解决了。

jsfiddle