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
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