Submenu behind Responsive Banner

Hello,

i just trie to get my submenu in front of the Responsive Banner. On the other Banner it works without any problems.

What i am doing wrong? Is there something i get to change in my css?

You can see it on www.w2art.de/joomla/studio

if you mouse over the "Programm" menu it have to appear the submenu "Leistungen".

You can open any other Sites with other Banner to see how it have to work.

Thanks in advance!
11 years 1 month ago #1 by romanskij

Please Log in or Create an account to join the conversation.

Hello

You might want to add z-index property inside this navigation ul below from your template style.css

#navigation .menu ul {
...
z-index: 10;
}

have a try...
11 years 1 month ago #2 by erwinschro

Please Log in or Create an account to join the conversation.

You are my Hero,

everything works now. I already tried to add the z-index 100; to the
#navigation .menu{
}
but it don't works.

Best Thanks again.
11 years 1 month ago #3 by romanskij

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum