On 9/9/06, Robin Fisher <[EMAIL PROTECTED]> wrote:
> Hi All,

> I'm having a problem whereby my content div ends up being different widths
> in Opera, FF and IE7.

The XML prologue in your xhtml file (fist line) will force IE6 into
quirks mode where it gives block elements the wrong width.  IE6 will
only go into standards rendering mode if the Doctype is the very first
line of the page.

I don't know it this affects IE7 or not, but IE6 is still the majority
browser out there.  For cross browser support you should lose the
prologue.
______________________________________________________________________
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