If I ever am only allowed one rant, it is IE6. I could go on for days about it’s lack of CSS support, bugs, crazy hacks that have been created to ‘cope’ and many other things that make me crawl into the fetal position with my thumb in my mouth.. but I’m not going to. I’m simply going to point out a few things: it was halfway decent for it’s time (back when people considered Netscape as a ‘major’ browser). It’s not so much IE6’s fault, as it is large corporations not upgrading thousands of their systems (it’s only been nearly a decade…retro vintage browsers tight!)..
Here’s why I actually wrote this post:
1 2 3 4 5 6 7 8 | <!–[if lte IE 6]> <meta http-equiv=“refresh” content=“0; url=/ie6.html” /> <script type=“text/javascript”> <! [CDATA[ window.top.location = ‘/ie6.html’; ]] –> <!–[endif]–> |
That little piece of nifty code will cause any user running IE6 to be relocated to a page (/ie6.html) ‘enlightening’ them about how badly their browser is outdated, and needs to be put out of its misery.