Cannot Select child items on dropdown menu

GK User
Thu Aug 06, 2015 6:22 am
http://www.sstuwa.org.au/

Hi on the above site, I'm having a problem I am unable to solve. When I mouse over the dropdown menu, I am unable to select items, on the slide out third level. ie -> Member Groups -> Aboriginal & TSI -> ATSI News.

The menu pops out, but as I mouse over it, it disappears and selects the item from the menu below.

Issue seems to be in Chrome and IE.

Any ideas on how to solve this?
User avatar
Expert Boarder

teitbite
Fri Aug 07, 2015 10:52 am
Hi

Please edit file http://www.sstuwa.org.au/templates/gk_s ... u/menu.css and in line 95 replace class:

Code: Select all
.gkMenu .childcontent {
    pointer-events: none;
    z-index: 1000 !important;
}


with

Code: Select all
.gkMenu .childcontent {
    z-index: 1000 !important;
}
User avatar
Moderator

GK User
Sat Aug 08, 2015 1:41 am
Thanks Teitbite, that worked. I spent so long tricking the css and missed that.

All the best,.
User avatar
Expert Boarder

teitbite
Sun Aug 09, 2015 3:25 pm
Hi

No problem, glad I could help :)
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.