Fri, 2004-02-27 07:55
OK, I have made the first two columns, but the background will not adjust or even go 100%.
In Firefox, the white bg doesn't even extend.
In IE 6, the white bg only extends to the resolution of the screen, then cuts.
Can I get some help here..
Fri, 2004-02-27 10:07
#1
containter bg problem
Hi Jade,
Since the columns extend past the viewable area they will only extend to the length of the content unless you specify an exact height.
One fix would be to use a javascript solution that gets the height of the two columns and sets the shortest column to the height of the longest.
Or you could wrap both columns in a div and use an image as its background to give the appearance of two columns.
Hope that helps
Fri, 2004-02-27 11:47
#2
containter bg problem
I see... I think I know how I am going to do it now. Thanks