Forums

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

Home Forums CSS Clicking Thumbnails Causes Page to ‘Jump Up’ Re: Clicking Thumbnails Causes Page to ‘Jump Up’

#135312
unasAquila
Participant

you would need to use something like

position:fixed;
right: 50%; // Move it to the right for 50% of parent element
margin-right: -250px; // must be 50% of the declared width
width: 500px; // the width you need