I have no idea why a fieldset is being used but I do know that it let
me define both a width as well as display:inline so that's probably
the reason the script uses it.  It's not really standards friendly,
but javascript generated html rarely is.

-blair

On Aug 11, 5:28 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Blair Mitchelmore wrote:
> > Here's my (40 line) proof of concept. It's not as foolproof as the
> > original especially regarding the positioning of the resultant element
> > (the original took a link and changed it to an em in a span in a span
> > in a span in a fieldset in a link with each nested level having
> > certain margins and styles to make it all come out rosy, whereas mine
> > uses the bare minimum of nesting and a bizarre height nudging
> > algorithm so its glitchy when the font gets really big or really
> > small).
>
> Why in the world is a fieldset being used? A fieldset is for grouping
> form elements...
>
> --Klaus

Reply via email to