Hi.
I have problem with menu. I have develop drop down menu and slider. But i am facing problem that menu is hiding behind slider.
How can i solve this problem. http://moghulweb.com/mheading/
Pease help me.
Thanks
Hi.
I have problem with menu. I have develop drop down menu and slider. But i am facing problem that menu is hiding behind slider.
How can i solve this problem. http://moghulweb.com/mheading/
Pease help me.
Thanks
Change the z-index of your slider to be behind the content or the dropdowns to infront of it.
Change to this:
.cbp-fwslider {
margin: 0px 0px 10px; padding: 0px; border: 1px solid rgb(0, 0, 0); border-image: none; overflow: hidden; position: relative; z-index:-1;
}
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.