10-25-2008, 02:39 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Oct 2008
Posts: 75
Thanks: 4
|
Centering DIV to resolution
Hey guys, I need to fix this problem ASAP. It's for a client.
I have a design that is about 800pixels. Im trying to center it to all resolutions in css. My "wrapper" is in the body:
<body id="wrapper">
and basically its suppose to wrap the entire body into a position where it will look centered, but its not. Here is the code:
Code:
#wrapper {
position: relative;
margin: 0 auto;
padding: 0;
ive tried adding 800px as the width height and everything. I'm going crazy
|
|
|
|