in CSS when you set something\'s width or height to 100% it really only sets it to 100% of the browser window. Is there any way to make it 100% of the whole page?
Le
100% width will be the width of the browser window if the element is not sized absolutely (e.g. 600px) or contained within another sized element.
The height of the page is determined by how much space the content takes up vertically.
So if you want something to cover a certain amount of space, create an element (i.e. a