everyone.
I have menu items that need to be anchored into the specific section using the ID #section1 so it will scroll down to the portion but the problem is the menu is still there and cannot be close unless I add a link into with #close. After the menu items is click and I want to close the menu also. It is possible to use two # into a URL? I tried this but it doesn't work.
<a href="#close#section1"></a>
<a href="#close/#section1"></a>