php forum
php mysql forum
php mysql smarty
 
Topic Options
#109835 - 12/10/03 01:27 AM DD menu (minimizing code)
Stilgar Offline
Old Hand

Registered: 02/06/01
Posts: 2324
Loc: Northern California
Hey all,
I have a menu that is .js dropdown. I'd like to speed it up so that it load quicker and is less of a resource hog. Here is a sample:

Code:
 function mmLoadMenus() {
  if (window.mm_menu_0213144600_0) return;
  window.mm_menu_0213144600_0 = new Menu("root",142,20,"Arial, Verdana, Helvetica, sans-serif",12,"#cccccc","#000000","#ff6600","#cccccc","center","middle",3,2,1000,0,0,true,true,true,0,false,false);
  mm_menu_0213144600_0.addMenuItem("ADVOCACY","location='http://norcalcycling.com/advocacy/index.shtml'");
   mm_menu_0213144600_0.fontWeight="bold";
   mm_menu_0213144600_0.hideOnMouseOut=true;
   mm_menu_0213144600_0.menuBorder=1;
   mm_menu_0213144600_0.menuLiteBgColor='#ff9900';
   mm_menu_0213144600_0.menuBorderBgColor='#000000';
   mm_menu_0213144600_0.bgColor='#000000';
    window.mm_menu_0213144344_1_1 = new Menu("LOCAL RIDING NEWS",142,20,"Arial, Verdana, Helvetica, sans-serif",12,"#cccccc","#000000","#ff6600","#cccccc","center","middle",3,2,1000,0,0,true,true,true,0,false,false);
    mm_menu_0213144344_1_1.addMenuItem("NEWS ARCHIVE","location='http://norcalcycling.com/ridesandraces/archive.shtml'");
     mm_menu_0213144344_1_1.fontWeight="bold";
     mm_menu_0213144344_1_1.hideOnMouseOut=true;
     mm_menu_0213144344_1_1.menuBorder=1;
     mm_menu_0213144344_1_1.menuLiteBgColor='#ff9900';
     mm_menu_0213144344_1_1.menuBorderBgColor='#000000';
     mm_menu_0213144344_1_1.bgColor='#000000';
  window.mm_menu_0213144344_1 = new Menu("root",142,20,"Arial, Verdana, Helvetica, sans-serif",12,"#cccccc","#000000","#ff6600","#cccccc","center","middle",3,2,1000,0,0,true,true,true,0,false,false);
  mm_menu_0213144344_1.addMenuItem(mm_menu_0213144344_1_1,"location='http://norcalcycling.com/ridesandraces/index.shtml'");
  mm_menu_0213144344_1.addMenuItem("EVENTS SCHEDULE","location='http://norcalcycling.com/ridesandraces/events.shtml'");
  mm_menu_0213144344_1.addMenuItem("ON-ROAD RIDES","location='http://norcalcycling.com/ridesandraces/onroad.shtml'");
  mm_menu_0213144344_1.addMenuItem("OFF-ROAD RIDES","location='http://norcalcycling.com/ridesandraces/offroad.shtml'");
   mm_menu_0213144344_1.fontWeight="bold";
   mm_menu_0213144344_1.hideOnMouseOut=true;
   mm_menu_0213144344_1.childMenuIcon="http://norcalcycling.com/arrows.gif";
   mm_menu_0213144344_1.menuBorder=1;
   mm_menu_0213144344_1.menuLiteBgColor='#ff9900';
   mm_menu_0213144344_1.menuBorderBgColor='#000000';
   mm_menu_0213144344_1.bgColor='#000000'; 
as you can see, this code is repeated every time:
Code:
      mm_menu_0213144344_1_1.fontWeight="bold";
     mm_menu_0213144344_1_1.hideOnMouseOut=true;
     mm_menu_0213144344_1_1.menuBorder=1;
     mm_menu_0213144344_1_1.menuLiteBgColor='#ff9900';
     mm_menu_0213144344_1_1.menuBorderBgColor='#000000';
     mm_menu_0213144344_1_1.bgColor='#000000'; 
How can I have each link of the menu share one set of code? Some links also posess this as well:

Code:
mm_menu_0213144344_1.childMenuIcon="http://norcalcycling.com/arrows.gif";  
Thanks for any and all help!

Top
#109836 - 12/10/03 09:45 AM Re: DD menu (minimizing code)
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
have you tried using css for that?
_________________________
- Allen wavey
- What Drives You?

Top
#109837 - 12/10/03 11:29 AM Re: DD menu (minimizing code)
Stilgar Offline
Old Hand

Registered: 02/06/01
Posts: 2324
Loc: Northern California
I wouldn't know where to begin to use CSS for that. eek

laugh

Top
#109838 - 12/17/03 01:31 AM Re: DD menu (minimizing code)
Stilgar Offline
Old Hand

Registered: 02/06/01
Posts: 2324
Loc: Northern California
smirk

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks