display:table-cellはIE11でのみ機能しません

dmikester1

だから私は今日、私たちのサイトがIE11で正しくレンダリングされていないことを知りました。他のどこでも問題なく動作します。問題は、に設定されている2番目のセクションが表示されdisplay: table-cellないことです。ここで同じ問題のように見えるバグレポートを見つけました:https//connect.microsoft.com/IE/feedbackdetail/view/1263383/ie11-shows-every-html-input-element-with-display-table- cell-css-style-at-a-new-line

提案された回避策を試しましたが、役に立ちませんでした。私のサイトはライブなので、いじくり回す必要はありません。私のライブサイト:http//clubschoicefundraising.com/そしてこれがライブサイトでこれを修正するときに作成したフィドルです:https//jsfiddle.net/bo3khLjy/ Chrome、Firefox、IE Edgeでは、すべてうまく見えます。ただし、IE11では右側の標識が明らかになくなっています。これを修正する方法について何かアイデアはありますか?

関連するSOの投稿はこちら:IE11はすべての{display:table-cell}要素を新しい行に表示します

関連するHTMLは次のとおりです。

<section class="main-content">
  <div class="tableRow">
    <section class="cell leftSide">
      <div id="drop-message">@Html.Raw(ViewBag.Message)</div>
      @{ Html.RenderPartial("~/Views/Shared/_TopPartial.cshtml"); }
      @RenderBody()
    </section>
    <section class="cell rightSide">
      @{ Html.RenderPartial("~/Views/Shared/_RightSidePartial.cshtml"); }
    </section>
  </div>
</section>

そしてCSS:

.tableRow {
    display: table-row;
}
.main-content {
    display: table;
    width: 100%;
}
.main-content .cell {
    display: table-cell;
    vertical-align: top;
}

ブラウザに表示される関連コードは次のとおりです。

    <section class="main-content">
                <div class="tableRow">

                    <div class="cell leftSide">
                        <div id="drop-message"></div>
<div id="topPart">
    <!-- show this stuff at the top only on mobile -->
    <div class="row mobClubhouseInfo">
        <div class="col-xs-24 col-md-8 col-md-push-16">

            <a href="http://seller.clubschoicefundraising.com/Account/Register"><img width="250" class="img-responsive text-center center-block" alt="Clubhouse" src="/Content/img/ClubhouseLogo-NEW.png"></a>
        </div>
        <div class="col-xs-24 col-md-16 col-md-pull-8">
            <h1>WHAT CAN <span class="orange">YOU</span> DO?</h1>
            <p>
                Join the Clubhouse (Seller Registration) – Each seller enters information about
                themselves and the fundraiser they are doing. Sellers must be
                registered in order to participate in special promotional contests.
                Once the seller is registered, they can participate in sending emails
                and/or text messages to family and friends regarding  their
                fundraiser.  Registration is easy! Click on “Join the Clubhouse”.
                Complete the required info* and you are registered!
                If you are already registered, click on “Go To My Clubhouse”.
                </p>
                <p class="fpNote">*(Don’t worry Mom and Dad, we don’t share this information with anyone. The information is used for customer service purposes only.)</p>
            <p></p>
        </div>
    </div>

    <div class="signpost">
        <img src="/Content/img/sign-post.png">
        <a class="board board1" href="http://seller.clubschoicefundraising.com/Account/Register">
            <p>Join the Clubhouse</p>
            <div class="note">(Students Register Here)</div>
            <img src="/Content/img/board1.png">
        </a>
        <a class="board board2" href="http://seller.clubschoicefundraising.com/Home/Main">
            <p>Go to my Clubhouse</p>
            <img src="/Content/img/board2.png">
        </a>
        <a class="board board3" href="http://cris.clubs-choice.com/clbstatic/clblogin.htm">
            <p>Chairperson Login</p>
            <img src="/Content/img/board3.png">
        </a>
        <a class="board board4" href="/programs/referral-program">
            <p>Referral Program</p>
            <img src="/Content/img/board4.png">
        </a>
        <a class="board board5" href="https://shop.clubschoicefundraising.com">
            <p>Order Online Now</p>
            <img src="/Content/img/board5.png">
        </a>
    </div>
    <div class="startFund">
        <a href="/contact/contact-us">
            Do you want to start a fundraiser?<br>
            <img alt="Click Here" src="/Content/img/clickHere.png">
        </a>
    </div>

</div>



<section class="mainWrap">
    <div class="paddingWrap">
        <div class="clubhouseInfo">
            <div class="row">
                <div class="col-xs-24 col-md-8 col-md-push-16">

                    <a href="http://seller.clubschoicefundraising.com/Account/Register"><img width="250" class="img-responsive center-block" alt="Clubhouse" src="/Content/img/ClubhouseLogo-NEW.png"></a>
                    <br>
                    <h2 class="text-center"><a class="text-center" href="/programs/contest-rules">Grand Prize Giveaway Official Contest Rules</a></h2>
                </div>
                <div class="col-xs-24 col-md-16 col-md-pull-8">
                    <h1 class="whatdo">WHAT CAN <span class="orange">YOU</span> DO?</h1>
                    <p>
                        Join the Clubhouse (Seller Registration) – Each seller enters information about
                        themselves and the fundraiser they are doing. Sellers must be
                        registered in order to participate in special promotional contests.
                        Once the seller is registered, they can participate in sending emails
                        and/or text messages to family and friends regarding  their
                        fundraiser.  Registration is easy! Click on <a class="join" href="http://seller.clubschoicefundraising.com/Account/Register">“Join the Clubhouse”</a>.
                        Complete the required info* and you are registered!
                        if you are already registered, click on <a class="gotoclubhouse" href="http://seller.clubschoicefundraising.com/Home/Main">“Go to my Clubhouse”</a>.
                    </p>
                    <p class="fpNote">*(Don’t worry Mom and Dad, we don’t share this information with anyone. The information is used for customer service purposes only.)</p>
                </div>
            </div>
        </div>


        <br>
        <div class="row">
            <h2 class="ital col-sm-24">Let our Experience speak for itself:</h2>
            <div class="col-sm-8">
                <img class="img-responsive" alt="Pizza" src="/Content/img/Pizza.jpg">
                <h2 class="fixed">Highest Quality Fundraising Programs in the Industry!</h2>
                <p>
                    Club's Choice stands behind its products and offers top-notch customer service to
                    our customers.
                </p>
                <a class="read-more" href="/step-by-step/meeting-the-products">Read More...</a>
                <div class="clearfix"></div>
            </div>
            <div class="col-sm-8">
                <img class="img-responsive" alt="Eating Pizza" src="/Content/img/EatingPizza.jpg">
                <h2 class="fixed">Outstanding Guaranteed Services</h2>
                <p>
                    From day one until the day we deliver and beyond! All our products are 100% guaranteed!
                    If you're not satisfied, we can refund or replace your products.
                </p>
                <a class="read-more" href="/step-by-step/step-by-step">Read More...</a>
                <div class="clearfix"></div>
            </div>
            <div class="col-sm-8">
                <img class="img-responsive" alt="Online Reports" src="/Content/img/phone-tablet.jpg">
                <h2 class="fixed">All reports available on-line 24-7</h2>
                <p>
                    On-line ordering, detailed customizable reporting and student generated e-mails, automatic FaceBook posts, texts.  extremely easy to
                    use and customer friendly online shopping experience and more.
                </p>
                <br>
            </div>
        </div>
        <img class="premier-logo" alt="Premier Choice" src="/Content/img/2014-Premier-Logo.jpg">
        <p>
            When you see the Premier Choice logo next to any product in our brochure, you can
            rest assured that it was manufactured by our family-owned business to the highest
            standards. The Premier Choice logo means we proudly serve it to our guests in our
            own home. “Your guests are our guests!"
        </p>
        <div class="clearfix"></div>
        <br>
        <div class="row">
            <img class="col-md-8 img-responsive center-block" alt="Save-Around" src="/Content/img/SaveAround.png">
            <a class="col-md-8" href="http://clubschoiceholidayshoppe.com/">
                <img class="img-responsive center-block" alt="Holiday Shoppe" src="/Content/img/HolidayShoppe.png">
            </a>
            <a class="col-md-8" href="http://flash.clubschoicefundraising.com/TodaysFavorites-2017/">
                <img class="img-responsive center-block annes" alt="Auntie Annes" src="/Content/img/Auntie-Annes.jpg">
            </a>
        </div>
        <br><br>
        <div class="row">
            <a class="col-md-8" href="http://flash.clubschoicefundraising.com/RiverCity-2017/">
                <img class="img-responsive center-block" alt="Innisbrook" src="/Content/img/innisbrook.png">
            </a>
            <a class="col-md-8" href="http://flash.clubschoicefundraising.com/CookieDoughAndMore-2017">
                <img class="img-responsive center-block" alt="Otis Spunkmeyer" src="/Content/img/Otis_fund_logo.png">
            </a>
            <a class="col-md-8" href="/programs/candy-bars">
                <img class="img-responsive center-block" src="/Content/img/Hebert-Logo.png">
            </a>
        </div>
    </div>
    <div class="clear-fix">
    </div>
</section>

                    </div>

                    <div class="cell rightSide">
<div id="rightbar">

    <div class="signpost">
        <img src="/Content/img/sign-post.png">
        <a class="board board1" href="http://seller.clubschoicefundraising.com/Account/Register">
            <p>Join the Clubhouse</p>
            <div class="note">(Students Register Here)</div>
            <img src="/Content/img/board1.png">
        </a>
        <a class="board board2" href="http://seller.clubschoicefundraising.com/Home/Main">
            <p>Go to my Clubhouse</p>
            <img src="/Content/img/board2.png">
        </a>
        <a class="board board3" href="http://cris.clubs-choice.com/clbstatic/clblogin.htm">
            <p>Chairperson Login</p>
            <img src="/Content/img/board3.png">
        </a>
        <a class="board board4" href="/programs/referral-program">
            <p>Referral Program</p>
            <img src="/Content/img/board4.png">
        </a>
        <a class="board board5" href="https://shop.clubschoicefundraising.com">
            <p>Order Online Now</p>
            <img src="/Content/img/board5.png">
        </a>
    </div>
    <div class="startFund">
        <a href="/contact/contact-us">
            Do you want to start a fundraiser?<br>
            <img class="img-responsive center-block" alt="Click Here" src="/Content/img/clickHere.png">
        </a>
    </div>
    <div>
        <h2>Easy Fundraising</h2>
        <ul>
            <li>No Money Up Front.</li>
            <li>Pre-packed product by seller.</li>
            <li>Customized reports.</li>
            <li>Customized letters and thank-you notes.</li>
            <li>Online ordering.</li>
            <li>Email selling tool.</li>
        </ul>
        <h2>Most Profitable</h2>
        <ul>
            <li>Ordering.</li>
            <li>Free Pre-Pack per Seller.</li>
            <li>Free Prize Program.</li>
            <li>Free Brochures.</li>
            <li>School Grants Available.</li>
            <li>Invoice At Delivery.</li>
        </ul>
        <h2>Links</h2>
        <ul>
            <li>
                <a href="http://pdf.clubschoicefundraising.com/order-form.pdf" target="_blank">
                    Download Order Form<br>
                    <img alt="Order Form" src="/Content/img/order-form-small.jpg">
                </a>
            </li>
        </ul>
    </div>
</div>
                    </div>

                </div>
            </section>
        </div>
        <footer>
<div class="row">
    <div class="col-sm-9">
        Toll Free 1-800-346-5599<br>
        <span class="yellow">You can now text us! 715-256-7662 (only between 9am and 4pm CST)</span><br>
        3421 Truax Court<br>
        P.O. Box 307<br>
        Eau Claire, WI 54703
    </div>

    <div class="col-sm-6">
        <!-- site seal is slowing site down, removing for now -->

    </div>
    <div class="col-sm-9">
        © 2017<br>
        Club's Choice Fundraising.<br>
        All rights reserved.<br>
        <a href="http://clubschoicefundraising.com/home/privacy">Privacy Policy</a>.<br>
    </div>
</div>
        </footer>
リホ

ここで問題を解決できます。IE 11は、「Hebert-Logo.png」のような画像の実際の幅をレンダリングします。これは1800pxの幅です。これがここでの問題でした。私はちょうど次のcssを追加しました、そしてそれは私のために働いていました:

.img-responsive {width: 100%;}

作業バージョン:https//jsfiddle.net//vybgc7rv/

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

IE11では、疑似要素:: beforeとdisplay:table-cellとglyphiconscontensを使用しても表示されません

分類Dev

display:table-cellは100%の幅では正しく機能しません

分類Dev

position:stickyは、IE 11のdisplay:flexと一緒に機能しません

分類Dev

IE11は、すべての{display:table-cell}要素を新しい行に表示します

分類Dev

<table>のFlexCSSプロパティはIEとFirefoxでは機能しません

分類Dev

display:table&display:table-cellがIE9で機能しない

分類Dev

省略記号をdisplayで機能させることはできません:table-cell

分類Dev

jQuery .html()関数はIE11では機能しません

分類Dev

addEventListenerはIE11では機能しません

分類Dev

「react-app-polyfill」はIE11では機能しません

分類Dev

Typescript for(let i of someArray)はIE11では機能しません

分類Dev

OverClsはIE11では機能しません

分類Dev

私のセレンコードはIE11では機能しません

分類Dev

ActiveXObjectのselectNodes関数はIE11では機能しません

分類Dev

IE11でその子を含むdisplay:block要素(代わりにdisplay:flex要素)を取得できません

分類Dev

画像の最大幅はIE11のflexboxでは機能しませんが、GoogleChromeでは機能します

分類Dev

.table-cell と .table の表示が IE でうまく機能しない

分類Dev

onreadystatechangeはIE11で機能しますが、他のブラウザーでは機能しません

分類Dev

Python pandasデータフレームピボットはpivot_table()でのみ機能し、set_index()およびunstack()では機能しません。

分類Dev

once:true withaddEventListenerはIE11またはEdgeでは機能しません

分類Dev

display:inlineはborderでは機能しません

分類Dev

AjaxControlToolkit LineChartは、IE11またはEdgeの3つの値では機能しません

分類Dev

JQuery非表示オプションはIE11では機能しません

分類Dev

html5 <audio>タグはIE11では機能しません

分類Dev

babel polyfillが含まれていますが、forEachはまだNodeListsのIE11では機能しません

分類Dev

IE11では、背景色が印刷で機能しません

分類Dev

ジェミニ:IE11は機能しません

分類Dev

Cardinal.continueはIE11で機能していませんか?

分類Dev

openweathermapapiがIE11で機能していません

Related 関連記事

  1. 1

    IE11では、疑似要素:: beforeとdisplay:table-cellとglyphiconscontensを使用しても表示されません

  2. 2

    display:table-cellは100%の幅では正しく機能しません

  3. 3

    position:stickyは、IE 11のdisplay:flexと一緒に機能しません

  4. 4

    IE11は、すべての{display:table-cell}要素を新しい行に表示します

  5. 5

    <table>のFlexCSSプロパティはIEとFirefoxでは機能しません

  6. 6

    display:table&display:table-cellがIE9で機能しない

  7. 7

    省略記号をdisplayで機能させることはできません:table-cell

  8. 8

    jQuery .html()関数はIE11では機能しません

  9. 9

    addEventListenerはIE11では機能しません

  10. 10

    「react-app-polyfill」はIE11では機能しません

  11. 11

    Typescript for(let i of someArray)はIE11では機能しません

  12. 12

    OverClsはIE11では機能しません

  13. 13

    私のセレンコードはIE11では機能しません

  14. 14

    ActiveXObjectのselectNodes関数はIE11では機能しません

  15. 15

    IE11でその子を含むdisplay:block要素(代わりにdisplay:flex要素)を取得できません

  16. 16

    画像の最大幅はIE11のflexboxでは機能しませんが、GoogleChromeでは機能します

  17. 17

    .table-cell と .table の表示が IE でうまく機能しない

  18. 18

    onreadystatechangeはIE11で機能しますが、他のブラウザーでは機能しません

  19. 19

    Python pandasデータフレームピボットはpivot_table()でのみ機能し、set_index()およびunstack()では機能しません。

  20. 20

    once:true withaddEventListenerはIE11またはEdgeでは機能しません

  21. 21

    display:inlineはborderでは機能しません

  22. 22

    AjaxControlToolkit LineChartは、IE11またはEdgeの3つの値では機能しません

  23. 23

    JQuery非表示オプションはIE11では機能しません

  24. 24

    html5 <audio>タグはIE11では機能しません

  25. 25

    babel polyfillが含まれていますが、forEachはまだNodeListsのIE11では機能しません

  26. 26

    IE11では、背景色が印刷で機能しません

  27. 27

    ジェミニ:IE11は機能しません

  28. 28

    Cardinal.continueはIE11で機能していませんか?

  29. 29

    openweathermapapiがIE11で機能していません

ホットタグ

アーカイブ