天空小小岛技术网站

标题: style.cssText 在IE下失效的问题 [打印本页]

作者: 一粒米    时间: 2012-7-14 16:00
标题: style.cssText 在IE下失效的问题
错误代码(在 webkit 下不会出错,IE下出错)
  1. this.style.cssText += "font-weight:bold;";
复制代码
正确代码
  1. this.style.fontWeight ='bold';
复制代码
邪恶代码
  1. this.style.cssText += ";font-weight:bold;";
复制代码
不解释,自己理解。




欢迎光临 天空小小岛技术网站 (http://tkxxd.net/) Powered by Discuz! X3.1