1

Recently users of my website complained about the lack of support to IE6\7.

  1. Is there an offline tool to test if a page-HTML isn't compatible with a specif browser and where is the problem?

  2. Where can I find a list of things I need to be aware of in order to support IE6?

Update: The problems the users describe are in the UI, <Div>are not in the right places and that kind of problems, not JavaScript issues.

I can't force the users to upgrade theirs browsers.

gdoron
  • 147,333
  • 58
  • 291
  • 367

5 Answers5

5
Community
  • 1
  • 1
Pekka
  • 442,112
  • 142
  • 972
  • 1,088
  • 1
    I must support IE6. it's intranet and I can't force the users upgared their browser. Though It's the obvious solution... – gdoron Jan 15 '12 at 18:04
  • 2
    @gdoron [even Microsoft is urging users to switch](http://www.ie6countdown.com/)... maybe that can help convince whoever is making the decision – Pekka Jan 15 '12 at 18:12
  • 1
    Even me, That still doesn't help, I can't force those bastard... **=)** – gdoron Jan 15 '12 at 18:14
  • @gdoron ah well then :) Do check out the linked questions, they contain a lot of good advice. – Pekka Jan 15 '12 at 18:17
3

IE tester is useful for testing across version of internet explorer. It may not tell you what is wrong but you will at least be able to see / verify what users are reporting.

http://www.my-debugbar.com/wiki/IETester/HomePage

benni_mac_b
  • 8,803
  • 5
  • 39
  • 59
1

I have some offer about this for you :

  1. Try to use Jquery more,because Jquery is compatible with most browsers
  2. there are 3 useful addons for Mozilla : Firebug , Web Developer , IE tab
  3. IE 9 has a developer windows that you can change your page standard into IE 8 or 7
  4. Use syntax liek this :

    <link rel="stylesheet" type="text/css" href="Styles/ie-fix.css" />
    

maybe this is useful dude for you :)

Ali Foroughi
  • 4,540
  • 7
  • 42
  • 66
0

If your users are complaining about IE6, you should give support to IE, thats theory. BUT, if possible do as google has been doing for years, if the user is using IE6/7 or lower show some links to download newer browsers and tell them that their browser is too old.

H27studio
  • 467
  • 1
  • 4
  • 12
0
  1. You can use a seperate stylesheet for IE.

  2. There is a third party software named Utilu. Utilu IE Collection contains multiple standalone versions of the browser Internet Explorer, which can be used at the same time. It has more than 10 versions of IE. But its used for viewing the web pages. This software also has firefox and chrome collections.