Blair Mitchelmore wrote:
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.

There is a CSS property that perfectly fits what is required here:

display: inline-block;


It's not really standards friendly,
but javascript generated html rarely is.

That is a pretty weak argument. Wether the HTML is valid or not depends on the developer, not if it is generated or not. That's the same as saying, ruby generated HTML is invalid.



--Klaus

Reply via email to