Click to See Complete Forum and Search --> : Table Problem


Blue Thunder
07-21-2003, 07:23 AM
Hi,

i'm new to this forum and searched for a solution for my current problem but couldn't find a proper thread for my with help of the search function.

Please look at my site
http://www.cosplay-heaven.de/preview/
You will see my problem. I want the left side always be on the left side of the browser, that's no problem. I want the right part to be always at the right browser side and the middle part always take the rest space in the middle. I tried many ways, but none worked really out.

Thank you for your help upfront,
Blue Thunder

Khalid Ali
07-21-2003, 08:55 AM
try using width% and height%

Blue Thunder
07-21-2003, 09:13 AM
Be sure, I tried it.

Right now a version is online with a width% attribute.

I made a main table with 3 cells. In each is a table representing the contents. The left and the right cells are 180 pixels and the middle cell has a value of 100%. But this way the middle cell is always as large as the tablecontent is and the table doesn't fill the space between the two outer cells. In the worst case - like at the startpage - the right cell (with the login part) is outside the browser window and you have to scroll.
How do I get the middle cell to become as big as needed by the window-resolution??

Khalid Ali
07-21-2003, 09:46 AM
I don't quite understand your logic,however if I understand you even partially,then I think this page link below should help you....you can explicitly set the width/height of table cell at load time according to the resolution of the client machine...

http://68.145.35.86/skills/javascripts/ResizeImageOnResize.html

Blue Thunder
07-21-2003, 10:04 AM
Thanks for your help Khalid. I just found my error. It's really embarassing. I testest the site with a long string with no spaces. So the table became very wide. Sry to bother you all with this mistake.