multilevel menu
Posted: 06 May 2010 11:14 AM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2010-05-06

Hi all

Anyoune got any pointers on how to recreate the same menu structures as seen on johnlewis.com and diy.com

i have a client whos site is php/mysql where i need to create these structures ( diy.com) is the one that they like

any jquery sites that may be of use?

Profile
 
 
Posted: 16 June 2010 01:11 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  7
Joined  2010-06-16

hello,,
create multilevel menu.
var menuItems = [
  [“1st Row Item”, “mypage.html”],
  [“1st Row Item”, “mypage.html”],
  [”$2nd Row Item”, “mypage.html”],   
  [“2nd Row Item”, “mypage.html”],
];

—————————————————————————————
Fuel Pump

Profile