Submenu behind Responsive Banner
- Posted by romanskij (2) Offline
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
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!
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
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
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...
Please Log in or Create an account to join the conversation.
- Posted by romanskij (2) Offline
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
everything works now. I already tried to add the z-index 100; to the
#navigation .menu{
}
but it don't works.
Best Thanks again.
Please Log in or Create an account to join the conversation.