Re: [WSG] Fieldset inclusions and possible Firefox bugs

2006-01-05 Thread Justin Carter
I have noticed Firefox behaving a little differently to IE when using floated elements inside a fieldset. I think you may need a clearing div (or other element if you wish) *inside* the fieldset below the definition list, rather than trying to put the clearing on the 'buttons' div which is outside

RE: [WSG] Fieldset inclusions and possible Firefox bugs

2006-01-05 Thread Nick
Rowan, I recently discovered this same problem and it is indeed a bug within the new Firefox. Unfortunately, no one's currently working on it which means that we're stuck using ugly solutions to fix it. I found that wraping an extra clearing container around the original within a fieldset works.

Re: [WSG] Fieldset inclusions and possible Firefox bugs

2006-01-05 Thread Martin Heiden
Rowan, Did you try the easy clearing method? on Thursday, January 5, 2006 at 10:09 wsg@webstandardsgroup.org wrote: CSS: dt { float: left; clear: left; width: 9.5em; font-weight: bold; text-align: right; } dd { margin-left: 9.5em; }

Re: [WSG] Fieldset inclusions and possible Firefox bugs

2006-01-05 Thread Philippe Wittenbergh
On 5 Jan 2006, at 8:30 pm, Nick wrote: I recently discovered this same problem and it is indeed a bug within the new Firefox. Unfortunately, no one's currently working on it which means that we're stuck using ugly solutions to fix it. I found that wraping an extra clearing container