In IE (v6.0), the <label> tags make absolutely no difference. However, I assume you tested your assertion in some browser so that they would provide benefit to others.

Long ago I proposed removing the "butterfly ballot" aspect of the buttons by putting the "++" and "--" labels between the buttons (which also pushes the buttons farther apart which addresses other people's concerns).

Looking critically at the current display, I find the characters are too small and too low (especially the dashes^Wminus signs) compared to the radio buttons so I'd drop the <font size="1"> and add <tt> which gives you buttons that look a bit like:

¤ ++   -- ¤     ¤ +=0

instead of the current

¤ ++ ¤ -- ¤ +=0

(Using the "currency" symbol, ¤, in place of the radio button that I can't display here.)

But I know some will find my solution strange looking so perhaps the best consesus we can expect would be to use <label>, a better font, and a bit of spacing so they look about like:

¤ ++     ¤ --     ¤ +=0

I also looked at separators (they just cluttered things up since the labels aren't words) or even

( ¤ ++ )     ( ¤ -- )     ( ¤ +=0 )

but that is probably overkill. (:

Or also do as requested:

¤ ++     ¤ +=0     ¤ --

at the top of the thread, which leaves them numerically sorted, which I like.

                - tye

In reply to Re^2: Rearrange voting radio buttons (<label>) by tye
in thread Rearrange voting radio buttons by FoxtrotUniform

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.