[WSG] Fieldset inclusions and possible Firefox bugs

2006-01-05 Thread MountainAsh
The below code is quite simple but displays very differently on Firefox 1.5 and Safari 2.0.2 (both on OSX-Tiger.) This issue would probably appear different in IE too. Which browser is rendering it wrong? (My opinion: Firefox) A simple fix for Safari is to move the .buttons div inside the

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
=== -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MountainAsh Sent: Thursday, January 05, 2006 3:10 AM To: wsg@webstandardsgroup.org Subject: [WSG] Fieldset inclusions and possible Firefox bugs The below code is quite simple

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