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’

#135309
unasAquila
Participant

pure `css` would require that the container element of the anchor be fixed

position:fixed;

but `js` is a much cleaner solution.

offcorse there is one solution that may work and that would to contain the gallery in an `iframe`.