网络编程 
首页 > 网络编程 > 浏览文章

javascript css styleFloat和cssFloat

(编辑:jimmy 日期: 2025/10/17 浏览:3 次 )
下面是兼容性代码
复制代码 代码如下:
LTFunction.setFloatStyle=function(obj,style)
{
var sty=obj.style;
if('cssFloat' in sty){
obj.style.cssFloat=style;
}else if('styleFloat' in sty){
obj.style.styleFloat=style;
}else{
throw 'set float style:'+style+'error.';
}
}
上一篇:JS 密码强度验证(兼容IE,火狐,谷歌)
下一篇:javascript 正则表达式触发函数进行高级替换
友情链接:杰晶网络 DDR爱好者之家 南强小屋 黑松山资源网 白云城资源网 网站地图 SiteMap