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();
> }
>
>
>

Similar Messages

  • 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!
    >
    >
    >
    >
    >

  • 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

  • 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

  • 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/
    >

  • 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!
    >

  • I get an error stating cc cookies dir: cannot make folder / cookies: Permission denied (error 13) when I attempted to download the creative cloud installer on my Mac. Can anyone help with similar pop up window?

    I get an error stating cc cookies dir: cannot make folder / cookies: Permission denied (error 13) when I attempted to download the creative cloud installer on my Mac. Can anyone help with similar pop up window?  I'm trying to get a trial version of CS5. 

    You do not need to involve Creative Cloud to install/try the trial version of CS5...
    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS5: http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • I need help with adobe muse sub-menu styling

    i need help with adobe muse sub-menu styling~!  i can adjust them to exactly how i like them, but then when i go to the next set of sub-menus, the other ones revert back to the starting white/black boxes.  i am frustrated as i have redone this so many times!  Please help me!

    To achieve this, you can use an accordion widget with custum styling.
    IF you search for Terry White, Muse, accordion, you will find some video tutorials on YouTube.

  • Fireworks pop up menu and flash

    hi,
    I want to have a page layout like adobe.com. Fireworks Pop up
    menu on top and flash swf file beneth it, but my Fireworks css pop
    up menu is hidden by flash swf file embeded when I bring it all
    together in Dreamweaver.
    I guess this is because embeded files superceed the css
    z-indexing but how do I overcome this isue. As I can see it can be
    done at adobe.com.

    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter.
    MM articles:
    http://www.macromedia.com/support/flash/ts/documents/flash_top_layer.htm
    http://www.macromedia.com/support/flash/ts/documents/wmode.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
    ==================
    "sonneym" <[email protected]> wrote in
    message
    news:e3tgtr$kbb$[email protected]..
    > hi,
    > I want to have a page layout like adobe.com. Fireworks
    Pop up menu on top
    > and
    > flash swf file beneth it, but my Fireworks css pop up
    menu is hidden by
    > flash
    > swf file embeded when I bring it all together in
    Dreamweaver.
    > I guess this is because embeded files superceed the css
    z-indexing but how
    > do
    > I overcome this isue. As I can see it can be done at
    adobe.com.
    >

  • Fireworks Pop Up Menu Issue in Dreamweaver

    Hi I have built a pop up/dropdown menu in Fireworks. This menu bar is for a site that I built using dreamweaver. I exported the menu bar in fireworks and then inserted it into dreamweaver but when I do this the button images are missing. Instead of images (of the menu bar categories), there are gray boxes in the shape of the picture (category/button image).
    I had this issue before and was able to correct it. I am not sure what I did though. Nothing seems to be working, since I am unaware of how I actually fixed it, I can't figure out how to fix it again.
    When I preview the file in fireworks, it looks fine and everything seems to work. When I insert the html file into dreamweaver, I have this issue with the menu bar images. The weird thing is that it is only the button images. I do have this site published and I have uploaded all of the files but the pictures still do not show. The link to this site is www.pariswyattllansoart.com. (the site is still under construction obviously).
    The menu bar works fine otherwise. The only issue is that the up and over images for the buttons of the menu bar do not show in dreamweaver or on the published site. Even the images that make up the rest of the menu bar show. If you check the site out, you will see what I mean.
    Thanks for your help in advance!
    Here is the code for the file:
    <div id="FWTableContainer854242715">
          <table border="0" cellpadding="0" cellspacing="0" width="740">
            <!-- fwtable fwsrc="Menu Bar 1.png" fwpage="Page 1" fwbase="Menu Bar 1.gif" fwstyle="Dreamweaver" fwdocid = "854242715" fwnested="0" -->
            <tr>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="80" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="56" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="130" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="61" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="130" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="54" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="73" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="50" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="106" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0" id="undefined_2" /></td>
            </tr>
            <tr>
              <td><a href="http://www.pariswyattllansoart.com/shop art.html" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(1000)" onmouseover="MM_menuShowMenu('MMMenuContainer0521180405_0', 'MMMenu0521180405_0',-55,18,'MenuBar1_r1_c1');MM_swapImage('MenuBar1_r1_c1','','Menu Bar 1_r1_c1_f2.gif',1)"><img name="MenuBar1_r1_c1" src="Menu%20Bar%201_r1_c1.gif" width="80" height="13" border="0" id="MenuBar1_r1_c1" alt="" /></a></td>
              <td valign="top" bgcolor="#000000"><p style="margin:0px"></p></td>
              <td><a href="http://www.pariswyattllansoart.com/contact.html" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(1000)" onmouseover="MM_menuShowMenu('MMMenuContainer0521180830_1', 'MMMenu0521180830_1',-40,18,'MenuBar1_r1_c3');MM_swapImage('MenuBar1_r1_c3','','Menu Bar 1_r1_c3_f2.gif',1)"><img name="MenuBar1_r1_c3" src="Menu%20Bar%201_r1_c3.gif" width="130" height="13" border="0" id="MenuBar1_r1_c3" alt="" /></a></td>
              <td valign="top" bgcolor="#000000"><p style="margin:0px"></p></td>
              <td><a href="http://www.pariswyattllansoart.com/news &amp; events.html" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(1000)" onmouseover="MM_menuShowMenu('MMMenuContainer0521180919_2', 'MMMenu0521180919_2',-30,18,'MenuBar1_r1_c5');MM_swapImage('MenuBar1_r1_c5','','Menu Bar 1_r1_c5_f2.gif',1)"><img name="MenuBar1_r1_c5" src="Menu%20Bar%201_r1_c5.gif" width="130" height="13" border="0" id="MenuBar1_r1_c5" alt="" /></a></td>
              <td valign="top" bgcolor="#000000"><p style="margin:0px"></p></td>
              <td><a href="http://www.pariswyattllansoart.com/policies.html" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(1000)" onmouseover="MM_menuShowMenu('MMMenuContainer0521181252_3', 'MMMenu0521181252_3',-40,18,'MenuBar1_r1_c7');MM_swapImage('MenuBar1_r1_c7','','Menu Bar 1_r1_c7_f2.gif',1)"><img name="MenuBar1_r1_c7" src="Menu%20Bar%201_r1_c7.gif" width="73" height="13" border="0" id="MenuBar1_r1_c7" alt="" /></a></td>
              <td valign="top" bgcolor="#000000"><p style="margin:0px"></p></td>
              <td><a href="http://www.pariswyattllansoart.com/about paris.html" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(1000)" onmouseover="MM_menuShowMenu('MMMenuContainer0521181434_4', 'MMMenu0521181434_4',-7,18,'MenuBar1_r1_c9');MM_swapImage('MenuBar1_r1_c9','','Menu Bar 1_r1_c9_f2.gif',1)"><img name="MenuBar1_r1_c9" src="Menu%20Bar%201_r1_c9.gif" width="106" height="13" border="0" id="MenuBar1_r1_c9" alt="" /></a></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="1" height="13" border="0" id="undefined_2" /></td>
            </tr>
          </table>
          <div id="MMMenuContainer0521180405_0">
            <div id="MMMenu0521180405_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="shop art.html" id="MMMenu0521180405_0_Item_0" class="MMMIFVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> SHOP ART </a> <a href="originals by paris.html" id="MMMenu0521180405_0_Item_1" class="MMMIVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> ORIGINALS BY PARIS </a> <a href="pri nts by paris.html" id="MMMenu0521180405_0_Item_2" class="MMMIVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> PRINTS BY PARIS </a> <a href="order custom painting.html" id="MMMenu0521180405_0_Item_3" class="MMMIVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> ORDER CUSTOM </a> <a href="tags_bags_cards.html" id="MMMenu0521180405_0_Item_4" class="MMMIVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> TAGS, BAGS &amp; CARDS </a> <a href="etsy.html" id="MMMenu0521180405_0_Item_5" class="MMMIVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> ETSY SHOP </a> </div>
          </div>
          <div id="MMMenuContainer0521180830_1">
            <div id="MMMenu0521180830_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="javascript:;" id="MMMenu0521180830_1_Item_0" class="MMMIFVStyleMMMenu0521180830_1" onmouseover="MM_menuOverMenuItem('MMMenu0521180830_1');"> CONTACT PARIS </a> <a href="javascript:;" id="MMMenu0521180830_1_Item_1" class="MMMIVStyleMMMenu0521180830_1" onmouseover="MM_menuOverMenuItem('MMMenu0521180830_1');"> CONTACT INFORMATION </a> </div>
          </div>
          <div id="MMMenuContainer0521180919_2">
            <div id="MMMenu0521180919_2" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="news &amp; events.html" id="MMMenu0521180919_2_Item_0" class="MMMIFVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> NEWS &amp; EVENTS </a> <a href="newsletter.html" id="MMMenu0521180919_2_Item_1" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> NEWSLETTER </a> <a href="blog.html" id="MMMenu0521180919_2_Item_2" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> PARIS' BLOG </a> <a href="upcoming shows.html" id="MMMenu0521180919_2_Item_3" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> UPCOMING SHOWS </a> <a href="archived shows.html" id="MMMenu0521180919_2_Item_4" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> ARCHIVED SHOWS </a> <a href="upcoming openings.html" id="MMMenu0521180919_2_Item_5" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> UPCOMING OPENINGS </a> <a href="archived openings.html" id="MMMenu0521180919_2_Item_6" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> ARCHIVED OPENINGS </a> </div>
          </div>
          <div id="MMMenuContainer0521181252_3">
            <div id="MMMenu0521181252_3" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="policies.html" id="MMMenu0521181252_3_Item_0" class="MMMIFVStyleMMMenu0521181252_3" onmouseover="MM_menuOverMenuItem('MMMenu0521181252_3');"> POLICIES </a> <a href="return policy.html" id="MMMenu0521181252_3_Item_1" class="MMMIVStyleMMMenu0521181252_3" onmouseover="MM_menuOverMenuItem('MMMenu0521181252_3');"> RETURN POLICY </a> <a href="shipping policy.html" id="MMMenu0521181252_3_Item_2" class="MMMIVStyleMMMenu0521181252_3" onmouseover="MM_menuOverMenuItem('MMMenu0521181252_3');"> SHIPPING POLICY </a> <a href="custom policy.html" id="MMMenu0521181252_3_Item_3" class="MMMIVStyleMMMenu0521181252_3" onmouseover="MM_menuOverMenuItem('MMMenu0521181252_3');"> CUSTOM POLICY </a> </div>
          </div>
          <div id="MMMenuContainer0521181434_4">
            <div id="MMMenu0521181434_4" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="about paris.html" id="MMMenu0521181434_4_Item_0" class="MMMIFVStyleMMMenu0521181434_4" onmouseover="MM_menuOverMenuItem('MMMenu0521181434_4');"> ABOUT PARIS </a> <a href="biography.html" id="MMMenu0521181434_4_Item_1" class="MMMIVStyleMMMenu0521181434_4" onmouseover="MM_menuOverMenuItem('MMMenu0521181434_4');"> BIOGRAPHY </a> <a href="gallereis.html" id="MMMenu0521181434_4_Item_2" class="MMMIVStyleMMMenu0521181434_4" onmouseover="MM_menuOverMenuItem('MMMenu0521181434_4');"> GALLERIES </a> <a href="care tips.html" id="MMMenu0521181434_4_Item_3" class="MMMIVStyleMMMenu0521181434_4" onmouseover="MM_menuOverMenuItem('MMMenu0521181434_4');"> CARE TIPS </a> </div>
          </div>
        </div>

    Thanks you!!! Your advice was so helpful. First of all thank you for pointing out how I should be saving my files. Because of your advice, I thought I would watch the tutorial again and pay attention to exactly how he was saving his document. I was saving the doc like this: Menu Bar, now I know that I need to save this file like this: menuBar_file and it works wonderfully. The files have to be saved in a folder in the local directory. Also because of how I was saving things, I realized that I had a few other problems with DW. I fixed those issues and DW works wonderfully.
    Also here is something else that I learned from this. Once I got the images working, the dropdown/popup menus where no longer working. The issue was that I was trying to insert the FW dropdown menu into a document that had already been saved as a template. If you do this, there is not enough room for all of the code, so the remedy is to insert the menu bar into an html doc. and then save it as a template.
    Thanks so much again. I have learned so much.

  • Newbie - Help with Fireworks CS5 nav bar

    I am new to Fireworks. I am using Fireworks CS5. I need help with creating navigation bars and menu. Any tutorial or tips is greatly appreciated.
    Thank you.

    You'll find a tutorial named "Create a basic navigation bar" in the Fireworks help files.

  • Help With Video Pop Up Window.

    Hi there Im very new to web design so please understand that I am a complete novice, so my understanding is limited. Any help would be most appreciated.
    Could anyone provide me with a piece of code I can put into the HTML snippet function that will allow me from a hyperlink that says "video" to open up this Vimeo video (see below) in a new window that is the exact dimensions of the given video.- Almost like a pop up.
    Many thanks to any help,
    - preferably I want the appearance of the video to be like the embedd code below regulates: to not include any additional text etc.
    <object width="255" height="143"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clipid=8695239&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;showportrait=0&amp;color=0&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clipid=8695239&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;showportrait=0&amp;color=0&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="255" height="143"></embed></object>
    also here is the link to the original page http://vimeo.com/8695239
    Thanks again, Robin.

    On this page you'll find code to open a page with video in a new window :
    http://www.wyodor.net/MoreEmbed/
    Click where it says :
    Here's a basic sample page with shaded background you can use for testing.
    Click to open a window with the pop-up code.

  • 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

  • Need help with Fireworks

    Hi there
    I have designed a page in Fireworks (studio 8) with a drop
    down menu. I have a flash movie playing below it and m y menu is
    hidden behind my flash movie.
    What do I do
    webchick FL

    And, you would be well advised to give these FW drop-down
    menus a bye
    anyhow. They are a poor imitation of 'good, well formed'
    menus. There are
    much better ways.
    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
    ==================
    "Linda Rathgeber **Adobe Community Expert**"
    <[email protected]> wrote in
    message news:ef1ptb$pss$[email protected]..
    > webchickfl wrote:
    >> Hi there
    >> I have designed a page in Fireworks (studio 8) with
    a drop down menu. I
    >> have a flash movie playing below it and m y menu is
    hidden behind my
    >> flash movie. What do I do
    >
    > The best way to take care of it is to redesign the page
    so the menus do
    > not drop down over the Flash movie. HTML forms, active X
    elements, and
    > Flash movies always float on top of everything else on a
    page.
    >
    >
    >
    > --
    > 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
    >

  • 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.

Maybe you are looking for