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
Post a Comment