ANN: Pop up menu tutorial

Want to learn how to then from scratch? Flex your CSS muscles
with this
fine tutorial
http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
Linda Rathgeber [PVII] **Adobe Community Expert-Fireworks**
http://www.projectseven.com
Fireworks Newsgroup:
news://forums.projectseven.com/fireworks/
CSS Newsgroup: news://forums.projectseven.com/css/
Design Aid Kits:
http://www.webdevbiz.com/pwf/index.cfm

Ilya Razmanov wrote:
> Hm, and why didn't you write this great tutorial
*before* I needed the
> menu for my site, I wonder? :-) Seriously - I beleive
many people will
> need it, thanks a lot for your work!
Hi Ilya,
I wish I could claim credit for it. :-) That was written by
Al Sparber.
Linda Rathgeber [PVII] **Adobe Community Expert-Fireworks**
http://www.projectseven.com
Fireworks Newsgroup:
news://forums.projectseven.com/fireworks/
CSS Newsgroup: news://forums.projectseven.com/css/
Design Aid Kits:
http://www.webdevbiz.com/pwf/index.cfm

Similar Messages

  • Troubleshooting pop-up menu in Dreamweaver 8

    Hello,
    I'm using Macromedia Dreamweaver 8.
    1. Created a pop-menu woith 6 items all linking to 6 different anchors in a different page.
    2. The first 5 items work fine - they link up to the 5 anchors in the destination page.
    3. The 6th item when clicked simply closes the pop-menu and does not link to the anchor in the destination page.
        (Completely checked the anchor name and also tested that anchor by linking from a different page).
    Please reply asap.Please see HTML Code below:
    thanks
    allen
    DSM Home.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Dying Seed Home</title>
    <link href="DS_Home/DS_Home.css" rel="stylesheet" type="text/css" media="all"/>
    <script language="JavaScript">
    <!--
    function mmLoadMenus() {
    if (window.mm_menu_0802105338_0) return;
    window.mm_menu_0802105338_0 =  new Menu("root",120,23,"Arial Unicode  MS",11,"#000000","#000000","#3399FF","#CCCCCC","le   ft","middle",3,2,1000,-5,7,true,false,true,10,false,false);
    mm_menu_0802105338_0.addMenuItem("History","window  .open('About Us/Dark About Us.html#HISTORY', '_parent');");
    mm_menu_0802105338_0.addMenuItem("Milestones","win  dow.open('About Us/Dark About Us.html#MILESTONES', '_parent');");
    mm_menu_0802105338_0.addMenuItem("Mission Sta   tement","window.open('About Us/Dark About Us.html#MISSIONSTAT',  '_parent');");
    mm_menu_0802105338_0.addMenuItem("Faith State   ment","window.open('About Us/Dark About Us.html#FAITHSTAT',  '_parent');");
    mm_menu_0802105338_0.addMenuItem("Finance","window  .open('About Us/Dark About Us.html#FINANCE', '_parent');");
    mm_menu_0802105338_0.addMenuItem("Contact Us"  ,"window.open('About Us/Dark About Us.html#CONTACT', '_parent');");
    mm_menu_0802105338_0.fontWeight="bold";
    mm_menu_0802105338_0.hideOnMouseOut=true;
    mm_menu_0802105338_0.bgColor='#555555';
    mm_menu_0802105338_0.menuBorder=0;
    mm_menu_0802105338_0.menuLiteBgColor='#FFFFFF';
    mm_menu_0802105338_0.menuBorderBgColor='#777777';
    window.mm_menu_0803160751_0 = new Menu("root",172,23,"Arial Unicode  MS",11,"#000000","#000000","#3399FF","#CCCCCC","le   ft","middle",3,2,1000,-5,7,true,false,true,10,false,false);
    mm_menu_0803160751_0.addMenuItem("Administration",  "window.open('DS National/DS-National.html#ADMINS', '_parent');");
    mm_menu_0803160751_0.addMenuItem("Legacy","window.  open('DS National/DS-National.html#LEGACY', '_parent');");
    mm_menu_0803160751_0.addMenuItem("Departments","wi  ndow.open('DS National/DS-National.html#DEPTS', '_parent');");
    mm_menu_0803160751_0.addMenuItem("All India",  "window.open('DS National/DS-National.html#ALLINDIA', '_parent');");
    mm_menu_0803160751_0.addMenuItem("National Pr   omotion","window.open('DS National/DS-National.html#NATPROMO',  '_parent');");
    mm_menu_0803160751_0.addMenuItem("Dying Seed&   nbsp;Vision Institute","window.open('DS  National/DS-National.html#DSVI', '_parent');");
    mm_menu_0803160751_0.fontWeight="bold";
    mm_menu_0803160751_0.hideOnMouseOut=true;
    mm_menu_0803160751_0.bgColor='#555555';
    mm_menu_0803160751_0.menuBorder=0;
    mm_menu_0803160751_0.menuLiteBgColor='#FFFFFF';
    mm_menu_0803160751_0.menuBorderBgColor='#777777';
    window.mm_menu_0804102108_0 = new Menu("root",138,23,"Arial  Unicode MS",11,"#000000","#000000","#3399FF","#CCCCCC","le   ft","middle",3,2,1000,-5,7,true,false,true,10,true,false);
    mm_menu_0804102108_0.addMenuItem("Call &&amp;   nbsp;Vision","window.open('DS  International/DS-International.html#CALLVISN', '_parent');");
    mm_menu_0804102108_0.addMenuItem("Patrons &&a   mp;nbsp;Partners","window.open('DS  International/DS-International.html#PATPART', '_parent');");
    mm_menu_0804102108_0.addMenuItem("Overseas Mi   nistry","window.open('DS International/DS-International.html#OVERMISS',  '_parent');");
    mm_menu_0804102108_0.addMenuItem("Contact Us"  );
    mm_menu_0804102108_0.fontWeight="bold";
    mm_menu_0804102108_0.hideOnMouseOut=true;
    mm_menu_0804102108_0.bgColor='#555555';
    mm_menu_0804102108_0.menuBorder=0;
    mm_menu_0804102108_0.menuLiteBgColor='#FFFFFF';
    mm_menu_0804102108_0.menuBorderBgColor='#777777';
    mm_menu_0804102108_0.writeMenus();
    } // mmLoadMenus()
    function MM_initTimelines() { //v4.0
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
    var ns = navigator.appName == "Netscape";
    var ns4 = (ns && parseInt(navigator.appVersion) == 4);
    var ns5 = (ns && parseInt(navigator.appVersion) > 4);
    var macIE5 = (navigator.platform ? (navigator.platform == "MacPPC") :  false) && (navigator.appName == "Microsoft Internet Explorer")  && (parseInt(navigator.appVersion) >= 4);
    document.MM_Time = new Array(1);
    document.MM_Time[0] = new Array(1);
    document.MM_Time["Timeline1"] = document.MM_Time[0];
    document.MM_Time[0].MM_Name = "Timeline1";
    document.MM_Time[0].fps = 15;
    document.MM_Time[0][0] = new String("sprite");
    document.MM_Time[0][0].slot = 1;
    if (ns4)
    document.MM_Time[0][0].obj = document["Layer2"];
    else if (ns5)
    document.MM_Time[0][0].obj = document.getElementById("Layer2");
    else
    document.MM_Time[0][0].obj = document.all ? document.all["Layer2"] : null;
    document.MM_Time[0][0].keyFrames = new Array(1, 15);
    document.MM_Time[0][0].values = new Array(5);
    if (ns5 || macIE5)
    document.MM_Time[0][0].values[0] = new Array("318px", "318px",  "318px", "318px", "318px", "318px", "318px", "318px", "317px", "317px",  "317px", "317px", "317px", "317px", "317px");
    else
    document.MM_Time[0][0].values[0] = new Array(318,318,318,318,318,318,318,318,317,317,317,  317,317,317,317);
    document.MM_Time[0][0].values[0].prop = "left";
    if (ns5 || macIE5)
    document.MM_Time[0][0].values[1] = new Array("78px", "78px",  "79px", "79px", "79px", "79px", "80px", "80px", "80px", "81px", "81px",  "81px", "81px", "82px", "82px");
    else
    document.MM_Time[0][0].values[1] = new Array(78,78,79,79,79,79,80,80,80,81,81,81,81,82,82  );
    document.MM_Time[0][0].values[1].prop = "top";
    if (!ns4) {
    document.MM_Time[0][0].values[0].prop2 = "style";
    document.MM_Time[0][0].values[1].prop2 = "style";
    if (ns5 || macIE5)
    document.MM_Time[0][0].values[2] = new Array("0px", "0px",  "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px",  "0px", "0px", "0px");
    else
    document.MM_Time[0][0].values[2] = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
    document.MM_Time[0][0].values[2].prop = "width";
    if (!ns4)
    document.MM_Time[0][0].values[2].prop2 = "style";
    if (ns5 || macIE5)
    document.MM_Time[0][0].values[3] = new Array("0px", "0px",  "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px",  "0px", "0px", "0px");
    else
    document.MM_Time[0][0].values[3] = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
    document.MM_Time[0][0].values[3].prop = "height";
    if (!ns4)
    document.MM_Time[0][0].values[3].prop2 = "style";
    document.MM_Time[0][0].values[4] = new Array("0","0");
    document.MM_Time[0][0].values[4].prop = "zIndex";
    if (!ns4)
    document.MM_Time[0][0].values[4].prop2 = "style";
    document.MM_Time[0].lastFrame = 15;
    for (i=0; i<document.MM_Time.length; i++) {
    document.MM_Time[i].ID = null;
    document.MM_Time[i].curFrame = 0;
    document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
    //-->
    </script>
    <script language="JavaScript" src="DS_Home/mm_menu.js"></script>
    </head>
    <body>
    <script language="JavaScript1.2">mmLoadMenus();</script>
    <h1 align="center"><img src="Images/Dark_Wheat banner.jpg"  alt="" name="WheatBanner" width="1085" height="230" id="WheatBanner"  /></h1>
    <div id="Layer1">
    <p align="center"><span class="verse1">Unless a grain of wheat falls into the
    earth and dies, it remains alone, but if it dies it bears much fruit. John
    12:24</span></p>
    </div>
    <div id="Layer2" width="50" align="center"><span class="welcome">Welcome to Dying
    Seed!</span> </div>
    <div id="Layer6" align="center">
    <p align="right" class="slogan">Dying Seed is carved in
    this stone: &lsquo;You gain by losing; you reap by sowing; you live by dying&rsquo;<br /><br />
    </p>
    </div>
    <div id="Layer12"><span class="slogan">.&hellip;.and when God&rsquo;s hand carves,
    never miss it!</span></div>
    <h1 align="center" class="slogan"> </h1>
    <div id="Layer7"><img src="Images/pinned-up2.jpg" width="200" height="262" alt="pics" /></div>
    <div id="Layer5">
    <table width="915" height="41" align="center">
    <tr>
    <th width="125" align="center" valign="bottom"  scope="col"><span class="menutxt"> <a href="#" name="link4"  id="link1" onmouseover="MM_showMenu(window.mm_menu_0802105338   _0,0,-148,null,'link4')" onmouseout="MM_startTimeout();">About
    Us</a></span></th>
    <th width="183" align="center" valign="bottom"  scope="col"><span class="menutxt"><a href="#" name="link5"  id="link2" onmouseover="MM_showMenu(window.mm_menu_0803160751   _0,0,-148,null,'link5')" onmouseout="MM_startTimeout();">DS
    National</a></span></th>
    <th width="209" align="center" valign="bottom"  scope="col"><span class="menutxt"><a href="#" name="link7"  id="link3" onmouseover="MM_showMenu(window.mm_menu_0804102108   _0,0,-98,null,'link7')" onmouseout="MM_startTimeout();">DS
    International </a></span></th>
    <th width="222" align="center" valign="bottom" scope="col"><span class="menutxt"><a href="#">Future
    Objectives </a></span></th>
    <th width="152" align="center" valign="bottom"  scope="col"><span class="menutxt"><a  href="#">Gallery</a></span></th>
    </tr>
    </table>
    </div>
    <div id="Layer9">
    <div align="left"><span class="style1">Ever wondered about  the grandeur of  simplicity?</span>       &nb   sp;    <span class="style1">See
    our <a href="About Us/Dark About Us.html#HISTORY"  target="_parent"  class="blinks">History</a></span></div>
    </div>
    <div id="Layer10"><span class="style1">Or known what He can  do with rugged perseverance?</span>   <span  class="style1">Stop
    by our <a href="About Us/Dark About Us.html#MISSIONSTAT" class="blinks">Mission</a></span></div>
    <div id="Layer11">
    <div align="left"><span class="style1">But to know what  God is yet to do?</span><span  class="style1">     &nbsp    ;        &    nbsp;       &nb    sp;       &nbsp   ;     Stay
    with <a href="About Us/Dark About Us.html#CONTACT" class="blinks">us</a></span></div>
    </div>
    </body>
    </html>

    Step away from the keyboard.
    Don't use those pop-up menus. They are really awful.
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "aebell" <[email protected]> wrote in
    message
    news:ern5k6$b$[email protected]..
    > Hello,
    >
    > Someone please help me..... I can't get the show-pop up
    menu to work in
    > IE browser. What do I do?

  • Pop-up menu displaced

    I have had this problem on two separate websites. I am using
    Fireworks-originated graphics and popup menu in a Dreamweaver
    template. On only one page on the website, my pop-up menu is
    appearing in the wrong place.
    Example (hover over "Teams & Schedules" for popup menu):
    Correct placement -
    http://www.pupsbasketball.org/directory.php
    Incorrect placement -
    http://www.pupsbasketball.org/calendar.php
    You'll note that on the second example, the popup menu
    appears over the mast head instead of in the black bar area where
    it should appear. In checking the source code, the javascript calls
    for the same coordinates where the menu should appear.
    Any suggestions or help would be greatly appreciated!
    Thanks.

    You do know that FW pop-ups and DW templates don't get along
    well, right?
    There are many quite compelling reasons not to use FW menus
    on the web.
    And, there are much better ways to get this effect than that
    provided by
    them.
    Check the uberlink and MacFly tutorials at PVII
    http://www.projectseven.com/)
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/)
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp)
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Small Web Solutions" <[email protected]>
    wrote in message
    news:eivjmn$3ng$[email protected]..
    >I have had this problem on two separate websites. I am
    using
    > Fireworks-originated graphics and popup menu in a
    Dreamweaver template. On
    > only
    > one page on the website, my pop-up menu is appearing in
    the wrong place.
    >
    > Example (hover over "Teams & Schedules" for popup
    menu):
    >
    > Correct placement -
    http://www.pupsbasketball.org/directory.php
    >
    > Incorrect placement -
    http://www.pupsbasketball.org/calendar.php
    >
    > You'll note that on the second example, the popup menu
    appears over the
    > mast
    > head instead of in the black bar area where it should
    appear. In checking
    > the
    > source code, the javascript calls for the same
    coordinates where the menu
    > should appear.
    >
    > Any suggestions or help would be greatly appreciated!
    Thanks.
    >

  • Regarding pop up menu on the right click of a row of a table in a frame

    hi to all,
    i am a naive in applet and swing.
    i have some proplem regarding table in a frame.
    actually i want to open a pop up menu on the right click of a row of a table in the frame.please send the code regarding this.

    Hi,
    You're probably better off directing this to the swing forum but a starter for ten is the use of the MouseListener interface and the boolean isRightMouseButton method.
    http://java.sun.com/docs/books/tutorial/uiswing/events/mouselistener.html
    Regards,
    Chris

  • Help inserting Fireworks pop-up menu into Dreamweaver

    I wonder if anyone can help me with pop-up menu insertion
    process. I create the menu in Fireworks and export it to
    Dreamweaver. I place the menu in a fresh test document and it works
    perfectly every time, but when I go through the exact same series
    of steps in my real page, I get a broken image icon. I just can't
    understand why the path is fine one way, yet gets lost in the
    shuffle the other way. The only two differences I can think of are
    where in the site folder the test page is saved, as opposed to
    where the real (archive) page is stored, and the fact that the
    archive page already has rows and columns and cells, where the
    fresh test page has just one basic table and nothing else at all. I
    even tried manipulating the code directly to make the sections in
    question identical, and even that doesn't do it. As far as I could
    see, my actual working site page (which won't accept the insertion)
    had one extra bit of code, namely
    <td colspan="4"
    Everything else seems to be the same.
    I am losing my sanity over this!

    Would it be too late to direct you to another menu approach
    altogether? The
    FW pop-up menus are not the sharpest knife in the drawer -
    Check the uberlink and MacFly tutorials at PVII
    http://www.projectseven.com/)
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/navbars/)
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "birdpics" <[email protected]> wrote in
    message
    news:ed2pnn$5cl$[email protected]..
    > I wonder if anyone can help me with pop-up menu
    insertion process. I
    > create
    > the menu in Fireworks and export it to Dreamweaver. I
    place the menu in a
    > fresh
    > test document and it works perfectly every time, but
    when I go through the
    > exact same series of steps in my real page, I get a
    broken image icon. I
    > just
    > can't understand why the path is fine one way, yet gets
    lost in the
    > shuffle the
    > other way. The only two differences I can think of are
    where in the site
    > folder the test page is saved, as opposed to where the
    real (archive) page
    > is
    > stored, and the fact that the archive page already has
    rows and columns
    > and
    > cells, where the fresh test page has just one basic
    table and nothing else
    > at
    > all. I even tried manipulating the code directly to make
    the sections in
    > question identical, and even that doesn't do it. As far
    as I could see, my
    > actual working site page (which won't accept the
    insertion) had one extra
    > bit
    > of code, namely
    >
    > <td colspan="4"
    >
    > Everything else seems to be the same.
    >
    > I am losing my sanity over this!
    >
    >
    >
    >
    >

  • How to add pop up menu on the column name of a jtable

    hi all,
    i am naive to swing .
    i want to know that how can i open a pop up menu on the right click of the column of a jtable build in frame.i mean to say i on th eright click on the header of table which has column names.

    [url http://java.sun.com/docs/books/tutorial/uiswing/components/menu.html#popup]How to Use Popup Menus.

  • Display Pop-Up Menu Programmatically

    Hellow
    Can Anybody tell me how to display popup menu programmatically??
    For Ex. If I used Left Click instead of
    Right-Click, I wanna have this menu displayed.
    Regards,
    Tariq

    > Sorry, this is post transferred from foundation forum.
    > I hope someone could help me on this issue. Just to add on, I have a
    > viewer (inherited from TreeViewer),
    > and upon right mouse click, it will display a pop-up menu.
    > I would like to programmatically set the options on this pop-up
    > menu.
    I can't tell if you're trying to change the contents of the menu when it
    pops up or if you're just trying to reuse the implementation of a menu
    action from the timer.
    A standard method for configuring the contents of a menu dynamically is to
    setRemoveAllWhenShown(true) on your MenuManager and then add an
    IMenuListener to the MenuManager that adds all your menu items every time
    the menu is shown.
    The tutorial at
    http://www.eclipse.org/articles/viewArticle/ViewArticle2.htm l covers this.
    Jeff

  • "Show Pop-Up Menu" behavior problems

    Greetings—
    The "Show Pop-Up Menu" under Add Behaviors is grayed-out and
    won't allow additional links to be added to the templates. I'm
    currently on DW MX 2004.
    Thank you

    > Does anyone have any suggestions what to do so this
    selection is not
    > grayed
    > out?
    The functionality has been REMOVED as a primary function in
    CS3. It will
    allow you to edit a LEGACY MENU, but not create a new menu
    from scratch.
    This is a good thing. The DW menus were indescribably
    horrible.
    In their place, use the Spry menus, or -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Moni057" <[email protected]> wrote in
    message
    news:f3na5s$9lv$[email protected]..
    >I just got CS3 (and un-installed DW8) and I have learned
    that the "Show
    >Pop-Up
    > Menu" behavior is depreciated. The problem I'm having is
    it is Grayed out
    > (And
    > yes, I made sure I had a 'link' selected when I tried to
    choose this
    > behavior)
    Is there a setting in the Preferences that I missed or is CS3
    just teasing
    > me w/a remembrance of this easy to use pop up menu
    maker? Any help is
    > appreciated :)
    >
    > Thanks,
    > Monica
    >
    > [email protected]
    >
    > ps: I do know about the "Spry assets" but I want to see
    if the above
    > option is
    > possible first. thanx :)
    >

  • CS3 "Show Pop-Up Menu" Behavior Help

    I just got CS3 (and un-installed DW8) and I have learned that
    the "Show Pop-Up Menu" behavior is depreciated. The problem I'm
    having is it is Grayed out (And yes, I made sure I had a 'link'
    selected when I tried to choose this behavior) Does anyone have any
    suggestions what to do so this selection is not grayed out? Is
    there a setting in the Preferences that I missed or is CS3 just
    teasing me w/a remembrance of this easy to use pop up menu maker?
    Any help is appreciated :)
    Thanks,
    Monica
    [email protected]
    ps: I do know about the "Spry assets" but I want to see if
    the above option is possible first. thanx :)

    > Does anyone have any suggestions what to do so this
    selection is not
    > grayed
    > out?
    The functionality has been REMOVED as a primary function in
    CS3. It will
    allow you to edit a LEGACY MENU, but not create a new menu
    from scratch.
    This is a good thing. The DW menus were indescribably
    horrible.
    In their place, use the Spry menus, or -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Moni057" <[email protected]> wrote in
    message
    news:f3na5s$9lv$[email protected]..
    >I just got CS3 (and un-installed DW8) and I have learned
    that the "Show
    >Pop-Up
    > Menu" behavior is depreciated. The problem I'm having is
    it is Grayed out
    > (And
    > yes, I made sure I had a 'link' selected when I tried to
    choose this
    > behavior)
    Is there a setting in the Preferences that I missed or is CS3
    just teasing
    > me w/a remembrance of this easy to use pop up menu
    maker? Any help is
    > appreciated :)
    >
    > Thanks,
    > Monica
    >
    > [email protected]
    >
    > ps: I do know about the "Spry assets" but I want to see
    if the above
    > option is
    > possible first. thanx :)
    >

  • Exporting Pop-up Menu to Dreamwaver?

    I am having trouble getting a pop-up menu (more specifically
    a drop down menu) that I created in Fireworks to work in
    Dreamweaver. I am exporting it as a Dreamweaver Library file and
    I'm thinking this may not be correct. None of my menus are showing
    up when I roll over the buttons.
    I though I read somewhere that Dreamweaver and Fireworks have
    a compatability problem with these.
    Any suggestions?

    Which version of FW are you using?
    It's very possible to do this, but you need to a) understand
    FW menus and
    how they work, b) understand DW Library items and how they
    work.
    Unfortunately if you meet criteria (a) and (b) you know
    enough to know that
    you wouldn't use either on a dare!
    Rather than the simply awful FW menu, use something that
    works reliably -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Rather than a design-time tool like Library items, use
    Server-side includes.
    Any other bubbles I can burst for you? 8)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "rudbls" <[email protected]> wrote in
    message
    news:fj3mtg$4al$[email protected]..
    >I am having trouble getting a pop-up menu (more
    specifically a drop down
    >menu)
    > that I created in Fireworks to work in Dreamweaver. I am
    exporting it as
    > a
    > Dreamweaver Library file and I'm thinking this may not
    be correct. None
    > of my
    > menus are showing up when I roll over the buttons.
    >
    > I though I read somewhere that Dreamweaver and Fireworks
    have a
    > compatability
    > problem with these.
    >
    > Any suggestions?
    >

  • Pop-up Menu Behavior Extension

    I've been trying to find this for quite some time now.
    Does anyone know where I can find an extension like the one
    he uses in
    this tutorial?
    The show Pop-Up menu one.

    send me a detailed e mail
    [email protected]

  • Pop-Up Menu & IE 5.5 fix?

    Is there a fix for the DW Pop-Up menu working in IE
    5.5?

    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "FinnzDad" <[email protected]> wrote in
    message
    news:f56tak$cq5$[email protected]..
    > so... what would you recommend? Al Sparber as well?

  • Pop-up menu - Arrow Image for submenu doesn't appear in DW/IE

    Hello all,
    I created a pop-up menu with submenus in Fireworks MX 2004
    => this is displayed fine in a preview in FW.
    I then exported this image and html files to a subdir within
    my website. I then used the following to insert it into my template
    file:
    Insert => Image => Fireworks HTML => selected the
    html file exported in FW.
    My problem is, when I try to preview the page in IE (via DW
    MX 2004), the pop-up menu and submenus are all ok....BUT...
    the small arrow (image) to link between the First menu level
    and the second submenu doesn't appear -> instead the generic
    image appears (as in file not found). Looking at the code on the
    template page, the file is "arrows.gif" and the path looks ok in
    the file.
    Note that MM_menu.js and the arrows.gif and all other
    exported files (from FW) are in the same directory.
    mm_menu_0510135640_0.childMenuIcon="../images/photogallery/arrows.gif";
    It seems as though the path for the arrows.gif isn't right -
    any ideas where?
    Thanks & Regards,
    SM

    If you are going to use these menus, you need to know
    something about them.
    Please read this -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    There are MUCH better ways -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "srmistry" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello all,
    >
    > I created a pop-up menu with submenus in Fireworks MX
    2004 => this is
    > displayed fine in a preview in FW.
    >
    > I then exported this image and html files to a subdir
    within my website. I
    > then used the following to insert it into my template
    file:
    > Insert => Image => Fireworks HTML => selected
    the html file exported in
    > FW.
    >
    > My problem is, when I try to preview the page in IE (via
    DW MX 2004), the
    > pop-up menu and submenus are all ok....BUT...
    >
    > the small arrow (image) to link between the First menu
    level and the
    > second
    > submenu doesn't appear -> instead the generic image
    appears (as in file
    > not
    > found). Looking at the code on the template page, the
    file is "arrows.gif"
    > and
    > the path looks ok in the file.
    >
    > Note that MM_menu.js and the arrows.gif and all other
    exported files (from
    > FW)
    > are in the same directory.
    >
    mm_menu_0510135640_0.childMenuIcon="../images/photogallery/arrows.gif";
    >
    > It seems as though the path for the arrows.gif isn't
    right - any ideas
    > where?
    >
    > Thanks & Regards,
    >
    > SM
    >

  • How to retain the button over state while scrolling over a Pop-up Menu

    Are there updated instruction for Fireworks 8?
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15926&sliceId=1

    I just wouldn't use those menus at all - there are much
    better ways. Have
    you considered them?
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "turpya" <[email protected]> wrote in
    message
    news:f2ilfs$7gr$[email protected]..
    > Hi,
    >
    > I am trying to work out how to retain button over state
    while scrolling
    > over a
    > pop-up menu. By default the button changes back to mouse
    out state, when
    > scrolling over menu items for that button.
    >
    > I have tried to follow the advice in the below technote
    (see link below),
    > but
    > it seems the instructions are incorrect.
    >
    > I am using Fireworks 8 - it appears the instructions are
    for a prior
    > version.
    > I cannot find function fwLoadMenus() mentioned in Step 3
    (number 6.).
    >
    > Has anyone accomplished this in Fireworks 8, that could
    provide me with
    > instructions?
    >
    > Thanks in advance,
    >
    > turpya.
    >
    >
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15926
    >

  • Retain button over state with Pop-up Menu

    Hi,
    I am trying to work out how to retain button over state while
    scrolling over a pop-up menu. By default the button changes back to
    mouse out state, when scrolling over menu items for that button.
    I have tried to follow the advice in the below technote (see
    link below), but it seems the instructions are incorrect.
    I am using Fireworks 8 - it appears the instructions are for
    a prior version. I cannot find function fwLoadMenus() mentioned in
    Step 3 (number 6.).
    Has anyone accomplished this in Fireworks 8, that could
    provide me with instructions?
    Thanks in advance,
    turpya.
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15926

    I just wouldn't use those menus at all - there are much
    better ways. Have
    you considered them?
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "turpya" <[email protected]> wrote in
    message
    news:f2ilfs$7gr$[email protected]..
    > Hi,
    >
    > I am trying to work out how to retain button over state
    while scrolling
    > over a
    > pop-up menu. By default the button changes back to mouse
    out state, when
    > scrolling over menu items for that button.
    >
    > I have tried to follow the advice in the below technote
    (see link below),
    > but
    > it seems the instructions are incorrect.
    >
    > I am using Fireworks 8 - it appears the instructions are
    for a prior
    > version.
    > I cannot find function fwLoadMenus() mentioned in Step 3
    (number 6.).
    >
    > Has anyone accomplished this in Fireworks 8, that could
    provide me with
    > instructions?
    >
    > Thanks in advance,
    >
    > turpya.
    >
    >
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15926
    >

Maybe you are looking for