Reply
how do i make my navbar automatically load?
Old 08-26-2004, 03:34 PM how do i make my navbar automatically load?
HitRaj47's Avatar
Extreme Talker

Posts: 177
Location: GA
i want my navbar to automatically load wen the page loads.

http://hosting.mixcat.com/bewareofra...bar/navbar.htm
HitRaj47 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-26-2004, 03:58 PM
JohnS's Avatar
Skilled Talker

Posts: 89
Location: London, UK
replace

HTML Code:
<script language="JavaScript1.2" type="text/javascript">
<!--
function mmLoadMenus() {
  if (window.mm_menu_0826194303_0) return;
    window.mm_menu_0826194303_0_1 = new Menu("General",86,16,"Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#000000","#999999","left","middle",3,0,1000,-503,20,false,true,true,0,true,true);
    mm_menu_0826194303_0_1.addMenuItem("The&nbsp;Wastelands","location='http://www.thewastelands.2ya.com'");
     mm_menu_0826194303_0_1.fontWeight="bold";
     mm_menu_0826194303_0_1.hideOnMouseOut=true;
     mm_menu_0826194303_0_1.menuBorder=1;
     mm_menu_0826194303_0_1.menuLiteBgColor='#ffffff';
     mm_menu_0826194303_0_1.menuBorderBgColor='#555555';
     mm_menu_0826194303_0_1.bgColor='#555555';
  window.mm_menu_0826194303_0 = new Menu("root",71,16,"Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#000000","#999999","left","middle",3,0,1000,-503,20,false,true,false,0,true,true);
  mm_menu_0826194303_0.addMenuItem(mm_menu_0826194303_0_1);
  mm_menu_0826194303_0.addMenuItem("Loud&nbsp;Music");
  mm_menu_0826194303_0.addMenuItem("Services");
  mm_menu_0826194303_0.addMenuItem("Games");
  mm_menu_0826194303_0.addMenuItem("Online&nbsp;Store","location='#'");
  mm_menu_0826194303_0.addMenuItem("Network&nbsp;Info");
  mm_menu_0826194303_0.addMenuItem("Contact&nbsp;Us","location='#'");
   mm_menu_0826194303_0.fontWeight="bold";
   mm_menu_0826194303_0.hideOnMouseOut=true;
   mm_menu_0826194303_0.childMenuIcon="arrows.gif";
   mm_menu_0826194303_0.menuBorder=1;
   mm_menu_0826194303_0.menuLiteBgColor='#ffffff';
   mm_menu_0826194303_0.menuBorderBgColor='#555555';
   mm_menu_0826194303_0.bgColor='#555555';

  mm_menu_0826194303_0.writeMenus();
} // mmLoadMenus()

//-->
</script>
with

HTML Code:
<script language="JavaScript1.2" type="text/javascript">
<!--
function mmLoadMenus() {
  if (window.mm_menu_0826194303_0) return;
    window.mm_menu_0826194303_0_1 = new Menu("General",86,16,"Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#000000","#999999","left","middle",3,0,1000,-503,20,false,true,true,0,true,true);
    mm_menu_0826194303_0_1.addMenuItem("The&nbsp;Wastelands","location='http://www.thewastelands.2ya.com'");
     mm_menu_0826194303_0_1.fontWeight="bold";
     mm_menu_0826194303_0_1.hideOnMouseOut=false;
     mm_menu_0826194303_0_1.menuBorder=1;
     mm_menu_0826194303_0_1.menuLiteBgColor='#ffffff';
     mm_menu_0826194303_0_1.menuBorderBgColor='#555555';
     mm_menu_0826194303_0_1.bgColor='#555555';
  window.mm_menu_0826194303_0 = new Menu("root",71,16,"Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#000000","#999999","left","middle",3,0,1000,-503,20,false,true,false,0,true,true);
  mm_menu_0826194303_0.addMenuItem(mm_menu_0826194303_0_1);
  mm_menu_0826194303_0.addMenuItem("Loud&nbsp;Music");
  mm_menu_0826194303_0.addMenuItem("Services");
  mm_menu_0826194303_0.addMenuItem("Games");
  mm_menu_0826194303_0.addMenuItem("Online&nbsp;Store","location='#'");
  mm_menu_0826194303_0.addMenuItem("Network&nbsp;Info");
  mm_menu_0826194303_0.addMenuItem("Contact&nbsp;Us","location='#'");
   mm_menu_0826194303_0.fontWeight="bold";
   mm_menu_0826194303_0.hideOnMouseOut=false;
   mm_menu_0826194303_0.childMenuIcon="arrows.gif";
   mm_menu_0826194303_0.menuBorder=1;
   mm_menu_0826194303_0.menuLiteBgColor='#ffffff';
   mm_menu_0826194303_0.menuBorderBgColor='#555555';
   mm_menu_0826194303_0.bgColor='#555555';

  mm_menu_0826194303_0.writeMenus();
} // mmLoadMenus()

//-->
</script>
Try that and tell me how it goes. Hope it works!

All I did was change the "hideOnMouseOut" values to 'false'.

John
JohnS is offline
Reply With Quote
View Public Profile Visit JohnS's homepage!
 
Reply     « Reply to how do i make my navbar automatically load?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10794 seconds with 12 queries