Cascading menu in back should be in...

User 187934 Photo


Senior Advisor
20,190 posts

Try this pasted to the header custom markup.

<style type="text/css">
#scs_navbar{
position: absolute;
z-index: 1000;
}
</style>

Make sure you remove the other. I also looked at your code and found some that may be affecting what I posted as there's a stray z-index reference that looks like you may have placed there but I'm not totally sure.;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2225676 Photo


Registered User
22 posts

Hi Eric:

I think I fixed my issue, and I agree that the menus themselves should be coded so that they have a high enough z-index so they are always on top.

I suggested it to CC but I got the usual black hole answer "I'll pass that on to the design team" or something like that.

I had this same issue before with another one of the themes I was using, so I imagine it's a problem across the board with all of the CC themes and menus.

Let me know if you see anything else or if it's not working.

http://a1uniquepens.com/Calendar_of_Events.php

Thanks
Danny

User 187934 Photo


Senior Advisor
20,190 posts

I see you changed it to relative positioning.;)
<style type="text/css">
#cc_webcalendar{ position: relative; z-index: -1; height: 740px; width: 700px; }
</style>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.