DHS Web Design

 

JavaNav

Page history last edited by duxtech@... 3 yrs ago

JavaNav

Dropdown menu - try some of this

http://www.dynamicdrive.com/dynamicindex1/dropdowncontrol.htm

http://www.dynamicdrive.com/dynamicindex1/combodescribe.htm

http://www.dynamicdrive.com/dynamicindex1/scrollerlink.htm

 

5-11-06

Try some of this:

Print 

External Javascript

About . com list - http://javascript.about.com/od/navigationcontrol/

 

 

5-2-06

Use Javascript along with html and css to create a navigation scheme.

You might want to work this out on your javascript.html page first, then add it to other pages later.

 

Here are some possiblities:

change the buttons when you mouse over them

  • change the color on mouseover
  • add a border on mouseover
  • change the text size on mouseover
  • have menu items pop down when you mouse over them

 

Make a pulldown menu that gets the user to all the key parts of your site, or that get the user to useful offsite web pages.

  • If you are sending them out of your site, they should open in a new window.
  • You can control that window with the javascript, turn the menus off, control the size etc.
  • Make the nav system easy to use

 

When you have something that works well, add it to the index of your groupsite. Ultimately you will want to add it to the whole site.

 

Here are some links:

pulldown script with external .js - http://javascript.internet.com/navigation/cascading-menu.html

Popup windows (use for video, external sites, etc) - http://echoecho.com/jswindows.htm

Popup window - http://www.pageresource.com/jscript/jwinopen.htm

 

Dropdown menu - http://echoecho.com/jsdropdown.htm

Rollover code - http://css.maxdesign.com.au/listamatic/vertical08.htm

Rollover - http://www.pageresource.com/jscript/jhover3.htm

Rollover - http://www.w3schools.com/js/js_animation.asp

Try a rollover - http://www.w3schools.com/js/tryit.asp?filename=tryjs_animation

animated buttons - http://echoecho.com/jsbuttons.htm

 

Mouseover stuff - http://builder.com.com/5100-31-5078663.html

Mouseover - http://www.pageresource.com/jscript/jhover.htm

Comments (0)

You don't have permission to comment on this page.