|
When I click on a title of my mb.menu. All Menu-links are shown on the bottom of my side. I don't find anything of it if I use the browsers source-text-function. So its somehow from js. Sorry, I'm a newbie in javascript and jquery. Do you have a good hint what do check or to do? Thank You!!! see screenshot: http://www.jan-kube.com/images/stories/spookylinks.jpg |
|
That happens because you have to set a class "mbmenu" to the voices containers and set the display property to none via css, it should be done by the script itself but there's a bug at line 55:
instead of:
Anyway, setting the display via CSS prevents the unpleasant display before document load of the menu voices. |


