1
vote
4answers
48 views
How to write one IE conditional comment to target all IE versions at once?
I want to use a JavaScript only for all IE version 6,7 and 8.
0
votes
1answer
11 views
IE8 non-compatibility mode, image with max-width and height:auto
I have an image with this markup
<img src="wedding_00.jpg" width="900" height="600" />
And I am using CSS to downsize it to 600px width, like so:
img {
max-width:600p …
1
vote
1answer
26 views
Self-Signed SSL Link not working
I have an embedded web server with a self-signed SSL certificate. After I get past the Web Browser's warning about the SSL Certificate being self signed, I am seeing a difference …
0
votes
1answer
84 views
+150
IE8 focus pseudo class and Sibling Selector
I have some mark up and I am trying to have the "hints for some input" light up when the accosicated text input has focus. I am trying to use the focus pseudo class along with a si …
0
votes
2answers
35 views
Why doesn’t “doScroll” work in IE8?
Is "doScroll" still supported by Microsoft in IE8? I can't get it to work at all.
Here's a test page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://ww …
0
votes
2answers
21 views
Giving a child window focus in IE8
I'm trying to launch a popup window from a Javascript function and ensure it has focus using the following call:
window.open(popupUrl, popupName, "...").focus();
It works in ever …
0
votes
0answers
26 views
javascript object expect error on IE8
I've checked this link, but I do want to know what if I don't update jquery version to 1.3 (current 1.2.6) and change my js code, which part of my code should be changed?
var cnt= …
0
votes
2answers
23 views
IE errors with jQuery & timeout
In a jquery hover event I use the following code to drop down a menu:
clearTimeout(hTimeout);
$('#lowermenu').queue('fx', []);
$('#menucenter .current').removeClass('current');
$ …
4
votes
3answers
83 views
ASP.NET - Issues with position of controls in IE8
Hello, recently I've moved on to testing my web aplication in IE8, however, I've noticed that the position of my controls now all over the place. This was not apparent when I was t …
1
vote
2answers
63 views
IE8 Browser Mode & Standards Mode
I need to force IE8 to display as follows:
Browser Mode: Internet Explorer 8
Document Mode: IE8 Standards
I have added this tag however it only affects the document mode, not t …
1
vote
2answers
96 views
IE8 not applying cookies across domain appropriately — only on one machine
I have any interesting problem that has me totally stumped.
I have a piece of production code that I built that reads an IBM LTPA token cookie set by a machine managed by another …
1
vote
3answers
47 views
Linking to a forced download script in a pdf
I am generating dynamic PDF reports in PHP and having some issues with links to the web.
My links are to a PHP script that forces the download of a file attachment. This script w …
1
vote
2answers
63 views
IE8 Session sharing problem in ASP .Net Application
I am having ASP .Net application which is running perfectly in IE 7.0 but as due to session sharing in IE 8.0 (also in case of new window), application is giving unexpected behavio …
1
vote
2answers
69 views
ie7 and ie8 ignore “margin:0px auto;”
http://blog.helpcurenow.org
I'm working on the development of this blog and it seems ie7 and ie8 both are displaying the content so that the container seems to be ignoring the "ma …
0
votes
1answer
33 views
Troubleshooting an IE 8 Crash (memory could not be “Written”) w/activex cntrl
My installation of IE8 on XP SP3 keeps throwing an "Application Error" "The memory could not be "written" when I try running various activeX controls. Specifically the printing por …
