that does the job but it's out of place from the rest of the layout due to the border. I tried wrapping it up in a div, applied a class with 'clear:left' and that did the trick :-)
On 24 Sep 2009, at 16:31, Thierry Koblentz wrote: >> > > Try to you use a fieldset instead of a p to wrap the radio buttons > and use > clear:left on that fieldset. That you should fix your float problem as > fieldsets create a new block-formatting context and will also > contain the > floats. > Also, using fieldset is more semantic than using paragraphs for this. > > > -- > Regards, > Thierry | http://www.TJKDesign.com ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
