1 2 3 4 5 6 7 8 | <!-- DC Large dropdown Menu CSS --> < link type = "text/css" rel = "stylesheet" href = "dcodes/menus/metro/css/dc_metro_menu.css" /> <!-- jQuery Library (skip this step if already called on page ) --> < script type = "text/javascript" src = "dcodes/jquery.min.js" ></ script > <!-- (do not call twice) --> <!-- DC Large dropdown Menu JS --> < script type = "text/javascript" src = "dcodes/menus/metro/js/dc_metro_menu.js" ></ script > |
1 2 3 4 5 6 7 8 | <!-- DC Large dropdown Menu CSS --> < link type = "text/css" rel = "stylesheet" href = "http://cdn.dcodes.net/2/menus/metro/css/dc_metro_menu.css" /> <!-- jQuery Library (skip this step if already called on page ) --> < script type = "text/javascript" src = "http://cdn.dcodes.net/2/jquery.min.js" ></ script > <!-- (do not call twice) --> <!-- DC Large dropdown Menu JS --> < script type = "text/javascript" src = "http://cdn.dcodes.net/2/menus/metro/js/dc_metro_menu.js" ></ script > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | <!-- DC Metro Menu Start --> < ul id = "dc_metro_menu" class = "dc_metro_menu" > < li > < span >Vacations</ span > < div class = "dc_metro_submenu" > < ul > < li class = "dc_metro_heading" >By Location</ li > < li >< a href = "#" >South America</ a ></ li > < li >< a href = "#" >Antartica</ a ></ li > < li >< a href = "#" >Africa</ a ></ li > < li >< a href = "#" >Asia and Australia</ a ></ li > < li >< a href = "#" >Europe</ a ></ li > </ ul > < ul > < li class = "dc_metro_heading" >By Category</ li > < li >< a href = "#" >Sun & Beach</ a ></ li > < li >< a href = "#" >Adventure</ a ></ li > < li >< a href = "#" >Science & Education</ a ></ li > < li >< a href = "#" >Extreme Sports</ a ></ li > < li >< a href = "#" >Relaxing</ a ></ li > < li >< a href = "#" >Spa and Wellness</ a ></ li > </ ul > < ul > < li class = "dc_metro_heading" >By Theme</ li > < li >< a href = "#" >Paradise Islands</ a ></ li > < li >< a href = "#" >Cruises & Boat Trips</ a ></ li > < li >< a href = "#" >Wild Animals & Safaris</ a ></ li > < li >< a href = "#" >Nature Pure</ a ></ li > < li >< a href = "#" >Helping others & For Hope</ a ></ li > < li >< a href = "#" >Diving</ a ></ li > </ ul > < a class = "dc_metro_subfoot" href = "#" > + New Deals</ a > </ div > </ li > < li > < span >Equipment</ span > < div class = "dc_metro_submenu" > < ul > < li class = "dc_metro_heading" >By Location</ li > < li >< a href = "#" >South America</ a ></ li > < li >< a href = "#" >Antartica</ a ></ li > < li >< a href = "#" >Africa</ a ></ li > < li >< a href = "#" >Asia and Australia</ a ></ li > < li >< a href = "#" >Europe</ a ></ li > </ ul > < ul > < li class = "dc_metro_heading" >By Category</ li > < li >< a href = "#" >Sun & Beach</ a ></ li > < li >< a href = "#" >Adventure</ a ></ li > < li >< a href = "#" >Science & Education</ a ></ li > < li >< a href = "#" >Extreme Sports</ a ></ li > < li >< a href = "#" >Relaxing</ a ></ li > < li >< a href = "#" >Spa and Wellness</ a ></ li > </ ul > < ul > < li class = "dc_metro_heading" >By Theme</ li > < li >< a href = "#" >Paradise Islands</ a ></ li > < li >< a href = "#" >Cruises & Boat Trips</ a ></ li > < li >< a href = "#" >Wild Animals & Safaris</ a ></ li > < li >< a href = "#" >Nature Pure</ a ></ li > < li >< a href = "#" >Helping others & For Hope</ a ></ li > < li >< a href = "#" >Diving</ a ></ li > </ ul > < a class = "dc_metro_subfoot" href = "#" > + New Deals</ a > </ div > </ li > < li > < span >Locations</ span > < div class = "dc_metro_submenu" > < ul > < li class = "dc_metro_heading" >By Location</ li > < li >< a href = "#" >South America</ a ></ li > < li >< a href = "#" >Antartica</ a ></ li > < li >< a href = "#" >Africa</ a ></ li > < li >< a href = "#" >Asia and Australia</ a ></ li > < li >< a href = "#" >Europe</ a ></ li > </ ul > < ul > < li class = "dc_metro_heading" >By Category</ li > < li >< a href = "#" >Sun & Beach</ a ></ li > < li >< a href = "#" >Adventure</ a ></ li > < li >< a href = "#" >Science & Education</ a ></ li > < li >< a href = "#" >Extreme Sports</ a ></ li > < li >< a href = "#" >Relaxing</ a ></ li > < li >< a href = "#" >Spa and Wellness</ a ></ li > </ ul > < ul > < li class = "dc_metro_heading" >By Theme</ li > < li >< a href = "#" >Paradise Islands</ a ></ li > < li >< a href = "#" >Cruises & Boat Trips</ a ></ li > < li >< a href = "#" >Wild Animals & Safaris</ a ></ li > < li >< a href = "#" >Nature Pure</ a ></ li > < li >< a href = "#" >Helping others & For Hope</ a ></ li > < li >< a href = "#" >Diving</ a ></ li > </ ul > < a class = "dc_metro_subfoot" href = "#" > + New Deals</ a > </ div > </ li > </ ul > <!-- DC Metro Menu End --> |
© TemplateAccess