Drop down menu

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
alex4orly
Posts: 321
Joined: Thu Jul 23, 2020 9:34 am

Drop down menu

Post by alex4orly »

I was asked to construct a new website to replace an existing one here : https://lacg.com.au/activities/
If you hover the "Activities" label, a drop down list comes up and you can click on any item to be taken to that topic.

I am working to try and mimic this functionality here : https://nmaa-rc.org.au/LACG.html
I created two event on the "Activities", one on mouse entry, the other on mouse leaving. The problem is that when the cursor moves out, the drop down goes away, but it needs to stay - so that the visitor gets a chance to select a topic.

Any suggestions on how to fix that?

Cheers
User avatar
Pablo
Site Admin
Posts: 3915
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Drop down menu

Post by Pablo »

Why not use one of the the built in drop menus?
- CSS menu
- Menu bar
- Responsive menu
- Themeable menu

if you want to use events then you will nee to keep track of the 'visible' state yourself (via JavaScript).
Post Reply