silkysmooth
2011-10-03, 01:22 AM
is there a certain formula figuring out what the height of your website should be?
suwunk
2011-10-03, 08:03 AM
Use liquid layouts. Use layouts that will adjust when the window is resized. This is just good CSS practice. All the dimensions are in percentage widths so the layout adjusts to any screen resolution. Vertical dimensions are not set so they stretch to the height of the content.