Hi,
I'm developing a new website and wanted this to fit all screen resolutions type, so intuitively thought that eliminating the use of 'px' totally and using '%' to define dimensions would be better. Is this the right way to achieve what I'm trying to achieve?
The strangest thing I noticed whilst doing this was that by doing setting the height to 100% in the body { .. } section it starts showing the scrollbar even when the entire page is empty and that is the only styling which has been defined. What I'm aiming to achieve should make the height 100% mean the bottom of my screen and width 100% the width of it, so the scrollbar shouldn't be showing in this case.
Perhaps I'm thinking about it the wrong way and maybe javascript is needed to aide me in this. Can someone help?