Forums

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

Home Forums CSS [Solved] ul problems Reply To: [Solved] ul problems

#181712
Paulie_D
Member

You added position:fixed to the top one which takes it out of the document flow so the bottom div treats it as though it wasn’t there.

This is standard behaviour.

A common answer is to add padding-top to the second div

http://jsfiddle.net/uhjt0qku/1/