S SoundTheSurrender Diamond Member Mar 13, 2005 3,126 0 0 Jul 22, 2007 #1 I have something centered, but I would like to shift it over but still act like it's centering, just that it's centering like 35 pixels to the right. Thanks
I have something centered, but I would like to shift it over but still act like it's centering, just that it's centering like 35 pixels to the right. Thanks
A aCynic2 Senior member Apr 28, 2007 710 0 0 Jul 22, 2007 #2 Disregard. I didn't see the CSS in the subject.
R Rip the Jacker Diamond Member Dec 29, 2004 5,415 1 76 Jul 23, 2007 #3 <div id="wrapper"><div id="container"><p>foo bar.</p></div></div> #wrapper { margin:0 auto; width:200px; } #container { margin:0 0 0 35px; } ?
<div id="wrapper"><div id="container"><p>foo bar.</p></div></div> #wrapper { margin:0 auto; width:200px; } #container { margin:0 0 0 35px; } ?