Aug 05

Tagged in: Comments:Add

Trash All IE Hacks

Let’s admit it, we all hate Internet Explorer 6. About 80% of our CSS debug time are spend on IE6. We all know that IE6 is outdated and has horrible CSS rendering engine. However, most average Internet users haven’t realized that yet. Why? Because we put our hard work on it and patch the bugs by various IE hacks. Well, it is time to do something…

Common IE hacks

  1. CSS Conditional comments
    In order for our sites to work on specific verson of IE (due to improper CSS rendering), CSS conditional comments are used to apply special CSS specifications to fix it. If you haven’t realized this yet, read the IE bug articles on positioniseverything.net (warning: you might hate IE more after you read them).

  2. PNG hack
    As mentioned early, IE6 is outdated and doesn’t support PNG alpha transparency. In order to display PNG (with alpha transparency) properly in IE6 or older version, we use this hack.

    Aleksey asked on "Simple Double Quotes":
    "Hello Nick. I see some bug.
    The Close button ( X ) don’t transparent. Test on IE6 and MyIE."

    My response:
    "Yes, I know the PNGs don’t display probably in IE6. But guess what, I’m not going to bother to fix it. I’m sick of hacking IE6 bugs. You should upgrade your browser anyway. Why are you still using the outdated browser?"

Why trash IE6 hacks?

I know this is difficult because about 37% (according to w3schools.com) of internet users are still using IE6. But, together we can make a different. Stop using IE hacks on your sites and let them see the ugly side of IE6. Eventually, they will find a better browser (ie. Firefox) or at least upgrade to newer version of IE.

Update:
Agree with the comments below, the statistic from W3schools does not reflect the entire internet. According to TheCounter.com, the global browser stats of IE6 users is 52% in July 2007.

Support me

If you agree with me, please support Web Designer Wall by making a vote and spreading out the word. Let’s trash all IE hacks and code happily ever after…

Should we trash all IE6 hacks?

View Results

Loading ... Loading …

Conclusion

85% voted yes

15% voted no

Here are what people have said:

  • "My boss will fire me if my sites don’t work in IE6" because 52% of internet users are still using IE6.
  • Display a message (in yellow bar), "You are using an outdated browser, please upgrade your browser" to IE6 users.
  • If it is a personal project, you can ignore all the IE6 users. But for professional or commercial projects, you can’t live without them.
  • Avoid using any features (ie. PNG, CSS selectors) that are not supported by IE6.

Delicious Stumbleupon Digg

Illustrating the Flower Pattern Neil Duerden

Comments

Pages: 44 43 42 41 40 39 38 37 36 35 341 » Show All

There are 435 comments (+Add)

  • 435 Tony Feral

    Well youtube is stopping support for IE6, hopefully this moves people onto newer browsers. I agree with what’s been previously mentioned tho, if folk are still on IE6, either they’re lazy suckers who deserve a screwed up website; or are full-on computer illiterate, and don’t even know what a web browser is!

  • 434 Yatri

    Why not just place a Bad Browser script :
    http://think2loud.com/build-an-unsupported-browser-warning-with-jquery/

    I am doing just that for all projects. You can do a redirect to a page which enlists various browsers or even place a full screen div which doesnt allow you to navigate the site if its IE6 (LOL… if you use that stuff, you do NOT deserve to browse the WWW).

    Moreover most users who are still using IE6, are generally users who arent aware of the newer browsers… In that case place a security message stating the facts relating to security flaws and so on.

  • 433 Shane Saviers http://solarplain.com

    it is pretty funny that I came across this looking for the png css hack… I so wished I could throw them out the door but I still work for a corporation for my day job so coding inside the bounds of the approved browser makes me refrain from lets say jazzing up some of the functional sites I work on. I vote yes to ditching the hacks for the greater population… get with it!

  • 432 Col http://thelostsite.co.cc

    Completely agree with your reasoning behind stopping supporting IE6.

    I think the main restricting factor to its death is that schools ond buisness have it as their browser - what do they care if their pupils or employees go on sites which don’t render correctly? There is no incentive to spend money to get admin upgrade all the workstation’s browsers.

    My visitors are mainly from non personal machines of which 25% are using IE6!

  • 431 vincentdresses http://www.hibridal.com

    The designs showed here show what simple and tasteful design is all about. Another one to consider

  • 430 ruth

    I find it amazing, that in a world where people always “need” the latest.. design, gadget, TV.. so many still insist on using a buggy browser. If we all designed solely for IE6.. no PNGs, no great effects.. that is very much holding back progress in my view.

    I rather liken it to “I like riding horses, so why do we need gas stations all over the place.. why not horse troughs?”

  • 429 panel radyatör http://panel-radyator.blogspot.com

    nice tutorial i will translate my language

  • 428 Ankit

    Trash All IE Hacks, Visit on http://ie6update.com/

  • 427 Amol Nirmala Waman http://www.navayan.com

    I agree that web developers found IE6 ugly due to its un-support for newer trends in web. But still IE6 has its percentage use in web, so we can’t deny or ignore to look into IE6 fixes. It might required some additional coding/s whether its CSS or Javascript, web developer need to prepare themselves as well until IE6 completely wiped out from the web. There are solutions, we need to find the way. That’s it!

  • 426 David

    A pox on you IE6 - a pox I say! :P

Pages: 44 43 42 41 40 39 38 37 36 35 341 » Show All

Post Your Comments

(required)

(required)

Comment Guidelines

  • Please keep comments related to topic. And be nice, don't spam!
  • Basic HTML tags are allowed:
    <a href> <abbr> <acronym> <blockquote> <code> <em> <strike> <strong>
  • Note: un-related or spam comments will be deleted.

Live Comment Preview

Back to top