CSS完美兼容IE6IE7FF的通用方法(国外英语资料).doc

CSS完美兼容IE6IE7FF的通用方法(国外英语资料).doc

  1. 1、本文档共19页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
CSS完美兼容IE6IE7FF的通用方法(国外英语资料)

CSS完美兼容IE6IE7FF的通用方法(国外英语资料) About CSS for each browser compatibility is the age-old question, tutorial and the land is on the network. The following content is not too much novel, is purely personal summary, hope to have certain help for beginners. One, the HACK, HACK concept: Different browser, Internet Explorer 6, for example, Internet Explorer 7, Mozilla Firefox, analytical understanding of CSS is different, thus causes a generated page, page can not get what we need. This time we need for different browsers to write different CSS, make it compatible with different browser, at the same time in different browser page effect of also can get what we want. This process of writing different CSS code for different browsers, called CSS hack, HACK rules: IE can recognize *; The standard browser (such as FF) cannot recognize *; IE6 can recognize *, but cant recognize! Important, IE7 can recognize *, can also recognize! Important; FF cannot recognize *, but can recognize! Important; IE6 IE7 FF Square root of square root of x ! The important square root of the square root of Browser priority: FF IE7 IE6, CSS hack is written in the order of FF IE7 IE6 Ex. : For example: # demo {width: 100px;} for example; # demo {width: 100px; } * HTML # demo {width: 120px; } * + HTML # demo {width: 130px; } -- -- -- -- -- -- -- -- -- -- So finally, the width of the # demo is explained in three browsers: FIREFOX: 100 px; 6:120 px; 7:130 px; In order to The next two approaches will almost certainly solve all of todays hacks. 1,! important With IE7 on! Important support! The important method is now only for the HACK of IE6. The style # wrapper { Width: 100 px! Important; Width: 80 px; } / style 2, 6 / IE77 to FireFox * + HTML and * HTML are the unique tags for Internet explorer, while firefox is not currently supported. The style # wrapper { # wrapper {width: 120px; } * HTML # wrapper {width: 80px; } * + HTML # wrapper {width: 60px; } } / style Note: * + HTMLs HACK to IE7 must ensur

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档