i am trying to make a page that is 100% in height and width.
I specified a #page-wrap with 100% width and height and i put all the contents with in the page wrap, now when i view my webpage there is a small white space around the whole #page-wrap. why is it so ???
I specified a #page-wrap with 100% width and height and i put all the contents with in the page wrap, now when i view my webpage there is a small white space around the whole #page-wrap. why is it so ???
It's recommended by many therefore to zero these out as part of a reset.css
Alternatively, make your background on the body the same as on your page-wrap.
yes, it works, very good.