IE6对display:table-row不支持

来自http://tunps.com/ie6-display-table-row

IE6对CSS代码:display:table-row不支持。

解决方法,将值改为‘’,就是为空字符串。

比如:

group_tr3.style.display='table-row';

改为:

group_tr3.style.display='';

同时兼容各个浏览器。

About tunpishuang

just 4 fun·····
This entry was posted in 未分类 and tagged . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>