I currently have a box shown above being used as a drop menu.
Using mousein to open, and then closes on mouseout event but only after entering the box and moving away.
Is there a way to close the open box, if the mouse enters a different button field to open a different box? So if moving mouse along the menu line but not actually moving down in to the boxes.
Currently they all just open on top of each other, closing after moving mouse in the box then away again?
I think that in your case, you shouldn’t have so many boxes.
You can have a single box and change the contents inside.
Put a repeater inside the box and assign different data for each tab.
I don’t see any syntax errors, placing the code in page not site, a lot more code as have to do for all pages … but I find that using lightboxes as megamenus is just not an option due to the time delays with them opening up, it doesn’t create a good user experience.
I like your thoughts on the repeater!
But how do I show a clear opacity zero data box when no options being selected on the menu?
Another thing you can do instead of a single repeater is to use a multiStateBox and change the states on mouse on mouse in (I haven’t tested the performance. It might be too slow).