Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ie9 ではdisplay: none、次のコンテキストでは機能しないように見えることに気付きました。
display: none
<span class="commentsList" id="viewComments-<?php echo $row->idwallPosts; ?>" style="width: 104%; display: none"></span>
このバグを修正する方法を知っている人はいますか?
おそらく、このオブジェクトのクラス/ID にリンクされ、「display:none;」を上書きする CSS のルールを設定します。ルール。あなたのウェブサイトへのリンクを教えていただけませんか?
position:realtiveを使用してクラスで使用してみてくださいdisplay:none
position:realtive
display:none