CSS样式不适用于IE7错误

时间:2013-10-31 01:37:50

标签: internet-explorer styles

我在IE7上遇到了一个带有样式的错误:

我有几个由javascript生成的元素(ul):

var wrap = document.createElement("ul");
wrap.setAttribute("data-elem", "tabbody");
wrap.setAttribute("class", "popup-juji-list clearfix");

widget.insertBefore(wrap , flag);

更新渲染结果

<ul data-elem="tabbody" class="popup-juji-list clearfix" data-videodownload-elem="selectedBody">

但这些ul元素不能包含popup-juji-lisclearfix

的任何样式

但是当我使用IE7开发工具时,在课堂上做一些更改,比如在popupclear之间添加一个空格,或者交换位置,样式可以再次使用

以前有没有人遇到过这个bug,我该如何修复它?

0 个答案:

没有答案