Page 1 of 1

Click on menu parent item moves screen to top

Posted: Sat Sep 14, 2013 8:47 pm
by userwords
When browsing a web using the menu that comes with cms made simple, if menu is lower than the top of the page, so u need to scrool down a bit to see it, and if you click on a parent item of the menu so it opens and show a child

the screen jumps to the top of the page

so you need to scroll down again to see the menu

Anyway to stop the screen from refocusing when you click on a parent item to see the childs in the menu.

Re: Click on menu parent item moves screen to top

Posted: Sat Sep 14, 2013 9:24 pm
by velden
It probably has an '#' in the link's href attribute for section headers (the parent item for child pages).

You can change the used menu template in Menu Manager and make <a> tags without a href attribute for section headers. However, iirc Safari on ios doesn't like those 'empty' anchors and does not trigger a hover event (so the child menu does not show). Test it.