View Single Post
  #1 (permalink)  
Old Apr 3rd, 2008, 15:58
artisites artisites is offline
Junior Member
Join Date: Apr 2008
Location: Glasgow
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Reply With Quote