What you are seeing under IE6 is a correct implementation of how attributes - in this case, alignment of the contents of table cell - are inherited from parent tables. So, if a page is built using nested tables, and the outmost table has its cells centered, then unless child tables explicitly set their cell alignment, they will inherit the centered alignment from their parent.

This is how styles are meant to be implemented under the latest W3C standards. However, there are many browsers that are "broken" to a greater or lesser degree. Netscape 4 browsers are severely broken, IE5 is broken to a lesser degree. From what I understand, IE6 is almost completely compliant to the HTML 4.01 / XHTML 1.0 and CSS 2 standards.

IE6 will be the standard browser version on Win XP. I personally would have thought that moving to a version of a product that supports current standards is a good thing.


In reply to Re: Weirdness under IE6 by Maclir
in thread Weirdness under IE6 by BrentDax

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.