I have a design like that:
All my auto centered content has the following CSS:
width: 960px;
margin: 0px auto;
Inside this auto centered content is a DIV-Element that should have a width of the full browser width.
What's the best solution to make the 100%-DIV?
position: absolute /* or fixed */
is not that what I want to have,
because the content-height above the 100%-DIV is not every time the same.