The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › [Solved] page height
Hi,
I cannot figure out why the last row of images in this page: http://be2be.net does not show correctly. On the bottom a part of the images are missing. Many pictures are not even shown.
Some help is appreciated!
It’s because #galleryHolder has overflow: hidden (line 165)…
#galleryHolder
overflow: hidden
Hi Shikkediel,
Thank you, it’s working. I would like to know why ‘overflow: hidden’ causes this?
I think that’s due to it having 100% height, limiting it to the screen size. Which isn’t a problem if it can overflow normally…
Edit – fixed position plays a role in this case as well.