I'm apparently triggering quirks mode (or at least IE 7 standards mode) even though I've added the strict doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
and the IE compatibility list meta:
<meta http-equiv="X-UA-Compatible" content="IE=8" />
I've looked at the Developer Tools...
I need to communicate with a Service using IPC from inside of a Browser Helper Object (registered with IE8). Unfortunately, all of this communication is done through an Assembly API that I have no control over. Whenever this API starts up I get the following error:
ExceptionSystem.Runtime.Remoting.RemotingException: Failed to conne...
I've built a JAVA survey web application with 70 questions. All the questions have some html radio buttons to choose the answer. Those questions and answers are dynamically generated to adapt themselves to the user choices path.
After the user click on a radio-button my web application re-generates some HTML dynamically. It seems incred...
Hi,
I am using asp update panel in my pages but everytime i refresh the page in IE (currently using IE8), i get series of error. Same doesnt happen in firefox however.
Any inputs are welcomed
...
We're doing some preliminary explorations of Windows Desktop Gadgets here at our company and we've decided to try our first one simply by embedding an IFRAME inside the gadget HTML and pointing it to a web page we already have hosted on our intranet. The page on our intranet includes JQuery (whose calls seem to be working inside the pag...
One of my javascript sources had an extra comma that was throwing an error in IE8. So I opened up my editor, deleted the comma, and saved. I reloaded IE8, but it was still pulling the old js file. I deleted everything in "Delete Browsing History...", and restarted the browser. It is still pulling the old file. I even set up a log on ...
I have a problem with IE8. When the age reloads/refreshes it flashes white. My client is very unhappy and I'm unable to find any kind of answer anywhere. PLEASE can anyone shed any light. Here's a link to a site with the issue: http://www.gingergraphicdesign.com
...
<a href="index.html"><img src="image.png"/></a>
IE8 highlights the image with a blue border. I'm not sure what CSS is relevant here, is it just border? Can I use a single CSS style to turn it off, like:
a img
{
...
}
...
Got a problem that seems to be fairly endemic with IE8 (searching on Google) but I can't find a solution anywhere. I have a document that is moderately long and should print to 3 or 4 pages, but sometimes IE8 only prints the first page (it also lists it as page 1/1, in these cases). If I pause the printer (so I can wee what's happening...
I have a crazy issue when tabbing from one textbox to another.
This happens on a webpage which contains about 20+ textboxes, and this happens on the same textboxes, and I have no idea what is the cause.
When the cursor is in a textfield, I type in a value, hit tab, the focus goes to the next textbox, I hit tab, the focus stays in the s...
I have a Joomla 1.5 site with a client login on the page (rather than going right into the back-end) using the standard Joomla module, but when the login is accessed via IE* the tag displays in blue. It is set in the .css files as white. IE8 is ignoring this. Any ideas? This only shows when admin is logged in so hard to show the problem...
Hi All, I'm trying to create the following.
The problem is that the stuff in row1 has a different gradient background than the stuff in row2.
Also row1 is dynamically filled with stuff from the database, so it could have 2 items or 6.
So I want the gradient from row2 to keep repeating it's to match the width from it's sibling.
I c...
Page of interest: https://www.gsb-yourbank.com/test/
ICO file: https://www.gsb-yourbank.com/test/favicon.ico
My favicon is a 16x16 resolution, 16-color ICO file. It will not appear in IE 7/8 no matter what I do! I've tried everything I can think of, including:
generating the ICO with a variety of
different utilities,
changing the s...
Anyone have any ideas why the left and right border around first name and last name disappear in IE8. It works fine in firefox, ie6, ie7 and chrome.
http://amc.hsac.com.php5-10.dfw1-2.websitetestlink.com/waiver.html
I am at a bit of a loss. Page validates.
Update
If you enter some bogus information, and get to the 2nd page, you will...
I put up this test page to illustrate this issue: http://pix-all.com/fb-test.htm
Every Browser i've tested on has worked but in IE8. The odd part is that IE8 doesn't even report an error, WOW, and that is something. So right now im stuck with to nothing to work on or debug. Hopefully you guys can help me out and spot what i've overlooke...
IE8 has a known bug (per connect.microsoft.com) where typing or pasting text into a TEXTAREA element will cause the textarea to scroll by itself. This is hugely annoying and shows up in many community sites, including Wikipedia. The repro is this:
open the HTML below with IE8 (or use any long page on wikipedia which will exhibit the s...
Basically I have something like this:
<ul>
<li>
<a>
<div class="trigger-layer"></div>
<div class="title-layer">Text here</div>
<div class="hover-layer"></div>
</a>
</li>
</ul>
I use jQuery to animate the <ul> as follow:
$ul = xxx (where I assign the selector to var $ul)
$ul.animate({opacity: 0}, 1000, function() {$ul.css("display", ...
windows internet explorer shows a message as :
windows internet explorer stack overflow at line :2803
and this message pops up after each cancellation . what do i do of this error message and why does this occur ?? please help..
thanks
...
hi guys - somthing is wrong with my code and i can't get what it is...
i have a div id = "personaltab"
i have a form in side it to login the user with username and password. if success the jquery empty the div and puts in the form of the bidding.
if the user try to bid the other ajax that assign to the button is working but for some re...
Hi,
I am facing a strange issue after the popup is created onclick. The popup opens up but hangs immediately on IE8 (works fine on all the other browsers including IE6). But on adding the alertbox as show in the JavaScript code, the popup works fine.
I am using **https** and not **http** and i feel popup is not able to load the JS f...