I am building my website usinfg a computer with a 15" screen. when i can afford a widescreen I will get one! Until then I want my web site to cover the whole of any screen size width wise that a surfer maybe using.
Can anyone point me in the direction as to how this is done.
Hello, well for the width it’s easy, just don’t give the outer container a width. Divs will by default expand to their limit. For the height, it’s a little more complicated but still pretty easy. You’ll need a sticky footer type setup.
thanks! I almost went out and bought a widescreen so i could see it better.
Eric watson wrote:
Hello, well for the width it’s easy, just don’t give the outer container a width. Divs will by default expand to their limit. For the height, it’s a little more complicated but still pretty easy. You’ll need a sticky footer type setup.
this tutorial is great for me sizing pages. Cheers