Alan

You wrote

> Now, I'll ask the question again .  My web page, at the url below will not
> display properly in IE.  The div with id="header" is being expanded
> vertically to match the height of the floated image, whereas I want to to
> stay at the height of the text plus padding, as it does in Firefox.
>
> I have been unable to find what quirk it is that causes this, and 
> therefore
> not find a way around it.  Can anyone help.

The *quirk* in your page is the you have triggered IE's Quirks [1] mode. 
You have placed two comments ahead of the XHTML Doctype Declaration.  Moving 
those bits below the Doctype  in the head of your document will trigger IE's 
Standards Mode.[2]  Any code or comments ( including an XHTML prologue) 
appearing before the XHTML Doctype will cause IE 6 to switch.  This 
condition should be fixed in IE7.

Getting IE 6 in Standards mode should make it render more like FireFox.

[1] http://www.quirksmode.org/css/quirksmode.html
[2] http://www.alistapart.com/stories/doctype/

Hope this helps...

Jim Nannery
www.redfernenterprises.com


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to