Home › Forums › CSS › Floating problem › Re: Floating problem
September 21, 2012 at 11:46 am
#110510
Participant
Here’s the thing…. The UL with id “checkout” is floated left. But then the element after that, sidebar-left, CLEARS the left float. So (simple way of saying it), the rest of the page will start on that height, and no other block elements will be floated next to the checkout UL.
It’s not working EXACTLY like that, which is why the paragraph and “featuring” div are on top again, but the image doesn’t ignore that clearing and that’s why it’s at that height, right under the checkout UL.
I would suggest to move that UL within the sidebar-left div.