Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
larg3one #1
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
-
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... -
? 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... -
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... -
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.... -
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... -
Murray *TMM* #2
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



Reply With Quote

