Forums

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

Home Forums CSS DIV position: fixed; Center Horizontally Re: DIV position: fixed; Center Horizontally

#141752
Paulie_D
Member

If you want to do that you would have to add position relative to the wrapper and then **absolutely** (not fixed) position the gears inside that.

Fixed position means the element is positioned relative to the browser window **not** to any wrapper.