Here's a fiddle.
I need to make the <fieldset>
the width of its contents, rather than its parent. Is there a good way to do this?
Here's a fiddle.
I need to make the <fieldset>
the width of its contents, rather than its parent. Is there a good way to do this?
Add display:inline to the fieldset http://jsfiddle.net/meder/XDMfN/5/