Posts: 4634
Threads: 24
Joined: Aug 2017
Reputation:
207
Did you try?
Usermode sidebar: Show as overlay (auto-hide)
------------------------------
Ctrl+F5
Posts: 41
Threads: 14
Joined: Sep 2022
Reputation:
0
Thanks,
of course I know about this but I don't think that's what I need,
they want more than one slide menu, plus they want to block all the elements on the page when one menu is open.
In addition to that they want this to look exactly like the example, but this is only a matter of look and it's not really a problem.
Posts: 4634
Threads: 24
Joined: Aug 2017
Reputation:
207
What do you mean by more than one slide menu?
------------------------------
Ctrl+F5
Posts: 41
Threads: 14
Joined: Sep 2022
Reputation:
0
Ok, I solved it using javascript and css.
Thanks.
Posts: 41
Threads: 14
Joined: Sep 2022
Reputation:
0
I can't extract a snippet of code because it adapts specifically to my project, but basically I put an image object on the page as background of the menu, then created a css class with the updated position of the object to move it outside the border of the page when the menu is "collapsed" and toggled it via javascript whenever i need to (for example when I click a specific button).
Posts: 38
Threads: 6
Joined: Jul 2015
Reputation:
0
Thanks, it can always be useful to someone.