当我在 Internet Explorer 8 中悬停一个 DIV 元素时,我的 CSS 规则没有正确应用。
下面的代码没有问题:
<div id="album-view">
<div class="loading"></div>
<div id="main">
here is my all code, this code works.
</div>
</div>
但是,在下一个摘录中,代码不适用于.loading
anddisplay:none;
属性:
<div id="album-view">
<div class="loading" style="display:none;"></div>
<div id="main">
Not working
</div>
</div>
如果有人有任何建议,请帮助指导我正确的方向。
可以看我的测试服务器,nasir.herobo.com/s.html#!/4
或者截图http://i.stack.imgur.com/Crvmy.png