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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -