4
votes
using CSS only, is it possible to create a div that covers the whole document content area exactly?
If the <body> margin is set, then couldn't you use negative margins on the <div> to override the <body> margins? I understand <body> margins can vary between browsers. If th …
