我在我的asp.net项目中使用Smooth Navigational Menu (v1.51),到目前为止它工作得很好我可以更改属性以使其成为垂直或水平菜单。
唯一的问题是,我无法更改菜单的方向以在up
方向打开它。
如果此菜单位于页脚部分,则菜单的一部分将不会显示为示例中的显示 http://jsfiddle.net/JjbqA/7/
如何将子菜单的方向更改为UP
方向而不是向下。
ddsmoothmenu.init({
mainmenuid: "smoothmenu1", //Menu DIV id
orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV
//customtheme: ["#804000", "#482400"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})