0

ですから、IE が他のほとんどのブラウザ タイプほど進歩的ではないことは誰もが知っていることであり、これが大きな頭痛の種になっています。これで、テンプレート化する必要のある Web サイト プロジェクトが完成しましたが、4 つのリンクを使用しても Internet Explorer でコードの "fadeIn" 部分が開きません。

どこが間違っていたのか誰か教えてもらえますか?! 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>
4

1 に答える 1

0

あなたが直面している問題は、IEが次のようなカスタム要素を理解していないことに関係していると思います<button1>

それらを ID 付きの標準<button>要素に変更しました。

<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 でテストしました。初期のfadeInがトリガーされない問題は解決されたようです。

jsfiddle

于 2013-02-03T13:10:50.697 に答える