Good Bye, IE 5, for 2005
In case you haven’t noticed yet, as of sometime in late December, I decided for the commencement of 2005, I’d kick of the web design culture with my announcement that… I’m hiding styles on both IE5 Win & Mac.
Ok, that’s all I have to say.
However more importantly, if you’d like to join in on this effort, all you need to do is import your styles using the following method (verbatum).
<style type="text/css" media="screen">
<!--
@import"styles.css";
-->
</styles>
Happy Belated New Year! If you’re interested in reading the other cheezy headlines I had came up with for this post, then read on…
- IE5, I hate you
- Knock knock; who’s there? IE5. Liar.
- It’s time to dump IE5 for good
- It’s been real, and it’s been fun. Aw who am I kidding. Yee Haa!
Got any others?













January 27th, 2005 at 10:05 am
How about Internet Ebomination 5
January 27th, 2005 at 12:03 pm
I agree, but only for IE5 on Mac, yet. But don’t forget the media “projection”. This is needed by Opera in fullscreen-mode. Without that it won’t add the css-styles to the site.
January 27th, 2005 at 2:05 pm
Thanks Bjorn.
I often forget about Opera’s misbehavior. I’ve yet to come up with “great” reason’s to use Opera. They are still the IE-wanna-be browser but with lynx, tabbed-browsing, and some mouse gestures.
January 29th, 2005 at 11:22 pm
Why are hiding the styles from IE 5 Win? (Its CSS support is not that lacking — as opposed to IE 6 Win’s.)
January 30th, 2005 at 6:09 pm
I think IE6 would logically have better support than IE5 for windows.
you got a link for any kind of proof?
February 4th, 2005 at 8:33 am
IE6 has different/more float bugs than IE5, but IE5 has the mother-of-all-blunders incorrect box model, so it’s kind of a mixed bag when supporting IE in any capacity.
February 6th, 2005 at 1:01 am
Zactly. I live on on floats, margins, paddings, and positioning, as we all should. When a browser messes up my box…well that’s just not polite
December 7th, 2005 at 3:14 pm
do i have to use the line breaks?
style type=”text/css” media=”screen”>
!–
@import”styles.css”;
–>
/styles>
or can i do
all one line???
i’d love to join this party…
February 23rd, 2006 at 10:12 am
[…] (optional) Limit your results by adding a tagName. Very useful when you’re toggling checkboxes and etcetera. You could just supply “input“. Or, if you’re like me, and you said Good Bye to IE5, you can use the “*” asterisk as a catch-all (meaning ‘any element). […]
March 28th, 2007 at 6:18 am
[…] (optional) Limit your results by adding a tagName. Very useful when youâre toggling checkboxes and etcetera. You could just supply âinputâ. Or, if youâre like me, and you said Good Bye to IE5, you can use the â*â asterisk as a catch-all (meaning âany element). […]