internet-explorer-6

Huge Web App With Memory Leak in IE 6

北慕城南 提交于 2019-12-21 20:55:31
问题 I have a huge web app that is having issues with memory leak in IE 6. Fixing a memory leak in a 5 line code sample that demonstrates the problem is easy. But if I have a very huge application, where should a start from? 回答1: Check out Drip. That usually takes the guesswork out of IE memory leaks. If for some reason Drip doesn't find it, take a close look at any JavaScript code that works with events. That is almost always the source of any significant memory leak in a browser. Destroying a

/*@cc_on and IE6 detection

情到浓时终转凉″ 提交于 2019-12-21 17:01:41
问题 When researching JavaScript conditional comments for IE, I stumbled upon @cc_on. This seems to work. However, the wikipedia entry on conditional comments provides the following code for more robust IE detections, specifically IE6: /*@cc_on @if (@_jscript_version > 5.7) document.write("You are using IE8+"); @elif (@_jscript_version == 5.7 && window.XMLHttpRequest) document.write("You are using IE7"); @elif (@_jscript_version == 5.6 || (@_jscript_version == 5.7 && !window.XMLHttpRequest))

IE 6 CSS Hover non Anchor Tag

血红的双手。 提交于 2019-12-21 09:33:46
问题 What is the simplest and most elegant way to simulate the hover pseudo-class for non-Anchor tags in IE6? I am specifically trying to change the cursor in this instance to that of a pointer. 回答1: I would say that the simplest method would be to add onmouseover/out Javascript functions. 回答2: I think the simplest way is to use the hover.htc approach. You add the hover.htc file to your site, then reference it in your stylesheet: body { behavior:url("csshover.htc"); } If you want to keep things as

IE6 performance with CSS expressions

偶尔善良 提交于 2019-12-21 05:15:07
问题 We are developing a web application that will be sold to many clients. There is already one client (a bank) which has decided that it will buy the product once it is ready. Unfortunately due to some miscommunication it came out rather late that the only browser they use is IE6. The application was already started with the thought in mind that it does not need to support anything else below IE7. The results are pretty good too - it's fully useable on IE7/FF/Opera/Safari. Haven't tested on

IE 6 vs. position:fixed

核能气质少年 提交于 2019-12-21 04:33:09
问题 position:fixed that doesn't work for Internet explorer 6. I can't really understand the fixes found on google. I need it to work in IE6, IE7, IE8 & FireFox 3.0. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" /> <title>Sidebar fixed</title> <style type="text/css"> #wrapper {

CSS doesn't apply to dynamically created elements in IE 7?

廉价感情. 提交于 2019-12-21 03:35:27
问题 Still looking for an answer. Changing or reassigning to the filter's innerHTML successfully redraws the element, but breaks my script, so that's out. Adding additional child nodes, including text nodes, does not force a redraw. Removing the added node does not force a redraw. Using the ie7.js family of scripts does not work. In the project I am working on, I dynamically generate (with javascript) filters that look like this: <div class="filter"> <a ... class="filter_delete_link">Delete</a>

combining IE6 and IE7 css hacks in same stylesheet

北城以北 提交于 2019-12-21 02:54:12
问题 I usually use IE conditionals and have a stylesheet for each. This for me is a much neater way to do this. However due to a certain constraints, I have to hack ie6 and 7 in the same stylesheet. I know it won't validate, but how do you isolate ie6 and ie7 with hacks in the same stylesheet? 回答1: Comprehensive List of Browser-Specific CSS Hacks Source: http://paulirish.com/2009/browser-specific-css-hacks/ /***** Selector Hacks ******/ /* IE6 and below */ * html #uno { color: red } /* IE7 */ *

jQuery UI datepicker performance

别说谁变了你拦得住时间么 提交于 2019-12-20 23:27:03
问题 I have a textbox on my web page that is used to specify a date, so I'd like to use the jQuery DatePicker. However, most of my users are locked into using IE6 and the performance of the jQuery DatePicker is a little sluggish in this browser. Can anyone recommend an alternate JavaScript date picker, or any means of improving the display performance of the jQuery DatePicker? 回答1: I also ran into this problem. Here are a couple of things that can help performance in IE6: Turn on background image

Use double classes in IE6 CSS?

感情迁移 提交于 2019-12-20 08:40:46
问题 is there any way to make IE6 understand double classes, say I have a class MenuButton with a color class and possibly a clicked class; like : .LeftContent a.MenuButton {..general rules..} .LeftContent a.MenuButton.Orange {..sets background-image..} .LeftContent a.MenuButton.Clicked {...hum ta dum...} Now, IE6 understands <a class="MenuButton Orange"> , but when adding Clicked, like <a class="MenuButton Orange Clicked"> , IE just ignores the Clicked rule. Of course, I could rewrite my CSS, and

Internet Explorer 8 and Internet Explorer 6 side by side [duplicate]

人走茶凉 提交于 2019-12-20 08:10:43
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine Is there a way to have Internet Explorer 8 and Internet Explorer 6 side by side without virtualizing? I used Multiple IEs which works fine with Internet Explorer 7, but since I installed Internet Explorer 8 beta 2, Internet Explorer 6 started behaving oddly (that is, more than usual). 回答1: I also use virtualisation. I