Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Positioning CSS Re: Positioning CSS

#83507
furrball1383
Member

well if you take a div and set its top and left to 50% that should keep it centered on the page even if the window is resized, then simply position all the other elements within the div with values in pixels so they will maintain their positions within the div when the div moves to keep centered on the page.