I am looking for some ideas on how to create a _javascript_/CSS fly-out menu, the dreaded day has come that a client finally insisted on using one!
 
I need to custom write it because it needs to be integrated with a CMS.
I started working on the structure (see below) I'd like to generate the menu from, but that's where it ended.
 
Has anyone got some ideas code samples etc.? Any help would be much appreciated.
 
var menu = new Object();
 
menu[ "about_bdsrecruit" ] = new Object();
 
menu[ "about_bdsrecruit" ][ "vision_mission" ] = new Object();
menu[ "about_bdsrecruit" ][ "vision_mission" ][ "value" ] = "Vission/Mission";
menu[ "about_bdsrecruit" ][ "vision_mission" ][ "link" ] = "/about/bdsrecruit/vision/";
 
menu[ "about_bdsrecruit" ][ "history" ] = new Object();
menu[ "about_bdsrecruit" ][ "history" ][ "value" ] = "Vission/Mission";
menu[ "about_bdsrecruit" ][ "history" ][ "link" ] = "/about/bdsrecruit/history/";
 
menu[ "about_bdsrecruit" ][ "training" ] = new Object();
menu[ "about_bdsrecruit" ][ "training" ][ "value" ] = "Training";
menu[ "about_bdsrecruit" ][ "training" ][ "link" ] = "/about/bdsrecruit/training/";
 
menu[ "about_bdsrecruit" ][ "the_people" ] = new Object();
menu[ "about_bdsrecruit" ][ "the_people" ][ "value" ] = "The People";
menu[ "about_bdsrecruit" ][ "the_people" ][ "link" ] = "/about/bdsrecruit/people/";
 
menu[ "about_bdsrecruit" ][ "the_people" ][ "staff_profile" ] = new Object();
menu[ "about_bdsrecruit" ][ "the_people" ][ "staff_profile" ][ "value" ] = "Staff Profiles";
menu[ "about_bdsrecruit" ][ "the_people" ][ "staff_profile" ][ "link" ] = "/about/bdsrecruit/profile/";
 
--
Taco Fleur - http://www.pacificfox.com.au
Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 …
 
Kind regards,
 

Taco Fleur - CEO
Pacific Fox http://www.pacificfox.com.au an industry leader with commercial IT experience since 1994 …

  • Web Design and Development
  • SMS Solutions, including developer API
  • Domain Registration, .COM for as low as fifteen dollars a year, .COM.AU for fifty dollars two years!
  • BlackBerry® Business Solutions www.OzBlackBerry.com
  • We endorse PayPal, accept payments online now!
  • Seamless Merchant integration
 

Reply via email to