Search Results

2
votes

Markup suggestions for a layout and some more general questions

For number 1, I suggest fixing it at 960px wide - see the 960 Grid System for examples and benefits. The number divides into a grid very nicely and shoul …
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 …