Vertical Sizing Past 100%

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Kazbaeden
Forum Newbie
Posts: 7
Joined: Fri Dec 05, 2003 1:02 pm

Vertical Sizing Past 100%

Post by Kazbaeden »

I have a two column layout in the center of a page, which is vertically sized to 100%. Everything looks fine until content is added which exceeds the height of the page. The column containing the overflow will be extended, but borders and backgrounds of other columns will remain behind. In Mozilla, the backgrounds and borders of the overflow column don't even extend, just the content.

How do I make everything extend with this column?

Here is the site in question. The green column's content exceed the size of the page. I would like every column to match the green.

Thanks
User avatar
Fredix
Forum Contributor
Posts: 101
Joined: Fri Jul 18, 2003 2:16 pm
Location: Wehr (Eifel) Germany
Contact:

Post by Fredix »

hm, deadlink (404)
Sorry but I do not quite get what you ask without an example...
Kazbaeden
Forum Newbie
Posts: 7
Joined: Fri Dec 05, 2003 1:02 pm

Post by Kazbaeden »

I fixed the problem the other night, so I deleted the files... after being exhausted from hours working on this problem I just made the layout out of tables in 5 minutes and was done with it.
User avatar
Fredix
Forum Contributor
Posts: 101
Joined: Fri Jul 18, 2003 2:16 pm
Location: Wehr (Eifel) Germany
Contact:

Post by Fredix »

made the layout out of tables
Maybe not the best solution if you want to have a flexible page that is formatted with CSS.
User avatar
no_memories
Forum Contributor
Posts: 145
Joined: Sun Feb 01, 2004 7:12 pm
Location: New York City

Post by no_memories »

You gave up on css and divs too easily.

It can be done - viewtopic.php?t=16848
Post Reply