Home › Forums › CSS › Help centering a div › Re: Help centering a div
November 24, 2010 at 12:17 pm
#72385
Participant
Yeah, that wouldn’t work because it’s fixed. However it did give me an idea. If I wrap my current div in another div, and set that to fixed from the top and 100% width, I should be able to give my real div margin: 0 auto
That should work right?