View Full Version : Advanced menu how to...?
arrows91
10-24-2008, 09:15 AM
Hi, Im looking to make a top menu along the lines of this one with the drop down opening all those options in 4/5 columns, but cant find anything on the net, is there a specific name for this type of menu which i can google or can someone tell me how i would go about making it?
menu link (http://www.ae.com)
Jesdisciple
10-25-2008, 09:37 PM
First you need to learn the Document Object Model - that is, the browser-supplied interface between JavaScript and HTML. The two major references come from Mozilla (http://developer.mozilla.org/En/DOM) and Microsoft (http://msdn.microsoft.com/en-us/library/ms533050(vs.85).aspx). Event-handlers (methods whose names begin with on) are of particular importance - especially onclick and onmouseover.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.