Re: [WSG] IE Stops page load

2006-08-29 Thread Wouter Lowies
Hello Darren, I've seen this before, but than with flash. I think it's a bug in IE. The problem is when your page is loading and you call a js-functie, the loading will abort. Solution is to load you js-functies after your HTML is loaded, you can do that with defer. In you code: script

RE: [WSG] IE Stops page load

2006-08-29 Thread David Cameron
-event-handling/ Dave. From: Darren Wood [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org To: wsg@webstandardsgroup.org Subject: [WSG] IE Stops page load Date: Tue, 29 Aug 2006 15:11:45 +1200 Hello People of the List, I'm having a very curious IE issue. I don't know where else to turn. I've

RE: [WSG] IE Stops page load

2006-08-29 Thread David Cameron
@webstandardsgroup.org Subject: [WSG] IE Stops page load Date: Tue, 29 Aug 2006 15:11:45 +1200 Hello People of the List, I'm having a very curious IE issue. I don't know where else to turn. I've tried almost everything (including not caring) but am now having sleepless nights due this problem. http

Re: [WSG] IE Stops page load

2006-08-29 Thread Gunlaug Sørtun
Darren Wood wrote: http://www.dontcom.com works / displays as expected in FF/Safari but it goes mental in IE. Someone will probably say that I'm a mental case myself, but anyway. I changed the order of the two first script-links in a local copy, and IE6 started to behave just fine. Can't see

Re: [WSG] IE Stops page load

2006-08-29 Thread Ron Jonk
Maybe the page is still searching for your image http://www.dontcom.com/img/button.png In Safari it says it is missing. it can't find it and sometimes IE still stays searching On Aug 29, 2006, at 5:11 AM, Darren Wood wrote: Hello People of the List, I'm having a very curious IE issue.

RE: [WSG] IE Stops page load

2006-08-29 Thread Gregory Bowrin
Hi Daren, Could you tell me what approach did you take to developing your page? CSS, etc... Gregory -Original Message- From: Ron Jonk [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 5:50 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] IE Stops page load Maybe the page

Re: [WSG] IE Stops page load

2006-08-29 Thread Darren Wood
Thanks! This solved the issue! Infact I completely removed the jquery script call (as I no longer needed it). Now I can actually do some real testing in IE and get the layout looking tip top. Thanks again, everyone! D On 8/29/06, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Darren Wood wrote:

[WSG] IE Stops page load

2006-08-28 Thread Darren Wood
Hello People of the List, I'm having a very curious IE issue. I don't know where else to turn. I've tried almost everything (including not caring) but am now having sleepless nights due this problem. http://www.dontcom.com works / displays as expected in FF/Safari but it goes mental in IE.

RE: [WSG] IE Stops page load

2006-08-28 Thread Paul Bennett
Hi Darren, Wow - I've never seen that before - my browser half loads the page and then just stops even trying... :) Your (x)html validates and appears fine at a cursory look Maybe fix a few CSS errors :

Re: [WSG] IE Stops page load

2006-08-28 Thread Mike at Green-Beast.com
Darren Wood wrote: http://www.dontcom.com works / displays as expected in FF/Safari but it goes mental in IE Hello Darren, I tested it in IE7 and, yeah, the pages wouldn't even load. I did, however, try it with JavaScript disabled and the page did load. It's not rendering properly and the