css - How to get div to go under another div -


i making website. when scroll page of divs not go behind menu @ top of page how make go underneath. webpage gaigo.zapto.org. if @ page , try scroll see mean. in advance.

edit: can tell me doing wrong in question receive negative points?

merely set z-index of #mainbar larger value:

#mainbar {     z-index: 5; } 

Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -