html - Dropdown Menu goes underneath image -


today encountered weird experience in site livegreen

when hover on menu services, dropdown goes underneath image section below that. tried every possible way positioning , z-index ing , kind, , googled lot, not bad html , css still, testing me.

this theme purchased, cant post code. can check website itself.

please me.

remove z-index property on .main class.

.main {   z-index: 1; /* causing problems */ } 

Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -