Creating Menus with CSS

Creating menus with JavaScript

Prerequisites

All HTML and CSS Video Lectures.

Should be proficient with html and css

Should be familiar with functions and variables in JavaScript

Summary

Topics covered:

Using simple drop down menus in javascript – http://javascript-array.com/scripts/simple_drop_down_menu/#

Timers, functions, and variables

HTML (specifically ul, li, and a)

Video

Reference Materials

All code is available at http://javascript-array.com/scripts/simple_drop_down_menu/#

Dynamic Drive is a very large JavaScript library, you should become familiar with it – http://www.dynamicdrive.com/

Below is the same code as an embedded jsfiddle

Additional Information

COP 4813 Lectures