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>
有人知道如何修复这个错误吗?
您可以在 CSS 中设置一个规则,该规则链接到该对象的类/ID 并覆盖您的“display:none;” 规则。你不能给我们一个链接到你的网站吗?
尝试position:realtive在你的课堂上使用display:none
position:realtive
display:none