Forums

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

Home Forums CSS help please: 2 fixed divs, and one’s scrollbar’s under isn’t appearing Reply To: help please: 2 fixed divs, and one’s scrollbar’s under isn’t appearing

#266629
Paulie_D
Member

If you don’t tell a fixed position element where to be…it will start from the top at 0….usually

In this case, I would guess the 60px “down” relates to the height of the .top element.

Give .left a top value…that should fix it..say 60px.

https://codepen.io/Paulie-D/pen/LQWoZX

Also, positioning is very inflexible for layout and there are much better methods.