Dropdown doesn't drop!

Hello everyone, this site is now working pretty much as expected apart from one little glitch on the homepage.

The menu heading ‘SECTORS’ has a dropdown submenu which works on all other pages except this one - can anyone shed some light please?

Thanks
Trev


freewaytalk mailing list
email@hidden
Update your subscriptions at:

works on all other pages except this one

It does - but it is hidden behind the WOW slider.

You will need to do some z-index mods to bring it in front.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Hi David, thanks for the reply.

Just tried: ‘z-index’ ’99’ and no joy I’m afraid. No z-indexes on the other pages, and they were all originally based on one master, so the WOW slider box has just been replaced with pictures on the others, yet it’s fine on those.

Trev

On 23 Nov 2015, at 10:40, DeltaDave email@hidden wrote:

works on all other pages except this one

It does - but it is hidden behind the WOW slider.

You will need to do some z-index mods to bring it in front.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Just tried: ‘z-index’ ’99’ and no joy I’m afraid.

Try a different parent - it does work.

The other thing you can try is a different stacking order in the FW side panel that shows items. Compare this page with one of your others.

As a last resort:

<style type="text/css">
 .responsive-menu, .responsive-menu ul, .responsive-menu dl {z-index:999; }
</style>

In Page Html Markup in the before section.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Thanks for the reply David. Just onto something else at the moment, I’ll be back to the web later.

Trev

On 23 Nov 2015, at 11:42, DeltaDave email@hidden wrote:

Just tried: ‘z-index’ ’99’ and no joy I’m afraid.

Try a different parent - it does work.

The other thing you can try is a different stacking order in the FW side panel that shows items. Compare this page with one of your others.

As a last resort:

<style type="text/css">
.responsive-menu, .responsive-menu ul, .responsive-menu dl {z-index:999; }
</style>

In Page Html Markup in the before section.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Well David, I did everything you said, tried bringing various parent forward or backwards. The pages are all the same stacking order, but still the problem persisted. I probably spent 2 hrs just doing this and checking bits and bobs over with other pages. All very frustrating

I do realise that it was probably user error - but still bl**dy annoying not knowing why it wouldn’t work.

However, your last resort worked perfectly!! All’s well, if frustrated.

Many thanks.

Trev

On 23 Nov 2015, at 11:42, DeltaDave email@hidden wrote:

Just tried: ‘z-index’ ’99’ and no joy I’m afraid.

Try a different parent - it does work.

The other thing you can try is a different stacking order in the FW side panel that shows items. Compare this page with one of your others.

As a last resort:

<style type="text/css">
.responsive-menu, .responsive-menu ul, .responsive-menu dl {z-index:999; }
</style>

In Page Html Markup in the before section.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options