Re: [css-d] using float and clear in the same div.

2005-07-14 Thread Arlen Walker
On Jul 14, 2005, at 6:05 AM, victor NOAGBODJI wrote: I did a #sideBox { float: left; clear: left; } and it worked. Now I do #sideBox { float: left } ... id="sideBox">. and it works also. What is the difference, which is better? First method: Place sideBox on the left edge, belo

[css-d] using float and clear in the same div.

2005-07-14 Thread victor NOAGBODJI
I have blindly use this trick way back when learning CSS. I have hacked some CSS codes from a great designer named Haran. Now that I have a little knowledge of CSS. I just wonder how this managed to work before? I did a #sideBox { float: left; clear: left; } and it worked. Now I do #sideBox