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?
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?
-
- 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:
with
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;
}
-
- 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,.
All the best,.
-
- Expert Boarder
- teitbite
- Sun Aug 09, 2015 3:25 pm
Hi
No problem, glad I could help
No problem, glad I could help
-
- Moderator
4 posts
• Page 1 of 1