Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Dynamic Menus


Message #1 by webdesigners webdesigners <a2zwd@y...> on Wed, 26 Jun 2002 02:49:50 -0700 (PDT)
This is a multi-part message in MIME format.

------=_NextPart_000_0013_01C21CFE.4ACA7B90
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Do it with client-side Javascript.  Use an HTML <map> to define your
trigger point(s) and point the OnMouseOver event to Javascript functions
which draw your menus to the screen.  The following sites offer free
Javascript code examples that you can probably modify to meet your
needs.
 
http://www.js-examples.com/js/
 
http://builder.com.com/
 
http://webdeveloper.earthweb.com/webjs
 
However the easiest way that I've seen to create menus is with
Macromedia Fireworks.  Not only is it a capable image creator/editor,
but it includes a feature for VERY easily creating lightweight all-text,
or heavier image-based, menus with rollover effects, submenus and other
features.  To create an all-text menu the user defines the hotspots that
will trigger menus, and then simply fills out forms to define the text
for menu selections and the colors and behaviors.  When the details are
filled in, Fireworks generates ALL the HTML and Javascript required.  In
a couple of quick steps, you paste it into your code and you've got a
fully working menu system.
 
I used it a while ago to create a nav system for a site with six
drop-down menus, each averaging 6-8 menu items, several of them having
submenus with 6-8 items each.  The entire process from cocktail napkin
to working menu system took less than 20 minutes.  I highly recommend
it, and no, I'm not an employee.
 
http://www.macromedia.com/software/fireworks/
 
 
HTH <http://www.macromedia.com> 
 
 

-----Original Message-----
From: webdesigners webdesigners [mailto:a2zwd@y...] 
Sent: Wednesday, June 26, 2002 5:50 AM
To: HTML Code Clinic
Subject: [html_code_clinic] Dynamic Menus




  How to create dynamic menus on the webpage. When i focus the mouse on
an anchor a menu to be displayed with list of options. From the i can
select one. How can i design different types of dynamic
menus(scrolling,dropdown)





  _____  

Do You Yahoo!?
Sign-up
<http://rd.yahoo.com/welcome/*http://fifaworldcup.yahoo.com/fc/en/spl>
for Video Highlights of 2002 FIFA World Cup --- Improve your web design
skills with these new books from Glasshaus. Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20 Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20 Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20 --- 




  Return to Index