Dreamweaver MX - troubles with a pop-up menu/navbar combo

Hi all,
I'm attempting to create a 4-button navigation bar, where
three of the buttons produce a popup menu with links to other pages
within the site onMouseOver. The navbar itself works great, but I
put all of that in a template, which of course is automatically
placed in a template folder. I have 6 or 7 other pages that all use
that template, and when I preview the template, the drop-down box
links work fine and I can get to an actual page from the template.
However once I'm at an actual page, every time I try to use the
navbar dropdown links again to get to another page, the browser
can't find the page! I tried moving the template to the same folder
as the pages, which solves the actual problem, but then prevents
the pages that are using the template from being automatically
updated, and therefore creates a new problem.
Should I just not use a template at all, and copy/paste the
template code into each page? Or is there another way to fix this
issue?
Thanks!

I'm presuming you are using the DW pop up menus... may I
suggest that you
read this article first before going any further:
http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
There are better ways to create your menu, without all the
hassles of these
DW generic ones. Another article:
http://apptools.com/rants/menus.php
Anyway, you should not move the template file out of the
Template folder-
because as you say, it won't progate any changes to the child
pages.
The problem with the popups and the use of templates is in
the links. The
dwt file cannot read the actual links that are written in the
javascript
file the popups generate. There is a technote at the Adobe
site, but I
can't find it right now (seems to be a linking problem on the
site) do a
search for: "Using site root-relative paths with Fireworks
Pop-up Menus in
Dreamweaver templates", it may explain the issue further for
you
Nadia
Adobe® Community Expert : Dreamweaver
CSS Templates |Tutorials |SEO Articles
http://www.DreamweaverResources.com
~ Customisation Service Available ~
http://www.csstemplates.com.au
~ Forum Posting Guidelines ~
http://www.adobe.com/support/forums/guidelines.html
"dudewithasock" <[email protected]> wrote in
message
news:[email protected]...
> Hi all,
>
> I'm attempting to create a 4-button navigation bar,
where three of the
> buttons
> produce a popup menu with links to other pages within
the site
> onMouseOver. The
> navbar itself works great, but I put all of that in a
template, which of
> course
> is automatically placed in a template folder. I have 6
or 7 other pages
> that
> all use that template, and when I preview the template,
the drop-down box
> links
> work fine and I can get to an actual page from the
template. However once
> I'm
> at an actual page, every time I try to use the navbar
dropdown links again
> to
> get to another page, the browser can't find the page! I
tried moving the
> template to the same folder as the pages, which solves
the actual problem,
> but
> then prevents the pages that are using the template from
being
> automatically
> updated, and therefore creates a new problem.
>
> Should I just not use a template at all, and copy/paste
the template code
> into
> each page? Or is there another way to fix this issue?
>
> Thanks!
>

Similar Messages

  • Help with Fireworks  pop-up menu

    Hi All,
    I created a vertical pop-up menu from Fireworks MX 2004. I
    inserted it into my Dreamweaver file and it works great. However, I
    want the white background of the pop-up menu to be have a 40%
    opacity. I know I have to add a bit of coding to the mm_menu.js
    file and I've tried every conceivable bit of coding I can think of
    but still no luck. Does anyone know what to write and where to
    write in the code? Thanks in advance for any help!
    Below is the section of code that I've been working with. I
    assumed the opacity coding would go here some where.
    * mm_menu 20MAR2002 Version 6.0
    * Andy Finnell, March 2002
    * Copyright (c) 2000-2002 Macromedia, Inc.
    * based on menu.js
    * by gary smith, July 1997
    * Copyright (c) 1997-1999 Netscape Communications Corp.
    * Netscape grants you a royalty free license to use or
    modify this
    * software provided that this copyright notice appears on
    all copies.
    * This software is provided "AS IS," without a warranty of
    any kind.
    function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh,
    halgn, valgn, pad, space, to, sx, sy, srel, opq, vert, idt, aw, ah)
    this.version = "020320 [Menu; mm_menu.js]";
    this.type = "Menu";
    this.menuWidth = mw;
    this.menuItemHeight = mh;
    this.fontSize = fs;
    this.fontWeight = "plain";
    this.fontFamily = fnt;
    this.fontColor = fclr;
    this.fontColorHilite = fhclr;
    this.bgColor = "#555555";
    this.menuBorder = 1;
    this.menuBgOpaque=opq;
    this.menuItemBorder = 1;
    this.menuItemIndent = idt;
    this.menuItemBgColor = bg;
    this.menuItemVAlign = valgn;
    this.menuItemHAlign = halgn;
    this.menuItemPadding = pad;
    this.menuItemSpacing = space;
    this.menuLiteBgColor = "#ffffff";
    this.menuBorderBgColor = "#777777";
    this.menuHiliteBgColor = bgh;
    this.menuContainerBgColor = "#cccccc";
    this.childMenuIcon = "arrows.gif";
    this.submenuXOffset = sx;
    this.submenuYOffset = sy;
    this.submenuRelativeToItem = srel;
    this.vertical = vert;
    this.items = new Array();
    this.actions = new Array();
    this.childMenus = new Array();
    this.hideOnMouseOut = true;
    this.hideTimeout = to;
    this.addMenuItem = addMenuItem;
    this.writeMenus = writeMenus;
    this.MM_showMenu = MM_showMenu;
    this.onMenuItemOver = onMenuItemOver;
    this.onMenuItemAction = onMenuItemAction;
    this.hideMenu = hideMenu;
    this.hideChildMenu = hideChildMenu;
    if (!window.menus) window.menus = new Array();
    this.label = " " + label;
    window.menus[this.label] = this;
    window.menus[window.menus.length] = this;
    if (!window.activeMenus) window.activeMenus = new Array();

    > Dreamweaver file and it works great
    You think? Read this -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    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
    ==================
    "creativemoon" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi All,
    > I created a vertical pop-up menu from Fireworks MX 2004.
    I inserted it
    > into my
    > Dreamweaver file and it works great. However, I want the
    white background
    > of
    > the pop-up menu to be have a 40% opacity. I know I have
    to add a bit of
    > coding
    > to the mm_menu.js file and I've tried every conceivable
    bit of coding I
    > can
    > think of but still no luck. Does anyone know what to
    write and where to
    > write
    > in the code? Thanks in advance for any help!
    >
    > Below is the section of code that I've been working
    with. I assumed the
    > opacity coding would go here some where.
    >
    > /**
    > * mm_menu 20MAR2002 Version 6.0
    > * Andy Finnell, March 2002
    > * Copyright (c) 2000-2002 Macromedia, Inc.
    > *
    > * based on menu.js
    > * by gary smith, July 1997
    > * Copyright (c) 1997-1999 Netscape Communications Corp.
    > *
    > * Netscape grants you a royalty free license to use or
    modify this
    > * software provided that this copyright notice appears
    on all copies.
    > * This software is provided "AS IS," without a warranty
    of any kind.
    > */
    > function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg,
    bgh, halgn, valgn,
    > pad,
    > space, to, sx, sy, srel, opq, vert, idt, aw, ah)
    > {
    > this.version = "020320 [Menu; mm_menu.js]";
    > this.type = "Menu";
    > this.menuWidth = mw;
    > this.menuItemHeight = mh;
    > this.fontSize = fs;
    > this.fontWeight = "plain";
    > this.fontFamily = fnt;
    > this.fontColor = fclr;
    > this.fontColorHilite = fhclr;
    > this.bgColor = "#555555";
    > this.menuBorder = 1;
    > this.menuBgOpaque=opq;
    > this.menuItemBorder = 1;
    > this.menuItemIndent = idt;
    > this.menuItemBgColor = bg;
    > this.menuItemVAlign = valgn;
    > this.menuItemHAlign = halgn;
    > this.menuItemPadding = pad;
    > this.menuItemSpacing = space;
    > this.menuLiteBgColor = "#ffffff";
    > this.menuBorderBgColor = "#777777";
    > this.menuHiliteBgColor = bgh;
    > this.menuContainerBgColor = "#cccccc";
    > this.childMenuIcon = "arrows.gif";
    > this.submenuXOffset = sx;
    > this.submenuYOffset = sy;
    > this.submenuRelativeToItem = srel;
    > this.vertical = vert;
    > this.items = new Array();
    > this.actions = new Array();
    > this.childMenus = new Array();
    > this.hideOnMouseOut = true;
    > this.hideTimeout = to;
    > this.addMenuItem = addMenuItem;
    > this.writeMenus = writeMenus;
    > this.MM_showMenu = MM_showMenu;
    > this.onMenuItemOver = onMenuItemOver;
    > this.onMenuItemAction = onMenuItemAction;
    > this.hideMenu = hideMenu;
    > this.hideChildMenu = hideChildMenu;
    > if (!window.menus) window.menus = new Array();
    > this.label = " " + label;
    > window.menus[this.label] = this;
    > window.menus[window.menus.length] = this;
    > if (!window.activeMenus) window.activeMenus = new
    Array();
    > }
    >
    >
    >

  • Switching tables with a pop-up menu??

    Hi all, I was wondering if it is possible to switch tables in a cell through a pop-up menu. To be more specific I have a pop-up menu in cell B9 and a table in E9 that works with the B9 pop-up. The table in E9 is A1-B30. I would like to make another pop-up that has 3 items in it that would switch out the table in E9 to reflect what has been chosen in the new pop-up. The info in B9 can stay the same. From playing around I have learned that you can not have the same cells in a table referenced if you have 2 pop-ups on the same sheet, you have to alter your table slightly to make it work. Any chance on this?
    Thanks
    Peter

    I'm getting lost on the switching out part. You need to explain in more detail what you expect to happen. Switching out means nothing in a spreadsheet (at least in standard terminology).
    What specifically happens when you change the new pull down?
    You wrote "The table in E9 is A1-B30. " Huh? That looks like an equation, not a table. Plus you cannot store a tabel in a cell.
    If you intend that the cell E9 has something like =My Table:: a1- My Table ::b30
    And you want the MYTable part to change to a different table name, then you can use the address and Index functions to do this. Have address build the cell reference into a string referenceing your pull downs and the index takes that string and uses it like a standard equation.
    Something like this:
    =index(address(1,1,,,B10))-index(address(2,30,,b10))
    This would takt the cell A1 on whatever sheet was selected in B10 drop down and subtract cell B30 from that same sheet.
    Jason

  • Is there a way I can do an 'if' sum with a pop-up menu?

    In Numbers, I am trying to have a sum that looks like this:
    Pop-up menu with options a, b, c
    x
    y
    If pop-up menu = a, then multiply x with y
    Thanks

    Hi jamang,
    Is this what you want?
    Formula in E2 (and Fill Down)
    =IF(B2="a",C2*D2,"")
    If you choose a from a Pop-Up, E multiplies X and Y.
    If the Pop-Up in not equal to a, E will show "" (NULL, the cell will appear blank).
    Regards,
    Ian.

  • Help with show pop up menu

    I have added a show pop up menu to one of my images however i
    can only get it to have one column if veritcal or one row if
    horizontal. is there a way to have multiple rows and columns so
    that it would read like below.
    item 1 item 2 item 3 item 4
    item 5 item 6 item 7 item 8
    item 9 item 10 item 11 item 12

    I have added a show pop up menu to one of my images however i
    can only get it to have one column if veritcal or one row if
    horizontal. is there a way to have multiple rows and columns so
    that it would read like below.
    item 1 item 2 item 3 item 4
    item 5 item 6 item 7 item 8
    item 9 item 10 item 11 item 12

  • Strange Problem with 'Show Pop Up Menu"

    Hello - I'm hoping someone can help me. I am using a template
    to create multiple pages for a video library. The first two
    templates worked like a charm. The third and fourth are giving us
    trouble.
    We essentially create drop down menu navigation for these
    pages via the template. There are many menu items in the drop down.
    Dreamweaver is now not saving our work as we update the pop
    up menus on the templates. Can someone tell me if they've
    experienced a similar problem? A major project hinges on this
    working properly, and its not at this point.

    The DW pop-up menus are incompatible with Templates. I'm
    sorry that you
    have gotten yourself into this mess. You may also want to
    read this -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    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
    ==================
    "LindaASL" <[email protected]> wrote in
    message
    news:fjp5li$h27$[email protected]..
    > Hello - I'm hoping someone can help me. I am using a
    template to create
    > multiple pages for a video library. The first two
    templates worked like a
    > charm. The third and fourth are giving us trouble.
    >
    > We essentially create drop down menu navigation for
    these pages via the
    > template. There are many menu items in the drop down.
    >
    > Dreamweaver is now not saving our work as we update the
    pop up menus on
    > the
    > templates. Can someone tell me if they've experienced a
    similar problem? A
    > major project hinges on this working properly, and its
    not at this point.
    >

  • Problem with Fireworks pop up menu in DW

    (I already posted this on the DW forum, but it's also about
    FW, so may be someone here knows about this as well.)
    Hi,
    I am working on a page whose layout was created in Fireworks
    and transferred to DW. After I transferred the page to DW and
    created new ones from the template, I went back to edit my page in
    FW. I created a couple of rollovers and pop up menus. After I made
    these edits, I went back to DW and everything worked fine on the
    template page, but my pop up menus did not transfer correctly to
    the other pages. They appear in weird places (bottom of the page!)
    and the styles pretty much disappeared as well.
    Does someone know what could be the problem and how to fix
    it? One of the things I noticed is that the menus' CSS file is only
    completely visible on the template but not on the other pages. In
    the template I can see all the styles applied in the file, but on
    the other pages only the CSS title appears, not the styles applied
    to the pages.
    I am using FW and DW 8.
    I need HELP!!!
    Thanks for any information you can provide.
    MS

    > Does someone know what could be the problem and how to
    fix it?
    The general problem is that fly-out menus created in FW or DW
    both suck.
    Really bad. Inaccessible, poor usability, a pain to update,
    and bloated
    scripts.
    The specific problem is that the FW menu uses layers. Meaning
    that it
    specifically positions the menus on the screen relative to
    the FW file...not
    your DW file, which may have moved the contents around the
    page.
    Best solution? Don't use these crappy menus. Here are some
    better options:
    http://mnteractive.com/archive/hangover-fly-out-navigation-part-ii/
    -Darrel

  • Trouble with IE7 & DW Spry Menu

    I don't know what is happening, but for some reason IE 7
    seems to be the only browser with this issue. If you view this
    page:
    http://www.parkwaygaming.com/index2.php
    you will notice that the spry menu works, but the background
    feature is not loading and it's just white. At first I thought it
    might have been the z-index, so I messed with that to no avail.
    Then I checked my paths to be sure, but then I asked myself, why
    would Firefox, Safari and Camino all load the page fine and IE 7
    not. The version I am using of IE 7 is 7.0.6000.16473 which is the
    latest build on Windows Vista (x64 edition, although both the
    32-bit and 64-bit versions of the browser render with the same
    issue).
    Does anyone know a workaround for this?

    Thank you for checking up on this. I honestly found the
    resolution last night so I will now post what happened and what we
    found to be the problem. There is a code at the very bottom of the
    Spry code which looks like this:
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;
    This is the default CSS for the SpryMenu CSS code. I updated
    the background here to be transparent. What was happening with IE 7
    was that it was reading both codes and because this one came second
    it was always overriding the original CSS code that was being
    written. Whereas the other browsers were just reading the top
    portion and never seeing the bottom. IE 7, for the most part, tends
    to handle code a lot cleaner than previous versions of IE and I
    really don't think it needs some of these IE special codes as much
    as they used to. However, without the background being marked as
    transparent in that location, the default White background would
    always show making my menu unreadable since the text was White and
    then on rollover it showed Blue.
    Hopefully Adobe can make updates to this code for all DW CS3
    users so that more do not complain about the IE 7 bug caused by
    this extra piece of code. If you need any further information
    regarding this bug feel free to post back and I will try to help
    however I can.

  • We have a dolphin 7.0.7 web site. Having trouble with one pop-up.

    We have simple messenger with video chat on our site.
    We have a dolphin 7.0.7 web site. After firefox updated 3 days ago we have a pop up for the simple messenger that shows when you've invited a member to private chat. This still works in other browsers, just not firefox. We have tried allowing all pop ups but still nothing. Help!

    Not sure why it would default to IMAP?  But any how, start the account anew, fill in the first page of info, but before clicking on the Create button, hold down the Option key until the Create button changes to read Continue.  Click continue, and proceed in a more manual process during which you can set the account type as POP.
    Ernie

  • Having trouble with a "pop up" LOV that should return several attributes

    all the examples i've seen return a single value. what if my foreign key is concatenated? how do i return several attributes? right now the listener sets "value = #{row.xxx}.

    Hi,
    with "popup LOV", do you mean the dialog framework? Note that a dialog also can return multiple values in its returnFromDialog method of the AdfContext class. The first argument in this method is a single object, whereas the second is a HashMap so you can return multiple values.
    However, the question is not completely clear to me as to what listener is writing to where. Note that EL can also be concatinated #{row.xx1} #{row.xx2}
    Frank

  • Help with Show Pop-UP Menu behavior

    Using the behavior, I want to link to a page using the _blank
    option
    so it displays in a new window. However, I want to control
    the size
    of that new window. How do I do that with this behavior?

    > However, one question to you or anybody. Is the issue
    that
    > they do not work correctly or that the script is
    bloated,
    > memory-leaking garbage which is what 90% of the article
    seemed to
    > focus on.
    Yes. All of that and so much more. They are not accessable.
    They do not
    work AT ALL if js is disabled. They cannot be spidered so
    your site will
    not get ranked if they are your only navigation element. They
    are not
    compatible with DW templates. They create a page maintenance
    nightmare for
    you. Want more?
    There are MUCH better ways to do such things....
    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
    (sounds like this may be a good option for you)
    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
    ==================
    "Canned Heat" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks, Murray. I appreciate the heads-up. I did read
    the article
    > (blog?). However, one question to you or anybody. Is the
    issue that
    > they do not work correctly or that the script is
    bloated,
    > memory-leaking garbage which is what 90% of the article
    seemed to
    > focus on.
    >
    > Unfortunately, I am not as knowledgeable or talented as
    you. I have
    > somebody all over my butt to get something added NOW
    (them shouting at
    > me). I just need something to get them off my back - a
    temporary fix
    > for a couple of weeks until I can do them properly. If
    they will work
    > for now, I'll use them temporarily. If not, I'll be hung
    from a
    > rafter. Thanks, /Dan
    >
    > On Thu, 12 Apr 2007 16:41:13 -0400, "Murray *ACE*"
    > <[email protected]> wrote:
    >
    >>Please don't use this behavior. Right from the
    horse's mouth -
    >>
    >>
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    >

  • Forms central and dreamweaver CS6 - trouble with contact form

    So I'm a noob. I created a simple one-column layout in DW CS6 and cannot seem to get this Forms Central contact form template to align correctly. I'm sure it is something simple (CSS related). Any help would be appreciated. It is inserted in the beginning of the body tag - here take a look.
    -->
    </style></head>
    <body>
    <script type="text/javascript" src="https://formscentral.acrobat.com/Clients/Current/FormsCentral/htmlClient/scripts/adobe.for m.embed.min.js"></script>
    <script type="text/javascript">;ADOBEFORMS.EmbedForm({formId:"Tdaq4TZp4ArEoczwH3UmuQ"});</script>
    <div class="container">
      <div class="header"><a href="#"><img src="" alt="Insert Logo Here" name="Insert_logo" width="180" height="90" id="Insert_logo" style="background-color: #C6D580; display:block;" /></a>
        <!-- end .header --></div>
      <div class="content">
        <h1>Instructions</h1>
        <p>Be aware that the CSS for these layouts is heavily commented. If you do most of your work in Design view, have a peek at the code to get tips on working with the CSS for the fixed layouts. You can remove these comments before you launch your site. To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - <a href="http://www.adobe.com/go/adc_css_layouts.http://www.adobe.com/go/adc_css_layouts">http://www.adobe.com/go/adc_css_layouts</a>.</p>
        <h2>Layout</h2>
        <p>Since this is a one-column layout, the .content is not floated. </p>
        <h3>Logo Replacement</h3>
        <p>An image placeholder was used in this layout in the .header where you'll likely want to place  a logo. It is recommended that you remove the placeholder and replace it with your own linked logo. </p>
        <p> Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes. </p>
        <p>To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
        <!-- end .content --></div>
      <div class="footer">
        <p>Footer</p>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>

    Hi,
      Try to insert the embed code inside one of your <div> tags say the div-content tag after your <p>..</p> tags.
    The embed code should work inside <div> ... </div> tags according to the layout defined there.
    Thanks,
    Lucia

  • HT5012 I am having trouble with the swipe up menu.

    After a while of not playing songs from the play button it stops working.

    Unclear.  "Swipe up menu" - do you mean Control Center?  What "stops working" - play button?? Control Center itself?

  • Rollovers with Pop up Menu

    The last time I tried to do rollovers with a pop up menu in
    Dreamweaver 8. It wouldn't work. So I'm searching for another way
    to do it.
    I created navigation using Fireworks - follow link below to
    example. But when I mouse over the rollover that has a pop up menu
    attached to it (First link on the left) the rollover images
    disappear. Also the drop down menu tends to hang down longer than I
    would like.
    Can my problems be fixed? Is Fireworks the right tool for
    this task?
    I had down loaded a trial of the latest version of
    Dreamweaver a few months ago and it seemed that this feature had
    been deprecated, but there was some sort of plug-in. I'm far from a
    casual user, but it was beyond me for the weekend I tried to use
    it. Also, this is a bad time for me to invest in new software or
    upgrades.
    Any assistance would be greatly appreciated.
    Example of rollover and
    pop up menu problem

    Don't use Fireworks to make HTML,
    especially interactive HTML. Fireworks is a great tool for
    making Web graphics, but it is
    NOT
    good for making HTML. Don't go there. You won't be happy.
    Read this:
    The
    Sordid Tale of mm_menu and fw_menu.js and then save yourself
    loads of frustration and go buy yourself a professional menu.
    What's your billing rate? At $20/hr a $100 professional menu that
    works, cross-browser, beautifully, is going to save you more
    than 5 hours of hassle trying to get this stuff in Fireworks to
    halfway...kinda...function...almost.
    I don't use these kind of menus, but I've seen this question
    asked often enough to know that one recommendation is the code from
    Project
    7.

  • Show/Hide layer with Pop-up menu

    I love the fact that we are talking about websites here and this one WORKS LIKE ****...and that's diarrhea. I have been trying to just get on this ******* forum to ask this question for 2 days.
    Anyway, I typed this out earlier but it wasn't accepted, I don't know why. Let's see if this one works.
    I am not a code monkey, not even really a web person. I am doing this for a friend, so I can't understand really complicated answers. BUT, here's my problem: I want to make two layers disappear in my index page because they interfere with the pop-up menu of another layer. This, I can do. BUT, I want these layers to reappear when someone moves off the POP-UP, not the link. When I use the "behaviors" that come with Dreamweaver, they all relate only to the link, not the Pop-up menu, so as soon as a user moves down the pop-up menu and off the link, the two layers reappear.
    Here is what I'm talking about, if that doesn't make too much sense:
    http://www.animalcrackerspetsupply.com/Index1.html
    Thank you for reading this and, please, Adobe people, can you make it simpler to get into the forum?
    Kelly

    I didn't realise that f*r*i*g*g*e*n was a naughty word here in the USA.
    The link that I am referring to is found under the "CATS" heading.....

Maybe you are looking for