Under Konqueror 2.1 beta2, the new stats page looks good.

If you try doing CSS with Netscape, you might want to consider the two tricks I know about CSS and Netscape :

  1. Netscape CSS JavaScript reload : When resizing a NetScape browser window, all CSS information gets lost from time to time. The ugly fix is to have a JavaScript onresize handler, which reloads the complete page after each resize.
  2. You can manage to load different CSSheets for IE and Netscape by using two or more <link rel="..." id="foo1"> links and one link without the id attribute. Netscape will be oblivious to all link tags with the id attribute, while you can select under IE (via nasty JavaScript) the "correct" CSS by setting the enabled attribute to "1" (if I remember right).


In reply to Re: Stats change proposal question by Corion
in thread Stats change proposal question by jcwren

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.