problems with Show Pop-Up Menu

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

  1. #1

    Default problems with Show Pop-Up Menu

    I have just swiched from FrontPage to Dreamweaver MX 2004, but have some
    problems with Pop-Up Menues. I know rather little about codes and use the
    design window as compiler.

    I have headings at my page, which I would like to ad some menus. The problem
    is that when I check the page in the browser (explorer 6.0, sp 2) no Pop-Up
    menu appear.

    I have done the following in accord to the book: Dreamweaver MX 2004, the
    missing manual by David McFarland, which I have bought:

    1): selected a link on the page
    2): Clicked on the ?+? in the Behaviors panel and chosen Show Pop-Up Menu
    3): Defined 2 menu items and related links
    4): clicked ?OK?
    5): saved the files
    6): checked in the browser and found that I can see the chosen link-tekst
    described in 1): but no menu appears.


    Can any body tell me how I solve the problems.
    Thanks a lot
    Gregers


    Code:


    PE 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: #C0C0C0;
    }
    body,td,th {
    font-size: 100%;
    }
    -->
    </style>
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function mmLoadMenus() {
    if (window.mm_menu_0805104606_0) return;
    window.mm_menu_0805104606_0 = new Menu("root",72,18,"Times New Roman,
    Times,
    serif",12,"#000000","#FFFFFF","#E2E2C7","#000084", "center","middle",3,0,1000,-5,
    7,true,true,true,0,true,true);

    mm_menu_0805104606_0.addMenuItem("pt&nbsp;hist&nbs p;1","location='patienthistori
    e1.htm'");

    mm_menu_0805104606_0.addMenuItem("pt&nbsp;hist&nbs p;2","location='patienthistori
    e2.htm'");
    mm_menu_0805104606_0.hideOnMouseOut=true;
    mm_menu_0805104606_0.bgColor='#555555';
    mm_menu_0805104606_0.menuBorder=1;
    mm_menu_0805104606_0.menuLiteBgColor='#FFFFFF';
    mm_menu_0805104606_0.menuBorderBgColor='#777777';
    window.mm_menu_0805143242_0 = new Menu("root",121,18,"Times New Roman, Times,
    serif",12,"#000000","#FFFFFF","#E2E2C7","#000084", "center","middle",3,0,1000,-5,
    7,true,true,true,0,true,true);
    mm_menu_0805143242_0.addMenuItem("for&nbsp;patient er","location='#'");
    mm_menu_0805143242_0.addMenuItem("for&nbsp;fagpers onale","location='#'");
    mm_menu_0805143242_0.hideOnMouseOut=true;
    mm_menu_0805143242_0.bgColor='#555555';
    mm_menu_0805143242_0.menuBorder=1;
    mm_menu_0805143242_0.menuLiteBgColor='#FFFFFF';
    mm_menu_0805143242_0.menuBorderBgColor='#777777';

    mm_menu_0805143242_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>
    <link href="FinalSite/Assets/CSS/Level1_Verdana.css" rel="stylesheet"
    type="text/css">
    <script language="JavaScript" src="mm_menu.js"></script>
    </head>

    <body tracingsrc=" " tracingopacity="50">
    <script language="JavaScript1.2">mmLoadMenus();</script>
    <p>&nbsp;</p>
    <div id="Layer3" style="position:absolute; width:827px; height:115px;
    z-index:3; left: 77px; background-color: #FFFFFF; layer-background-color:
    #FFFFFF; border: 1px none #000000; top: 5px;"></div>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <div id="Layer4" style="position:absolute; width:827px; height:776px;
    z-index:4; left: 77px; background-color: #FFFFFF; layer-background-color:
    #FFFFFF; border: 1px none #000000; top: 131px;">
    <div id="Layer5" style="position:absolute; width:198px; height:716px;
    z-index:1; top: 39px; left: 2px; background-color: #E2E2C7;
    layer-background-color: #E2E2C7; border: 1px none #000000;">
    <p><a href="#" name="link2" id="link1"
    onMouseOver="MM_showMenu(window.mm_menu_0805104606 _0,326,11,null,'link2')"
    onMouseOut="MM_startTimeout();">Patienters beretning om eget
    sygdomsforl&oslash;b</a></p>
    <p>Information om sygdommen</p>
    <p>Hvad kan man sp&oslash;rge sundhedspersonalet om</p>
    <p>Hvordan opdager og kontrollerer man sygdommen f&oslash;r og efter
    behandling</p>
    <p>&nbsp; </p>
    </div>
    <div id="Layer6" style="position:absolute; width:199px; height:22px;
    z-index:1; left: 2px; top: 4px; background-color: #E2E2C7;
    layer-background-color: #E2E2C7; border: 1px none #000000;">
    <h1>Emneoversigt</h1>
    </div>
    </div>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <div id="Layer1" style="position:absolute; width:724px; height:20px;
    z-index:2; top: 867px; left: 77px; background-color: #CCCCCC;
    layer-background-color: #CCCCCC; overflow: visible;">Dette er et nyt lag </div>
    </body>
    </html>


    lyngby Guest

  2. Similar Questions and Discussions

    1. Show pop up menu- behaviors
      i can't see show popup menu in behaviors in Dreamweaver CS3 , is it exist in another place or i need to install it , how can i solve this issue .
    2. show pop-up menu option is always gray!
      Hi! I have a serious problem! I'm trying to create a pop-up menu in Dreamweaver cs3 (not using the spry options) Anyway, I'm *not* using a...
    3. show pop-up menu
      I can not acces show pop-up menu in dreamweaver cs3, because is grey i can not clik on it. It is not accesible, why? Please help, Thanks
    4. show right click menu
      hi, i use 'fscommand("_showmenu","false");' and that prevents to show the flash menu in an executable, anyway, i have seen flash presentations...
    5. Show Pop-Up Menu Behavior
      Hi Jeff, Believe it or not, I searched for this error string on Google and you post in this forum was the only hit... like no one else has eve...
  3. #2

    Default Re: problems with Show Pop-Up Menu

    Please just move beyond these menus. Here's why -

    [url]http://apptools.com/rants/jsmenu.php[/url]
    [url]http://apptools.com/rants/menus.php[/url]


    --
    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
    ==================

    "lyngby" <webforumsuser@macromedia.com> wrote in message
    news:dcvqgk$km5$1@forums.macromedia.com...
    >I have just swiched from FrontPage to Dreamweaver MX 2004, but have some
    > problems with Pop-Up Menues. I know rather little about codes and use the
    > design window as compiler.
    >
    > I have headings at my page, which I would like to ad some menus. The
    > problem
    > is that when I check the page in the browser (explorer 6.0, sp 2) no
    > Pop-Up
    > menu appear.
    >
    > I have done the following in accord to the book: Dreamweaver MX 2004, the
    > missing manual by David McFarland, which I have bought:
    >
    > 1): selected a link on the page
    > 2): Clicked on the ?+? in the Behaviors panel and chosen Show Pop-Up Menu
    > 3): Defined 2 menu items and related links
    > 4): clicked ?OK?
    > 5): saved the files
    > 6): checked in the browser and found that I can see the chosen link-tekst
    > described in 1): but no menu appears.
    >
    >
    > Can any body tell me how I solve the problems.
    > Thanks a lot
    > Gregers
    >
    >
    > Code:
    >
    >
    > PE 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: #C0C0C0;
    > }
    > body,td,th {
    > font-size: 100%;
    > }
    > -->
    > </style>
    > <script language="JavaScript" type="text/JavaScript">
    > <!--
    > function mmLoadMenus() {
    > if (window.mm_menu_0805104606_0) return;
    > window.mm_menu_0805104606_0 = new Menu("root",72,18,"Times New
    > Roman,
    > Times,
    > serif",12,"#000000","#FFFFFF","#E2E2C7","#000084", "center","middle",3,0,1000,-5,
    > 7,true,true,true,0,true,true);
    >
    > mm_menu_0805104606_0.addMenuItem("pt&nbsp;hist&nbs p;1","location='patienthistori
    > e1.htm'");
    >
    > mm_menu_0805104606_0.addMenuItem("pt&nbsp;hist&nbs p;2","location='patienthistori
    > e2.htm'");
    > mm_menu_0805104606_0.hideOnMouseOut=true;
    > mm_menu_0805104606_0.bgColor='#555555';
    > mm_menu_0805104606_0.menuBorder=1;
    > mm_menu_0805104606_0.menuLiteBgColor='#FFFFFF';
    > mm_menu_0805104606_0.menuBorderBgColor='#777777';
    > window.mm_menu_0805143242_0 = new Menu("root",121,18,"Times New Roman,
    > Times,
    > serif",12,"#000000","#FFFFFF","#E2E2C7","#000084", "center","middle",3,0,1000,-5,
    > 7,true,true,true,0,true,true);
    > mm_menu_0805143242_0.addMenuItem("for&nbsp;patient er","location='#'");
    >
    > mm_menu_0805143242_0.addMenuItem("for&nbsp;fagpers onale","location='#'");
    > mm_menu_0805143242_0.hideOnMouseOut=true;
    > mm_menu_0805143242_0.bgColor='#555555';
    > mm_menu_0805143242_0.menuBorder=1;
    > mm_menu_0805143242_0.menuLiteBgColor='#FFFFFF';
    > mm_menu_0805143242_0.menuBorderBgColor='#777777';
    >
    > mm_menu_0805143242_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>
    > <link href="FinalSite/Assets/CSS/Level1_Verdana.css" rel="stylesheet"
    > type="text/css">
    > <script language="JavaScript" src="mm_menu.js"></script>
    > </head>
    >
    > <body tracingsrc=" " tracingopacity="50">
    > <script language="JavaScript1.2">mmLoadMenus();</script>
    > <p>&nbsp;</p>
    > <div id="Layer3" style="position:absolute; width:827px; height:115px;
    > z-index:3; left: 77px; background-color: #FFFFFF; layer-background-color:
    > #FFFFFF; border: 1px none #000000; top: 5px;"></div>
    > <p>&nbsp;</p>
    > <p>&nbsp;</p>
    > <p>&nbsp;</p>
    > <p>&nbsp;</p>
    > <div id="Layer4" style="position:absolute; width:827px; height:776px;
    > z-index:4; left: 77px; background-color: #FFFFFF; layer-background-color:
    > #FFFFFF; border: 1px none #000000; top: 131px;">
    > <div id="Layer5" style="position:absolute; width:198px; height:716px;
    > z-index:1; top: 39px; left: 2px; background-color: #E2E2C7;
    > layer-background-color: #E2E2C7; border: 1px none #000000;">
    > <p><a href="#" name="link2" id="link1"
    > onMouseOver="MM_showMenu(window.mm_menu_0805104606 _0,326,11,null,'link2')"
    > onMouseOut="MM_startTimeout();">Patienters beretning om eget
    > sygdomsforl&oslash;b</a></p>
    > <p>Information om sygdommen</p>
    > <p>Hvad kan man sp&oslash;rge sundhedspersonalet om</p>
    > <p>Hvordan opdager og kontrollerer man sygdommen f&oslash;r og efter
    > behandling</p>
    > <p>&nbsp; </p>
    > </div>
    > <div id="Layer6" style="position:absolute; width:199px; height:22px;
    > z-index:1; left: 2px; top: 4px; background-color: #E2E2C7;
    > layer-background-color: #E2E2C7; border: 1px none #000000;">
    > <h1>Emneoversigt</h1>
    > </div>
    > </div>
    > <p>&nbsp;</p>
    > <p>&nbsp;</p>
    > <div id="Layer1" style="position:absolute; width:724px; height:20px;
    > z-index:2; top: 867px; left: 77px; background-color: #CCCCCC;
    > layer-background-color: #CCCCCC; overflow: visible;">Dette er et nyt lag
    > </div>
    > </body>
    > </html>
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: problems with Show Pop-Up Menu

    Dear Murray "TMM"
    Thank you very much. I have just for a short look visited the 2 web-pages. I will try and solve my problem using these.
    Thank you very much.
    Gregers
    lyngby Guest

  5. #4

    Default Re: problems with Show Pop-Up Menu

    I hope I have saved you a great deal of frustration. Good luck - post back
    with any questions!

    --
    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
    ==================

    "lyngby" <webforumsuser@macromedia.com> wrote in message
    news:dd1mbq$9am$1@forums.macromedia.com...
    > Dear Murray "TMM"
    > Thank you very much. I have just for a short look visited the 2 web-pages.
    > I will try and solve my problem using these.
    > Thank you very much.
    > Gregers

    Murray *TMM* Guest

  6. #5

    Default Re: problems with Show Pop-Up Menu

    What solution worked for you? I'm runing into the same issue?
    mar0364 Guest

  7. #6

    Default Re: problems with Show Pop-Up Menu

    I have not had time to read the links yet but have printed the pages out. As
    soon I have the solution I shall write it here to you (If I find it !!). If you
    solve the problem please write back. Good luck to us both.
    Gregers


    lyngby 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