-----Original Message-----
From: css-d-boun...@lists.css-discuss.org 
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of nancy
Sent: Monday, March 22, 2010 1:11 PM
To: 'Climis, Tim'; css-d@lists.css-discuss.org
Subject: Re: [css-d] div not floating in FF

Was using the tag attribute clear, not the style attribute.
But I tried changing it to the style clear:both to no avail.
Thanks anyway.

-----Original Message-----
From: Climis, Tim [mailto:tcli...@indiana.edu] 
Sent: Monday, March 22, 2010 12:05 PM
To: 'nancy'; 'css-d@lists.css-discuss.org'
Subject: RE: [css-d] div not floating in FF

> I have a break with a clear equals all below the outer div.

Clear: all is not a valid value.  Are you looking for clear: both?

---Tim

If you are trying to expand the wrapping div around the two floats you need to 
put the br tag inside the outer div right before the closing </div>.

Other than that, if you want to have the two floating divs side-by-side, I do 
believe you need to give them a width value - otherwise they will assume 100% 
width.

Dennis
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to