Forums

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

Home Forums CSS Fix my Fixed Positioning ? Help ! Reply To: Fix my Fixed Positioning ? Help !

#237211
Paulie_D
Member

Fixed positioning is always in relation to the viewport.

It sounds like you have a wrapper which needs to be set to position relative….then set the element you need to be stuck to position:absolute.

Note however, that element will still scroll with the wrapper.

Other than that, you need to make a Codepen.io demo to show us what you are after.

If you search this site for positioning, Chris has a video on it.