PDA

View Full Version : Small Problem :D


Geforc3
01-16-2003, 11:02 AM
I've have small problem with my new design :D

I've a browser is bigger then 1024 x 768 a part below the footer is white space....... I want that space there filled with my foorter so the middle part where the content commes and some buttons to grow bigger so the pages uses the whole browser

here the Link (http://geforc3.2ya.com)

i hope some one can help me!!

Zero Angel
01-16-2003, 11:18 AM
Well, you could use use the (HTML 4 Transitional) table height="100%" in your table, then specify the height values for the cells that you want to have a fixed height, and hope that it the content/nav will size properly. If you did it right, then the table should stretch to fill the entire screen regardless of the users resolution.

Geforc3
01-16-2003, 12:16 PM
Thnx man it works :D