Click to See Complete Forum and Search --> : How to avoid this problem


Ahmult
10-22-2005, 06:35 AM
If the information inside the content box is too much, the whole layout of the web will be changed if the content inside that box is full.
How to avoid this problem?

This is attached file
Original
http://img.photobucket.com/albums/v467/Ahmult/ScreenShot061.jpg

Too much content
http://img.photobucket.com/albums/v467/Ahmult/ScreenShot060.jpg

Compguy Pete
10-22-2005, 02:02 PM
you either need to dump the table or make another row that can flexibly grow with your content.

Another option is to lay a layer above your content section of your table.

kelly23
10-23-2005, 05:05 AM
Or how about creating a div for the main content box and setting its overflow property to "auto"? That way, if there's a lot of text, you'll get a scrollbar just for that area without affecting the rest of the layout.

kelly