|
box model problem
hey guys
i've laid out three div layers on my page. left div and right div are held within container div.
the container alignment is set to right, the left div is set to float to the left.
this allows me to have the two div layers side by side.
i'm having difficulty with it though - even with the height of the left div fixed at 200px, it only shows if the content in the right div is equal to or greater than 200.
if the content in the right div is less than 200, both divs are only shown until the content in the right div ends.
how do i get the left div to stay the set height of 200px?
|