zhangy Posted August 27, 2009 Share Posted August 27, 2009 Hi Im having trouble using multiple floats. I have a setup like the following: <div> <div id="left_column" style="float:left;"> </div> <div id="right_column" style="float:right;"> <div> <div class="right_background"> <div style="float:left;"> </div> <div> </div> <div style="float:left;"> </div> <div style="float:left;"> </div> <div> </div> </div> </div> </div> My problem is I am having trouble clearing them. How to properly clear these floats? Can just the last one be cleared or must all of them be cleared? Quote Link to comment Share on other sites More sharing options...
haku Posted August 27, 2009 Share Posted August 27, 2009 The ones you want to clear need to be cleared. Unless you tell us what you are trying to do, we can't really answer the question. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.