Webデザインの初心者であることから、コードとウェブサイトがちょっと混乱するかもしれません(クリーンな仕事をしようとしていますが)。IE8でJQueryサイクルプラグインにテキストオーバーレイが表示されない
JQuery Cycle Pluginを私のウェブサイトのホームページに追加しました。これはChrome、Firefox、そしてアドオンを受け入れるとIE9でうまくいきます。しかし、私はIE8でそれをテストしたときに、プラグインにロードするよう要求されなかったし、それはそれが黒でも通常のフォントで表示されていることを示している。
IE8とCSSファイルのどこかに問題があると私は確信していますが、私はこれのための修正があることを望んでいる。これにより
<div id="data" style="position: absolute; left: -12px; top: 237px; width: 775px; height: 556px; z-index: 11">
<div id="layer8" style="position: absolute; left: 13px; top: 3px; width: 760px; height: 456px; z-index: 17">
<div id="gallery">
<a href="#" class="show">
<img src="images/intro/Slide_1.jpg" alt="Flowing Rock" width="997" height="532" title="" alt="" rel="<h3intro>Great Neck - A Community of Luxury Homes</h3intro>"/>
</a>
<a href="#">
<img src="images/intro/Slide_2.jpg" alt="Grass Blades" width="997" height="532" title="" alt="" rel="<h3intros>SEEK THE BEST</h3intros><h3intro> KNOWLEDGE...</h3intro>"/>
</a>
<a href="#">
<img src="images/intro/Slide_3.jpg" alt="Ladybug" width="997" height="532" title="" alt="" rel="<h3intros>SEEK THE BEST</h3intros><h3intro> INTEGRITY...</h3intro>"/>
</a>
<a href="#">
<img src="images/intro/Slide_4.jpg" alt="Lightning" width="997" height="532" title="" alt="" rel="<h3intros>SEEK THE BEST</h3intros><h3intro> SERVICE...</h3intro>"/>
</a>
<a href="#">
<img src="images/intro/Slide_5.jpg" alt="Lotus" width="997" height="532" title="" alt="" rel="<h3intro>We love what we sell...</h3intro>"/>
</a>
<a href="#">
<img src="images/intro/Slide_6.jpg" alt="Mojave" width="997" height="532" title="" alt="" rel="<h3intro>And only sell what we love...</h3intro>"/>
</a>
<a href="#">
<img src="images/intro/Slide_7.jpg" alt="Pier" width="997" height="532" title="" alt="" rel="<h3intros>FIND </h3intros><h3intro>JANET ETESSAMI REALTY</h3intro>"/>
</a>
<div class="caption">
<div class="content">
</div>
</div>
</div>
<div class="clear">
</div>
</div>
、私は正確にどのようなコード私は置くべきであるに向けることができ、万が一:
jqueryの-1.3.1.min.js
ここでは私のコードです?
私は最初の投稿を追加コードで更新しました。 – user843942