Why IE 5.5 sucks

I’ve been moving towards CSS-based layouts at my work. And I hadn’t thought we were required to support IE 5.5, but I was mistaken. A few of the layouts I did required a minor change to work with IE 5.5, but since the sites had already been released I needed to defend my logic for not supporting that browser. So for my future reference, here is what I (actually my husband) dug up (in case I ever need to use it again)

You can see a quick summary here. And you’ll see the note that says security updates and support for IE 5.5 ended on December 31, 2003.

As well, you can see on this page that all “flavors” of IE 5.5 support (including security updates) from Microsoft have all ended with the exception of windows ME – but even that particular version has this note associated with it:

Microsoft strongly recommends customers install the latest released version of Internet Explorer, which provides improved security protection.

These links and notes from Microsoft all indicate to me that support for all OS except Windows ME is dead, and even then Microsoft says to upgrade to latest version to make sure that you are protected and have current security updates.

IE 5.5 users *really* should upgrade their browser. They are vulnerable to security risks otherwise. (my blog-only added note: Better yet - switch to Firefox!!!)

[HUGE thanks to my better-half Sam for finding all that for me]

6 Responses to “Why IE 5.5 sucks”

  1. susannah Says:

    yes, yes, yes! besides — Firefox rocks! :)

  2. chris Says:

    At least you’re not trying to make your designs at least viewable in IE4. My mother, unfortunately, still uses it.

  3. geeky Says:

    the only catch is Mac users who don’t want to use an alternative browser. I’m fairly certain the newest IE Mac is 5.x

  4. Lisa Says:

    I switched over to Firefox about two months ago and I love it. IE was just too clunky, along with all the annoying pop-ups. And there ain’t nothin’ better than tabbed browsing!! ;)

  5. Valerie Says:

    I personally am getting sick of how IE 5 or 6 handles floated items in css - it makes the text friggin disappear!! Now that I’ve found out what was causing that in my layouts, I searched out some fixes, but they have either only succeeded in doing nothing or screwing up the whole layout. le sigh

  6. Joen Says:

    Phew, that can be a pickle when doing a major site. Glad you found good arguments.

    I also “forgot” supporting IE 5.5, while building a site a while back, but managed to fix it by attaching a specific stylesheet using conditional comments (Windows only).