Previous Message
Next Message

An IE Mystery

Sent by Christophe Kirch on 11 November 2004 02:02


I recently read something that might explain what you are talking about
here:  http://www.alistapart.com/articles/journey/


" ...IE5/Mac emulates non-standard IE5/Windows behavior in Quirks mode, but
delivers accurate standards compliance in Strict mode. You trigger Quirks
mode by leaving out the DOCTYPE or creating a DOCTYPE with no W3C URL:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

You trigger Strict mode by beginning your page with a DOCTYPE that includes
the relevant W3C URL:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">

The Gecko browsers (Mozilla, Netscape 6.x) follow IE5/Mac¹s lead, as does
the IE6 beta [now IE6 ‹ ed.]. In all these browsers, you can use DOCTYPES to
control whether you want your site to comply with standards as written, or
to emulate the behavior of older, less compliant browsers... "


> From: Kevin Switzer [EMAIL-REMOVED]>
> Date: Wed, 10 Nov 2004 19:29:45 -0600
> To: "Susan R. Grossman" [EMAIL-REMOVED]>,
> [EMAIL-REMOVED]>
> Subject: RE: [css-d] An IE Mystery
> 
> It does now, but the problem still exists.
>  
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
>  
> The weird thing is, if you hit the Refresh button, it fixes the problem on the
> test page, but not the main page.
> 
> ________________________________
> 
> From: [EMAIL-REMOVED] on behalf of Susan R. Grossman
> Sent: Wed 11/10/2004 12:58 PM
> To: [EMAIL-REMOVED]
> Subject: Re: [css-d] An IE Mystery
> 
> 
> 
> On Wed, 10 Nov 2004 11:30:57 -0600, Kevin Switzer
> [EMAIL-REMOVED]> wrote:
>> In IE, http://denmark.stamats.com/test.htm looks great...
>> 
>> However, http://denmark.stamats.com/ has the same exact css and html,
>> but looks awful.
>> 
>> Anybody want to try to solve that mystery?
> 
> 
> the test page doesn't have a doctype
> 
> --
> Susan R. Grossman
> [EMAIL-REMOVED]


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: