computermax2328 Posted October 25, 2012 Share Posted October 25, 2012 Hello All, So I have a two column layout. The left column is 700px and the right 300px. In order to get them right next to each other I floated one left and the other right. The problem with that is the container that they are both in loses its 100% height. Is there another way to get them next to each other without floating them or do I have to use max and min height?? thanks guys! Quote Link to comment Share on other sites More sharing options...
Jessica Posted October 25, 2012 Share Posted October 25, 2012 To give the container height again, add a <br style="clear:both" /> after the floated divs. Quote Link to comment Share on other sites More sharing options...
computermax2328 Posted October 25, 2012 Author Share Posted October 25, 2012 I worked it out, but thanks! Always good help! 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.