ie6兼容问题汇总日期2010-06-11作者woniu(IE6 compatibility issue summary date 2010-06-11 author woniu).docVIP
- 1、本文档共10页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
ie6兼容问题汇总日期2010-06-11作者woniu(IE6 compatibility issue summary date 2010-06-11 author woniu)
ie6兼容问题汇总日期2010-06-11作者woniu(IE6 compatibility issue summary date 2010-06-11 author woniu)
1, the ultimate method: conditional notes
--[if, LTE, IE, 6] this paragraph is only shown in IE6 and IE6 versions below. ! [endif]--!
--[if, GTE, IE, 6] this paragraph is only shown in IE6 and above IE6. ! [endif]--!
--[if GT IE 6] this paragraph is only displayed in more than IE6 (not including IE6). ! [endif]--!
--[if IE 5.5] this paragraph is only shown in IE5.5. ! [endif]--!
- - load css-- in IE6 and IE6 versions
--[if IE 6] link! LTE type= text/css rel= stylesheet href= css/ie6.css mce_href= css/ie6.css [endif]-- /!
The disadvantage is that additional HTTP requests may be added to the IE browser.
2, CSS selector distinguish
IE6 does not support child selectors. First use the regular declare CSS selector for IE6, and then use sub selectors for IE7+ and other browsers.
The special IE6 / * * /
.content {color:red;}
Other browser / * * /
Divp.Content {color:blue;} --
3, PNG translucent picture of the problem
Although it can be solved by JS and so on, there are still some problems such as loading speed, so this design can be avoided or avoided as well as possible. To achieve maximum web site optimization.
Rounded corners under 4 and IE6
IE6 doesnt support rounded corners of CSS3, and the most expensive solution is to replace the IE6 fillet with the picture fillet.
5, IE6 background flashing
If you give the link and button the CSS sprites as the background, you may find that there is a flickering background image under IE6. The reason for this is that IE6 does not cache the background diagram, reload every time it triggers hover, and you can set IE6 to cache these images with JavaScript:
Document.execCommand (BackgroundImageCache, false, true);
6 minimum height
IE6 does not support the min-height property, but it considers height to be the minimum height. Solution: use the properties that IE6 does not support but the rest of the browser supports important.
#contai
您可能关注的文档
- 2011年,经销商怎样过得更给力(In 2011, the dealer how much more awesome).doc
- 2011年上半年全市工业经济运行分析(丽水)(Analysis of industrial economy operation in the first half of 2011 (Lishui)).doc
- 2011年全国各地高考语文试卷病句题汇总及解析(In 2011 the country Chinese college entrance examination questions summary and analysis of sentences).doc
- 2011年全国抗菌药物临床应用专项整治活动方案(National special program for clinical practice of antibacterial drugs in 2011).doc
- 2010年政协提案答复(2010 CPPCC proposals reply).doc
- 2011年全国普通话考试8套试题(2011 national putonghua examination 8 sets of questions).doc
- 2011年公务员申论万能开头(At the beginning of 2011 on universal civil servants).doc
- 2011年四川三支一扶考试真题及答案2215(Sichuan in 2011 three of a help exam questions and answers 2215).doc
- 2011年安徽普通高中学业水平考试·化学真题(In 2011 the Anhui ordinary high school proficiency test, chemical test).doc
- 2011年工作总结 总结(Summary of work in 2011).doc
最近下载
- FPWINPro(第10章_利用指令列表编写程序).pdf VIP
- 《GB 30978-2014饮水机能效限定值及能效等级》(2025版)深度解析.pptx
- 2023年急性ST段抬高型心肌梗死诊断和治疗指南(2023年0326222214).docx
- 杭州西湖区小升初考试题.doc VIP
- ALC墙板安装合同协议书7篇.docx VIP
- 青岛版《科学》五制四年级上册第一单元《动物王国》1《蚂蚁》教学设计.pdf VIP
- NB∕T 11326-2023 煤层穿层钻孔水力冲孔技术规范.pdf
- 教学课件:高压电工培训.ppt VIP
- FPWINPro(第6章_由PLC上载程序).pdf VIP
- 银川平原地下水循环及其可更新能力评价的同位素证据-资源科学.PDF VIP
文档评论(0)