I'm looking to apply a menubar to my 开发者_StackOverflow中文版website and was thinking something similar along the lines that some of these high street stores use such as maplin.co.uk or argos.co.uk, diy.com.
Where a much greater area of submenu appears..
Any ideas ?
Thanks,
There are a thousand ways to skin this cat. The simplest is to build the individual div's containing the submenus and then show them using the .hover() event binding on the menu div's.
You could also use a "megamenu" plugin such as http://www.geektantra.com/projects/jquery-megamenu/
精彩评论