[Pro] ccs menu layer

In my example page here the ccs menu text appears on top of my fixed top bar at the top of the page at some responsive browser widths. Everything else is underneath OK. When the menu breaks to the hamburger it too is on top. Any thoughts why this happening?

Thanks

Trev

http://www.trevormckay.co.uk/caption/


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Your CSS menu has a z-index of 9999

z-index: 9999;

So you are going to have to go 1 better on item1

Item Extended > Div

New

Name: z-index, Value: 10000

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Dave
I did see a thread about z-index and had an idea that was what I needed!
Didn’t know what the settings should be. That is another small step!

Trev


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

had an idea that was what I needed!

It does depend on individual page layout. Because you have a fixed header like that you need it.

Just a thought - this may screw up your hamburger menu.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Dave

That didn’t work!

deleted all on test server and replaced here:

http://www.trevormckay.co.uk/caption/

the static bar item has been renamed “topstaticbar”
for identification.

If there is no easy fix - I can make the bar scroll with the page.

Thanks

Trev


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

That didn’t work!

Wrong section.

NOT

tab (delete it there)

BUT

tab (insert it there).

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Thomas

That sorted the problem right away! :slight_smile:

Trev


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Thomas

That fixed it right away!

Trev


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

NOT

tab (delete it there)

Just as well Thomas is paying attention!

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No problem Dave

Thankful for all the help I get here.

Trev


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options