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

[WSG] Outlook messes up the DOCTYPE???

2006-08-29 Thread Bojana Lalic
Hi All Ive got a problem with the doctype. The following code is in the code for the html page (in a browser): !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd However, when this page is sent to an email address using the send this

Re: [WSG] Outlook messes up the DOCTYPE???

2006-08-29 Thread Micky Hulse
This page might help: http://css-discuss.incutio.com/?page=StyleInEmail *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED]

RE: [WSG] Outlook messes up the DOCTYPE???

2006-08-29 Thread Roberto Scano - IWA/HWG
-Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Bojana Lalic Sent: Tuesday, August 29, 2006 9:05 AM To: wsg@webstandardsgroup.org Subject: [WSG] Outlook messes up the DOCTYPE??? Hi All I've got a problem with the doctype. The following

RE: [WSG] IE Stops page load

2006-08-29 Thread David Cameron
Hi Darren. I'm taking a shot in the dark here, and if it's not the solution, it may stimulate one from others. I came across a script a while back, and it's used to address cross-browser handling. Here's a link to some info and links:

RE: [WSG] IE Stops page load

2006-08-29 Thread David Cameron
P.S. I noticed that your charset is utf-8. My pages are charset=ISO-8859-1. Could that be it? Also, when I save a text document it's in ANSI format. Are you doing the same? Just a guess. Dave. From: Darren Wood [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org To:

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 is

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] FW: Nfb-web Digest, Vol 27, Issue 19

2006-08-29 Thread marvin hunkin
From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Nfb-web Digest, Vol 27, Issue 19 Date: Tue, 29 Aug 2006 12:00:20 -0500 Send Nfb-web mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit

[WSG] Multimedia design position vacant

2006-08-29 Thread Sarah Harris
POSITION VACANT: MULTIMEDIA DESIGNER Bond University is a private university, dedicated to shaping graduates who are leaders and thinkers, imbued with initiative, enterprise and a continuing quest for lifelong learning. The Office of Marketing and Student Recruitment is a pivotal office

Re: [WSG] Outlook messes up the DOCTYPE???

2006-08-29 Thread Donna Jones
Hi Bojana: I’ve got a problem with the doctype. The following code is in the code for the html page (in a browser): !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd; However, when this page is sent to an email address using the send this