html - Drop down menu goes below the web content -


i changed image slider in website:

http://www.math.ubc.ca/~fluidlab/

however, see image slider on top of menu. how can fix it?

thank you

because elements position: absolute, have z-index larger dropdowns automatically.

simply add z-index: -1 #slider1content.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -