Accomplishing This Style of Drop-Down Menus in jQuery
- by Maxim Z.
I was browsing the web and found this site. I noticed how the nav bar drop-down works, and I want to implement something similar on my website.
Afer going into the source code of the page, I found that those drop-down areas are contained in divs with class fOut.
It turns out that this is being done with MooTools. Here is the script itself…