css - how do you start to finish to solve IE6 issues, if site is working fine in other browsers? -


If you receive a site that works fine on all browsers except IE 6 ( we can not rebuild the entire markup of the site ). And the IE 6 layout is very upset.

and is being used only in IE6 supported CSS selector site.

Then how do you start IE 6 issues to solve?

  • The first thing is that IE 6 css only

      & lt ;! - - [If IE 6] & gt; & Lt; Link rel = "stylesheet" type = "text / css" href = "ie6.css" />  
  • P>

How do you now analyze and resolve all CSS issues? Without making much changes to HTML code

Remember , the site is working well on all browsers in IE7 and IE8 and FF also.

Use the Developer Toolbar. The image of IE VPC should be pre-installed in its IE6.

Open the site, see where the problem is found, and with it using the developer toolbar to play something like this, you can see the changes in real time, what you need to do Can get good information about it).

Add fixes to your ie6.css file, then rinse and repeat until you reach a satisfactory point.

This is my general view when I have some unexpected experience: I use the developer tools and want to know how I can work it, either in an IE-specific stylesheet Add, or change the default stylesheet accordingly (if it makes sense and nothing else breaks).

The worst case scenario: You can tell everyone, but use the stylesheet (use one) to load IE 6 regularly, and provide a very bad code for that one. There is a very beautiful solution, but it is is a possibility.


Comments