superfish制做下拉菜单真的很方便而好很好用,并且还能够经过Superfish提供的参数来控制下拉菜单的不一样效果,并且他没有层级限制,换句话说能够经过Superfish来写你想要的层级菜单。css
官方帮助文档:html
http://users.tpg.com.au/j_birch/plugins/superfish/#getting-startedide
display:none
rather than left:-9999em
to hide submenus. To make this step easy, there are cross-browser CSS files for a variety of menu types available in the download section of this site. <link href="superfish.css" rel="stylesheet" media="screen">
<script src="jQuery.js"></script> <script src="superfish.js"></script>
<script> jQuery(document).ready(function() { jQuery('ul.sf-menu').superfish(); }); </script>
There are many options available to customise your menu. You can find out about them in the Options tab of this site.这是国内整理文件。ui
http://blog.chinaunix.net/uid-26615074-id-3078698.htmlthis