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 …
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 …
24
votes
9answers
3k views
Why don’t self-closing script tags work?
What is the reason browsers do not correctly recognize:
<script src="foobar.js" /> // self-closing script tag
Only this is recognized:
<script src="foobar.js"></script>
Is it …
23
votes
33answers
997 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
19answers
1k views
How do you deal with Internet Explorer?
I am aware that there are probably other questions regarding this topic. I guess that every web developer goes through this with IE.
My problem:
I am developing a web-based application fully based …
20
votes
6answers
2k views
Why doesn’t IE7 copy <pre><code> blocks to the clipboard correctly?
We've noticed that IE7 has an odd behavor with code blocks posted on Stack Overflow. For example, this little code block:
public PageSizer(string href, int index)
{
HRef = href;
PageIndex = …
18
votes
12answers
2k views
IE 8 dropping memory pages?
This question is a spin-off/evolution of this question. (That question got marked as resolved because I put a bounty on it and it auto-resolved, but it never really got answered.)
The summary is …
15
votes
8answers
5k views
Getting jQuery to recognise .change() in IE
I'm using jQuery to hide and show elements when a radio button group is altered/clicked. It works fine in browsers like Firefox, but in IE 6 and 7, the action only occurs when the user then clicks …
12
votes
13answers
640 views
Firebug for IE
Trying to fix JavaScript bugs is huge pain as is determining the styles applied to an element. Firebug makes these issues a lot easier when working on Firefox, but what do you do when the code works …
10
votes
5answers
1k views
Anyone have ideas for solving the “n items remaining” problem on Internet Explorer?
In my ASP.Net app, which is javascript and jQuery heavy, but also uses master pages and .Net Ajax pieces, I am consistently seeing on the status bar of IE 6 (and occasionally IE 7) the message "2 …
10
votes
9answers
1k views
How do I do advanced printing from a web application?
I have been researching options for printing report-like data via a web application. Some options that are viable are writing PDFs, Excel XML, dumping HTML to Excel, or using a tool like activePDF …
9
votes
7answers
421 views
Can !important rules be used in IE’s CSS expressions?
Firstly, I know that CSS expressions are defunct and wrong in so many ways, and also to avoid using !important where possible. This is for a special case stylesheet.
In Short
My question is... Is …
9
votes
8answers
718 views
IE6 PNG transparency
How can I fix PNG transparency bug in IE6 for background image?
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 …
9
votes
5answers
2k views
JavaScript Profiler in IE
Does anyone know a tool for Profiling JavaScript in IE?
List available:
IE8 (Internet Explorer 8 only)
JavaScript Profiler
YUI!
