Click to See Complete Forum and Search --> : Firefox and percentages


manyamile
08-17-2007, 01:50 PM
Hi,

Does FF accept percetages for width and height?
Because it seems to me it does not.

If it does not how am I supposed to make a container have the height of the window in all resolutions?

Thanks.

ray326
08-17-2007, 02:08 PM
Sure it does but height is a % of the containing element so you have to define that. Try this.

html, body { height:100% }