View Single Post
Unread 08-22-2007, 02:22 PM
bcarl314 bcarl314 is offline
Senior Member
Join Date: Aug 2007
Posts: 141
  #4  
Default

The default configuration for the menu is to reposition sub menus, to the extent possible, to display inside the current window. What you are looking to do is override that behaviour?

If so, have you tried adding some external css? Something like the following:

Code:
ul#udm ul {
 position:absolute;
 top:3px;
 right:3px;
}
Reply With Quote