I'm trying to make a div be the width of the page, minus 200 px on each side.
So, on a 1000 px wide display it would be like this...
|--200px--|-----------600 px----------|--200px--|
And on a 2000 px wide display it would be like this...
|--200px--|-----------------1600 px----------------|--200px--|
How can I do this without it flowing over the edge of the page?
So, on a 1000 px wide display it would be like this...
|--200px--|-----------600 px----------|--200px--|
And on a 2000 px wide display it would be like this...
|--200px--|-----------------1600 px----------------|--200px--|
How can I do this without it flowing over the edge of the page?