Since the creation of the designer we decided to make a very non typical decision for web designers by including javascript functionality in our web designs. Currently the design tool support collapsable feature containers, css windows, and now we have included javascript drop down menus as well.
While anyone can easily choose not to use these things, it is more difficult to choose
to
use them if you don't know how to make them and definitely they can take a significant amount of time in the development of a website. Since the components in the designer are all individually styled we thought it best to make them as robust as possible. Therefore, three new classes have been added to both the top menu and the main menu component types.
.HasSubMenu, .SubMenu, .SubItem
These three new classes allow the designer to add style support for drop down menus off of any menu style, or fly out menus (for left and right floated menus). The javascript functions used to display the drop down are very non-intrusive and should work well with almost any style.
We hope you enjoy the new menu system, which we feel is particularly usefull in business or commercial websites. You can see samples in the designer with our Documentation menu.