40
votes
29answers
19k views
Running IE6, IE7, and IE8 on the same machine
Like everyone else ;), I need to test my code on IE6 and IE7. Now IE8 has some great tools for developer, which I'd like to use. I'd also like to start testing my code with IE8, as it will soon be …
33
votes
32answers
2k views
How to (kindly) ask your users to upgrade from IE6?
It's no secret at all that IE6 has been a major roadblock to the advancement of the web over the last few years. I couldn't count the number of hours I've spent bashing my head against a wall trying …
31
votes
25answers
1k views
IE6: To support or not to support.
As most Web developers know, IE6 is a pain to support when it comes to making a website look and feel just as in the other major browsers (Firefox and IE7). I'd like to know what are the feelings of …
23
votes
33answers
999 views
How best to convince people to upgrade IE?
I recently asked a question that got shot down for being too strongly worded. I'm having another go today because it's something I really am concerned about and I really do want feedback and ideas …
20
votes
11answers
1k views
How can I control IE6+jQuery+jQuery-ui memory leaks ?
Here's a sample page with a couple datepickers. Here's the Drip result for that:
This page leaks indefinitely in IE6sp1 when I click the Refresh button repeatedly (IE6sp3+, Opera 9, Chrome2, and …
11
votes
21answers
1k views
What do you wish you knew before you spent hours trying to fix a bug in IE6
Mine would have to be the float and margin bugs...
If you float an element, and then specify a margin for it, it will double the margin.
The solution to this is to add display: inline to the …
10
votes
8answers
3k views
Can I detect IE6 with PHP?
Is there a way to use PHP to detect if the page is being loaded using IE6?
10
votes
9answers
686 views
IE6 issues with transparent PNGs
I've gotten used to the idea that if I want/need to use alpha-trans PNGs in a cross-browser manner, that I use a background image on a div and then, in IE6-only CSS, mark the background as "none" and …
9
votes
9answers
594 views
List of CSS features not supported by IE6
Hello,
I just finished slicing and coding a very nice table-less css template for my website, all the time I was testing with IE7 and Chrome.
Then I just had the brilliant idea of testing this …
9
votes
12answers
4k views
Internet Explorer 8 and IE 6 side by side
Is there a way to have Internet Explorer 8 and IE 6 side by side without virtualizing?
I used Multiple IEs which works fine with IE 7, but since I installed IE 8 beta 2, IE 6 started behaving oddly …
8
votes
19answers
455 views
Why don’t people just stop developing sites to cater to IE6?
I don't understand why developers continue to program things to accommodate IE6. People should update the browser they use, right?
I've already seen many firms completely stop developing for IE6, …
8
votes
10answers
308 views
How much time and effort do you spend on IE6?
I've often read that corporations will save millions once Internet Explorer 6 is finally laid to rest, but reading quotes like that make me wonder just how much time people are spending on IE6 …
7
votes
14answers
478 views
Why are people still using IE6? [closed]
Duplicate:
Why is IE6 still a corporate favorite in some organizations?
How to (kindly) ask your users to upgrade from IE6?
I am really tired of dealing with IE6. I want to do something about …
7
votes
17answers
824 views
How are programmers tackling ie6 bugs these days?
I have been using dean edwards ie7/8 script. Not sure if it's my implementation or not but sometimes I would experience ie6 issues that weren't quite fixed or required special handling which meant I …
7
votes
9answers
4k views
iframe shimming or ie6 (and below) select z-index bug
uhm im not sure if anyone has encountered this problem
a brief description is on IE6 any <select> objects get displayed over any other item, even div's... meaning if you have a fancy javascript …
