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!