Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve various IE compatibility problems with one line of code

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

A line of code how to solve a variety of IE compatibility problems, I believe that many inexperienced people do not know what to do, so this article summarizes the causes of the problem and solutions, through this article I hope you can solve this problem.

The source code of Baidu is as follows

The code is as follows:

2. Google Chrome Frame can also enable IE to use Chrome engine:

/ / or

two。 Set up the website server to specify the default compatibility mode

If the server is its own, you can define a custom header on the server to preset a specific file compatibility mode for their site. This particular method depends on your website server.

Input, the following web.config file enables Microsoft Internet Information Services (IIS) to define a custom header to automatically compile all web pages using IE7 mode.

There are also other solutions, such as google's

Ie7-js is a JavaScript library (JS library that resolves conflicts between IE and W3C standards), which makes Microsoft Internet Explorer behave like a Web standards-compliant browser, supporting more W3C standards and supporting CSS2 and CSS3 selectors. It fixes many HTML and CSS problems and makes transparent PNG display correctly under IE5 and IE6.

Make IE5,IE6 compatible with IE7 mode (recommended)

Make IE5,IE6,IE7 compatible with IE8 mode

Make IE5,IE6,IE7,IE8 compatible with IE9 mode

Resolve PNG display issu

Just name the transparent png image *-trans.png

It is important to note that this method has no effect on background tiling (background-repeat) and background (background-position), and will occupy the entire container by default.

3.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report