Good Day,
I have a dropdown menu, currently upon clicking the dropdown arrow or the menu, the dropdown content will show, now what i wanted to do is upon hovering the dropdown arrow or the menu the dropdown will show, i'm having a hard time making it work. I'm a newbie in outsystems. Hope somebody could help me or enlighten me about this.
Thanks in advance!
-Laurence
Hi Laurence,
Please try by defining the below mentioned CSS definition in the respective Screen Style Sheet section
.Menu_DropDownButton:hover .Menu_DropDownPanel { display: block; }
See this sample app - Dropdown Menu Demo
Hope this helps you!
Kind regards,
Benjith Sam
Hi Benjith,
Thanks for the reply, I'll try your answer :) Thanks :)
You're most welcome, Laurence :)
Glad to help you :)
Hi @Benjith Sam,
I was able to make it work like the way i did on hover, however when i hover on other menu without dropdown it seems that it is getting bigger and having a space in its right side. I attached a sample image.
Thank you!
Sorry for the late reply.. I'm unable to reproduce the issue - If possible could you please share a sample .oml file with the mentioned issue?