What better way to make a submenu in the header?

I observed some ways to make a Submenu in WeWeb, but I wanted to know the best way you do it, I wanted a way as if it were a dropdown that did not need to click to expand.
Thank you all for the help

Hey @GeovanyNocodeBR :wave:

You mean by expanding on hover?

Yes @Quentin, Is there any way to use the dropdown without having to click?

I think you’re looking for a workflow on your “hoverable” element triggered by “onmouseenter” on your displays your submenu, and a second workflow tied to “onmouseleave” that hides your submenu.

Yes @raydeck , I did it that way using the image element, but I didn’t like its behavior on different screen sizes, because it works correctly in absolute position

image