【问题标题】:Image Slider in IEIE 中的图像滑块
【发布时间】:2015-10-10 07:34:16
【问题描述】:

这是 IE8 中图像滑块的输出,与 Opera、Mozilla Firefox 和 Google Chrome 不同。它必须居中,并且在左侧没有边距或空间。而且它也不会移动到下一张幻灯片。我该如何解决这些问题。请帮帮我。

我的 CSS

#container3 {
height: 350px; width: 990px;
position: relative;    
padding: 0;
margin: 0;}

div#captioned-gallery {
width: 100%; height: 350px; padding: 15x 0 0 15px; margin: 0;
overflow: hidden;
position: relative;  z-index: 5;
background-image: url(../images/slideshow-background.jpg);
}

figure {
padding-left: auto;
padding-right: auto;
margin: 0;
}
figure.slider {
position: relative;
width: 990px;
animation: 40s slidy infinite;
margin: 0;
}
figure.slider figure{
width: 990px;
height: 350px;
display: inline-block;
position:absolute;
}
figure.slider img {
min-width: 990px; min-height: 350px center;
max-width: 990px; max-height: 350px center;
padding: auto;
position: relative;
}
figure.slider figcaption {
position: absolute; bottom: 0;
background: rgba(0,0,0,0.5);
color: #fff;
width: 970px;
font-size: 11px; padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: justify;
padding-left: 10px;
margin: 0 auto;
}
figure.slider figcaption a {
text-decoration: none;
color: #25aee4;
font-size: 11px;
text-transform: none;   
}
figure.slider figcaption h3 {
color: #25aee4;
font-size: 13px;
text-transform: uppercase;
}
'

【问题讨论】:

  • 最小高度:350px 中心; - 无效
  • @Dmitriy 。有没有无效的代码?请检查。
  • 为什么是min-width: 990px; min-height: 350px center; max-width: 990px; max-height: 350px center; 而不是width:990px; height:350px;
  • @disinfor。谢谢我现在修好了。
  • 另外,请发布一些 HTML 并告诉我们您使用什么代码/插件/脚本来操作幻灯片。

标签: html css image internet-explorer


【解决方案1】:
My HTML
<div id="container3">
    <div id="captioned-gallery">
            <figure class="slider">    
                <figure> 
                    <a href="w3school.com"><img src="images/Issue1-Message.jpg"/></a>
                    <figcaption><h3><b>ALAS OPLAS JOINS BKR INTERNATIONAL</b></h3><br/>Mr. Donnies T. Alas, Chairman/CEO and Ms. Marycris S. Oplas, Managing Partner of Alas Oplas & Co., CPAs receive a certificate of membership from BKR International effective May 1, 2014. Testimony of Alas Oplas & Co., CPAs' dedication to excellence and achievement in accounting profession, with adherence to strict professional standards and practices, while providing consistent high quality service to all our clients. <a href="#">read more&raquo;</a></figcaption>
                </figure>
                <figure>
                    <a href="#"><img src="images/AlasOplas-BKR.jpg"/></a>
                    <figcaption><h3><b>ALAS OPLAS JOINS BKR INTERNATIONAL</b></h3><br/>Mr. Donnies T. Alas, Chairman/CEO and Ms. Marycris S. Oplas, Managing Partner of Alas Oplas & Co., CPAs receive a certificate of membership from BKR International effective May 1, 2014. Testimony of Alas Oplas & Co., CPAs' dedication to excellence and achievement in accounting profession, with adherence to strict professional standards and practices, while providing consistent high quality service to all our clients. <a href="#">read more&raquo;</a></figcaption>
                </figure>
                <figure>
                    <a href="#"><img src="images/AlasOplas-BKR-conference.jpg"/></a>
                    <figcaption><h3><b>Independent Member of BKR International</b></h3><br/>Alas Oplas & Co., CPAs is an independent member of BKR International. RANKED IN THE TOP 5 OF ACCOUNTING ASSOCIATIONS, BKR INTERNATIONAL'S global accountants and advisors help businesses and entrepreneurs around the world. BKR International represents the combined strength of more than 160 independent accounting and business advisory firms in over 500 offices and 80 countries. <a href="#">read more&raquo;</a></figcaption>
                </figure>
                <figure>
                    <a href="#"><img src="images/barentz.jpg"/></a>
                    <figcaption><h3><b>Barentz Strengthens by Opening an Office in the Philippines</b></h3><br/>September 6, 2013, was the birth of Barentz Philippines, Inc., an international leader in Sales, Marketing and Distribution of food ingredients, opened an office in the Philippines.<a href="#">read more&raquo;</a></figcaption>
                </figure>
                <figure>
                    <a href="#"><img src="images/AuditAssuranceSeminar.jpg"/></a>
                    <figcaption><h3><b>Business Assurance Seminar</b></h3><br/>JUNE 20 & 21, 2014 - Mr. Donnies T. Alas, ACPAPP President join ACPAPP Negros Occidental Chapter the two-day seminar entitled “Business Assurance Seminar (BAS) 2” with guest speaker Ms. Rosemary D. De Mesa at LA Hall, Avenue Suites Hotel & Spa, Bacolod City. More than 35 Spa, Bacolod City. More than 35 participants earned 16 CPE units.<a href="#">read more&raquo;</a></figcaption>
                </figure>
            </figure>
    </div>
</div>

【讨论】:

    猜你喜欢
    • 2011-10-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-07-02
    • 2012-09-09
    相关资源
    最近更新 更多