建站经验
网站推广
设计资讯
轻松搞笑
创业资讯
建站经验
当前位置 :
主页
>
精品网文
>
建站经验
>列表
CSS hack:区分IE6,IE7,firefox
区别不同浏览器,CSS hack写法: 区别 IE6 与 FF : background: orange ; * background: blue ; 区别 IE6 与 IE7 : background: green !important ;background: blue ; 区别 IE7 与 FF : background: orange ; * background: green ; 区别 FF , IE7 , IE6 : back...
作者:
不详
发表于:
2008-01-30 01:38:39
点击:
4
评论:
0
查阅全文...
Javascript的IE和Firefox兼容性汇编
以下以 IE 代替 Internet Explorer,以 MF 代替 Mozzila Firefox 1. document.form.item 问题 (1)现有问题: 现有代码中存在许多 document.formName.item(itemName) 这样的语句,不能在 MF 下运行 (2)解决方法: 改用 document.formName.elements[elementName] (3)其它...
作者:
不详
发表于:
2008-01-29 22:23:34
点击:
4
评论:
0
查阅全文...
共1页/2条
随机推荐
热门关注
Javascript的IE和Firefox兼
CSS hack:区分IE6,IE7,fir