Guffejustiree
New Member
When I have a menu item which contains a submenu, this submenu is shown inside the menu's div, screwing the css (hover over the Services tab):http://jsfiddle.net/jYXnE/2/There this part of the JS (that everyone seems to use) which bothers me when initializing the menubar plugin: \[code\]position: { within: $('#frame').add(window).first()}\[/code\]Since there is no \[code\]frame\[/code\] id anywhere in the official examples, I guess it creates a div on-the-fly?I compared my code to some other menubar jsFiddle and I can't find the issue to it, any help would be highled appreciated.