0
votes
1answer
25 views
List of everything that doesn’t work correclty in quirks mode?
Hi,
Does anyone have a complete list of html, javascript, and css that is buggy in quirks mode (particularly IE quirks mode)?
I have checked out the quirksmode.org list at …
1
vote
5answers
83 views
Why does .html work and not innerHTML or appendChild
Hey!
I am trying to add an ajax response to a div (it's htmlcode, tables, forms etc).
In FF innerHTML works perfectly, but in IE it gives me an unknown error.
I tried lot's of stuff, but I only …
0
votes
1answer
11 views
How do you instantiate .NET hosted controls dynamically loaded via JavaScript?
I am trying to load a bunch of .NET hosted controls into a page dynamically using JavaScript to inject OBJECT tags into the HTML.
My problem is that the objects do not instantiate, only the static …
0
votes
3answers
70 views
“this” keyword in IE
So, I using this snippet <tr onclick="this.toggleClassName('selected')"> on a web page. (a Prototype.js function) It works great. All I do is click on a table row, and it appears to get …
0
votes
1answer
31 views
print visible screen only
I have an html application running in IE6(yes it has to be 6 for the time being), currently I print a page/report of the application. This report is all html and just uses the browsers built in print …
1
vote
3answers
52 views
Make IE ‘follow’ FF
Hi,
When developing webpages i need to test the layout and functions in both FF and IE. Anybody know of a FF addon or something else where i can make IE follow FF, meaning the if i type or click in FF …
0
votes
3answers
12 views
sifr fade problems on IE
hello,
i use a sIFR title in a list on my website. i fade list-items out and in. works fine. but in IE when i fades, the sIFR title suddenly has a black background. but just during the …
1
vote
2answers
16 views
IE addon development in .net
How do i develop a addon for ie in .net. I am basically looking to develop a inline spell checking addon like IE7Pro.
0
votes
1answer
297 views
Jquery Autocomplete scroll bar not coming in IE
hi,
i am using latest version of jquery autocompletion plugin.
and have populated an array(input for autocomplete) abt 800 entries.
now strangely when i type a letter which triggers large …
1
vote
1answer
35 views
Do IE Conditional Comments slow down page load?
I've been having the "CSS hacks" vs "Conditional Comments" argument enough times lately that I thought I'd throw this question out to the Stack Overflow community.
<!--[if IE]>
<link …
0
votes
1answer
43 views
Manifest issue with IE and activeX application
hi all,
I'm facing the following configuration:
IE loads c++ activeX (LOADER application that loads c# COM ActiveX (EXECUTOR) that using reflection starts c# UI application (the main application) …
1
vote
1answer
46 views
Why does Internet Explorer prevent me from accessing the parent window’s JavaScript?
I have IFrame with a button in it, and it's onclick is:
new window.parent.UI.Image('xyz').addToCart();
In Firefox, I don't have any problems with this code. In IE, however, I get a "permission …
0
votes
2answers
33 views
Start javascript profiling in IE from js-code
I want to start and stop js-profiling from my js-code in Internet Explorer.
Like we can do it in Firefox through:
- console.profile()
- console.profileEnd()
Does anybody know whether it is possible …
0
votes
1answer
18 views
IE Cache Settings
What does the following IE cache setting do: "every time i visit the webpage"
Does it cause the browser to ignore the Expiration and other Cache related http headers? Is it at the webpage (address …
0
votes
1answer
30 views
DIV show-hide flickering in IE only
Hi,
I've got a problem with showing images triggered by a MouseOver (see: http://camera.vu.nl/v2)
In Safari and Firefox it's ok. In IE when you move of the text onto the Visible background layer with …
