0

I have a style issue in IE9. Menu bars not aligned correctly. I am using Windows XP only.But IE9 will be available for >Vista only. How can I test and fix IE9 issues in Windows XP OS ?

Here I am attaching the screen shot of the issue I am facing.

Error in IE 9:

enter image description here

Correct Layout in Chrome:

enter image description here

Mr_Green
  • 40,727
  • 45
  • 159
  • 271
Balaji Kandasamy
  • 4,446
  • 10
  • 40
  • 58

2 Answers2

2

Check the below links:

HINT: For more links, search in google for online virtual browsers

Instead of doing this, I recommend you to install latest version of OS to support all browsers.


Honestly, I don't recommend <meta http-equiv="X-UA-Compatible" content="IE=8" /> .

Community
  • 1
  • 1
Mr_Green
  • 40,727
  • 45
  • 159
  • 271
-2

Please post some code snippet so that we can point you in the right direction.

Since you said that your code is working in IE8

You can use this as a hot fix for now.

<meta http-equiv=”X-UA-Compatible” content=”IE=8”/>

This will make ie9 fallback into ie8 mode. If you still not fixed and you need ie 9 in windows xp use some virtual machine.

karthick
  • 11,998
  • 6
  • 56
  • 88