這是superfish菜單插件的jquery代碼(在我的一些修訂版之後)。我正在尋找添加效果(通過超級魚或偶然),這會導致子菜單向上滑動(就像它們在您懸停菜單頂部時滑動一樣)。Jquery Superfish菜單 - 如何向上滑動?
jQuery("ul.sf-menu").supersubs({
minWidth: 12, // minimum width of sub-menus in em units
maxWidth: 27, // maximum width of sub-menus in em units
extraWidth: 1 // extra width can ensure lines don't sometimes turn over
// due to slight rounding differences and font-family
}).superfish({
delay: 700, // delay on mouseout
animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation
speed: 'fast', // faster animation speed
autoArrows: true, // disable generation of arrow mark-up
dropShadows: false // disable drop shadows
});