In ie9 I’ve noticed that display: none doesn’t seem to work in the following context:
<span class="commentsList" id="viewComments-<?php echo $row->idwallPosts; ?>" style="width: 104%; display: none"></span>
Does anybody know how to fix this bug?
You propably set up a rule in CSS that is linked to this object’s class/id and overwrites your “display:none;” rule. Can’t you just give us a link to your website?