I strongly recommend reading To Hell with Bad Browsers and A Web Designer's Journey. This two-part series at A List Apart discusses how they redesigned their web site to take full advantage of CSS (entirely eliminating layout tables), while still keeping the site usable by those with old browsers.

Here's an excerpt:

IF THE DESIGN OF THIS WEBSITE looks relatively coherent, congratulations! Your browser does a good-to-excellent job of supporting web standards like CSS-1, HTML 4.01, and scripting languages.

If this site is readable, but looks as plain as an Amish coat, your browser does not support web standards. Fortunately, you can easily upgrade to one that does.

Before you start shrieking, perhaps you'll hear us out.

Note that old browsers can still display the content, just in a plain fashion. This completely eliminates the need to maintain a separate version of the web pages (a sure recipe for disaster).

Wally Hartshorn

In reply to Recommended Reading at A List Apart by Wally Hartshorn
in thread OT: Web Design - Catering to Everyone by arashi

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.