RE: aligning Tables right in HTML 4.01 Strict...?

IE's box model is broken; It doesn't handle margins correctly. Actually,
I've discovered IE doesn't handle several large chunks of the visual
formatting model correctly. Unfortunately Mozilla doesn't render
everything quite right either.

-----Original Message-----
From: www-validator-request@w3.org [mailto:www-validator-request@w3.org]
On Behalf Of Ralf Hauser
Sent: September 12, 2002 7:48 AM
To: Dominique Hazaël-Massieux
Cc: www-validator@w3.org; tkinias@optimalco.com; gerald@w3.org;
ss@comp.lancs.ac.uk
Subject: RE: aligning Tables right in HTML 4.01 Strict...?

Dom,

Thanks, it almost helps.
See below.

> -----Original Message-----
> From: Dominique Hazaël-Massieux [mailto:dom@w3.org]
> Sent: Donnerstag, 12. September 2002 12:11
> To: hauser@acm.org
> Cc: www-validator@w3.org; tkinias@optimalco.com; gerald@w3.org
> Subject: Re: Centring Tables in HTML 4.01 Strict...? or rather align
> right:
>
[..]
> > What do you recommend?
>
> table.langSel { margin-right:0 ; margin-left:auto; }
That's what the Mozilla composer suggested, but my IE 5.0 just doesn't
display it properly. Luckily, it does work with <table style="float:
right"> as suggested by Steven.
>
[..]
>
> Hope this helps,
>
> Dom
> --
> Dominique Hazaël-Massieux - http://www.w3.org/People/Dom/ W3C/INRIA
> mailto:dom@w3.org

Received on Thursday, 12 September 2002 08:06:28 UTC