Re: CSS3 module: text

At 2003-02-26 18:14 -0500, Simon Jessey wrote:

>There appears to be a problem with the way the 'tables' are rendered in:
>12. Properties Index -
>http://www.w3.org/TR/2003/WD-css3-text-20030226/#properties
>
>IE6, Opera 7 and Mozilla 1.2.1 all have problems with it. The 'tables'
>appear offset to the left, resulting in missing content. IE displays a
>horizontal scrollbar (ewww). Ironically, Netscape Navigator 4.8 has no
>trouble with it.

The default.css stylesheet used has

/* html body { margin-left: 8.5em } /* Overrides 70px in base.css */

...

table.proptable {
     ...
     margin: 1em 0 1em -8.5em;
}

Received on Thursday, 27 February 2003 01:53:01 UTC