speed up mm_starttimeout

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default speed up mm_starttimeout

    im making a web page and was wondering if there is a way to make a pop up menu
    go away faster.

    curently it goes away after about 3-5 seconds... how would i make it go away
    instantly...

    heres my coding:


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
    background-color: #999999;
    }
    -->
    </style>
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function mmLoadMenus() {
    if (window.mm_menu_0214080442_0) return;
    window.mm_menu_0214080442_0 = new
    Menu("root",59,18,"",12,"#FFFF33","#FFFFFF","#0000 00","#000084","left","middle",
    3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_0214080442_0.addMenuItem("Link");
    mm_menu_0214080442_0.addMenuItem("Link2");
    mm_menu_0214080442_0.addMenuItem("Link3");
    mm_menu_0214080442_0.hideOnMouseOut=true;
    mm_menu_0214080442_0.bgColor='#555555';
    mm_menu_0214080442_0.menuBorder=1;
    mm_menu_0214080442_0.menuLiteBgColor='#FFFFFF';
    mm_menu_0214080442_0.menuBorderBgColor='#777777';

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

    function MM_reloadPage(init) { //reloads the window if Nav4 resized
    if (init==true) with (navigator) {if
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
    location.reload();
    }
    MM_reloadPage(true);
    //-->
    </script>
    <script language="JavaScript" src="mm_menu.js"></script>
    </head>

    <body>
    <script language="JavaScript1.2">mmLoadMenus();</script>
    <div id="Layer2" style="position:absolute; left:163px; top:0px; width:604px;
    height:107px; z-index:2; visibility: visible;"><img
    src="../School_with_cross_heading.jpg" width="600" height="105"></div>
    <div id="Layer1" style="position:absolute; left:1px; top:152px; width:153px;
    height:25px; z-index:3; visibility: visible;"><img src="../bkbutton2.jpg"
    width="160" height="25" border="0" usemap="#Map">
    <map name="Map">
    <area shape="rect" coords="8,4,155,22" href="#"
    onMouseOut="MM_startTimeout();"
    onMouseOver="MM_showMenu(window.mm_menu_0214080442 _0,160,160,null,'image1')" >
    </map>
    </div>
    <div id="Layer3" style="position:absolute; left:1px; top:179px; width:160px;
    height:23px; z-index:4; visibility: visible;"><img src="../bkbutton2.jpg"
    width="160" height="25"></div>
    <img src="../cross_logo.gif" width="118" height="121">
    </body>
    </html>

    larg3one Guest

  2. Similar Questions and Discussions

    1. Speed
      Hello all. I'm from Brazil and I have a litle question about how make something in the timeline become REALLY FAST like a button when you put the...
    2. ? about this NG speed.
      I've noticed that it sometimes takes a few hours before my post appear on this NG (the one I sent before this one is already 4 hours and it still...
    3. Does Ruby 1.8.0 improve in file I/O speed and pattern match speed?
      Hi, rubyists, I'm using ruby 1.6.8 (2002-12-24) and find file I/O too slow. Is ruby 1.8.0 faster? Some one in the list said speed is quite...
    4. ISO speed
      I own an Olympus D-520 camera, whose sensitivity is equivalent to ISO 80-200. Judging by the specs, it seems that this is set automatically....
    5. How do I speed this up?
      Are the columns not NULL ? "Tim Shute" <tshute@nisoft.com> wrote in message news:90196d5dc21dc37c89d331703b615c99.46509@mygate.mailgate.org...
  3. #2

    Default Re: speed up mm_starttimeout

    Would it be too late to tell you not to use those menus at all?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "larg3one" <webforumsuser@macromedia.com> wrote in message
    news:dssp1i$noi$1@forums.macromedia.com...
    > im making a web page and was wondering if there is a way to make a pop up
    > menu
    > go away faster.
    >
    > curently it goes away after about 3-5 seconds... how would i make it go
    > away
    > instantly...
    >
    > heres my coding:
    >
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    > "http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > body {
    > background-color: #999999;
    > }
    > -->
    > </style>
    > <script language="JavaScript" type="text/JavaScript">
    > <!--
    > function mmLoadMenus() {
    > if (window.mm_menu_0214080442_0) return;
    > window.mm_menu_0214080442_0 = new
    > Menu("root",59,18,"",12,"#FFFF33","#FFFFFF","#0000 00","#000084","left","middle",
    > 3,0,1000,-5,7,true,true,true,0,true,true);
    > mm_menu_0214080442_0.addMenuItem("Link");
    > mm_menu_0214080442_0.addMenuItem("Link2");
    > mm_menu_0214080442_0.addMenuItem("Link3");
    > mm_menu_0214080442_0.hideOnMouseOut=true;
    > mm_menu_0214080442_0.bgColor='#555555';
    > mm_menu_0214080442_0.menuBorder=1;
    > mm_menu_0214080442_0.menuLiteBgColor='#FFFFFF';
    > mm_menu_0214080442_0.menuBorderBgColor='#777777';
    >
    > mm_menu_0214080442_0.writeMenus();
    > } // mmLoadMenus()
    >
    > function MM_reloadPage(init) { //reloads the window if Nav4 resized
    > if (init==true) with (navigator) {if
    > ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    > document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    > onresize=MM_reloadPage; }}
    > else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
    > location.reload();
    > }
    > MM_reloadPage(true);
    > //-->
    > </script>
    > <script language="JavaScript" src="mm_menu.js"></script>
    > </head>
    >
    > <body>
    > <script language="JavaScript1.2">mmLoadMenus();</script>
    > <div id="Layer2" style="position:absolute; left:163px; top:0px;
    > width:604px;
    > height:107px; z-index:2; visibility: visible;"><img
    > src="../School_with_cross_heading.jpg" width="600" height="105"></div>
    > <div id="Layer1" style="position:absolute; left:1px; top:152px;
    > width:153px;
    > height:25px; z-index:3; visibility: visible;"><img src="../bkbutton2.jpg"
    > width="160" height="25" border="0" usemap="#Map">
    > <map name="Map">
    > <area shape="rect" coords="8,4,155,22" href="#"
    > onMouseOut="MM_startTimeout();"
    > onMouseOver="MM_showMenu(window.mm_menu_0214080442 _0,160,160,null,'image1')"
    > >
    > </map>
    > </div>
    > <div id="Layer3" style="position:absolute; left:1px; top:179px;
    > width:160px;
    > height:23px; z-index:4; visibility: visible;"><img src="../bkbutton2.jpg"
    > width="160" height="25"></div>
    > <img src="../cross_logo.gif" width="118" height="121">
    > </body>
    > </html>
    >

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139