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
>

Similar Messages

  • POP UP menu with image not pull down

    I'm new to fireworks. I've looked at tutorials, but it seems
    all the pop up menu features are for pull down menus. I want to
    press the button and have a blank ( separate window 360x 303 pixals
    ) pop up with a jpeg image in it. How do I do this?

    katveze,
    What you are wanting to do is called Disjointed Rollovers.
    Here is a
    great tutorial to point you in the right direction:
    http://www.communitymx.com/content/article.cfm?cid=E11E8
    alex
    katveze wrote:
    > I'm new to fireworks. I've looked at tutorials, but it
    seems all the pop up
    > menu features are for pull down menus. I want to press
    the button and have a
    > blank ( separate window 360x 303 pixals ) pop up with a
    jpeg image in it. How
    > do I do this?
    >

  • Fireworks submenu doesn't appear in windows 8 phones

    fireworks submenu doesn't appear in windows 8 phones but works on everything else, as far as i know. any solutions?

    thanks, it was my clients phone but i tried it on another phone and it worked but it's a bit tricky... you sort of have to press it just right or it disappears. anyway, i did an alternate site without the submenus for phones.

  • Js submenu doesn't appear in windows 8 phones

    js submenu doesn't appear in windows 8 phones but works on iphone. any solution?

    thanks, it was my clients phone but i tried it on another phone and it worked but it's a bit tricky... you sort of have to press it just right or it disappears. anyway, i did an alternate site without the submenus for phones.

  • How to add different background image for submenu items???

    Hi all,
    I'm pretty new to web design and CSS in particular. Here's my problem...
    I've got a Spry horizontal menu bar (untouched as yet), and I want to have a different background image for my submenu items than that of my menu items. From searching the internet I think that I need to apply a class to the submenu item (please correct me if I am wrong).
    How would I go about doing this and how would I assign the class to just the submenu items?
    Also ideally I want to have my first and last menu items to have rounded corners on one side (therefore making a rounded edge menu bar), is it possible to have a different background image for individual menu items? If so, how?
    Really appreciate any help!

    Thanks for the link! I've managed to sort the background issue, and it seems to be working fine!
    Just one little issue left to tackle...
    I want my text to be centered in my top menu items BUT aligned left in my drop down menu items. I have managed this but the text hugs the left hand side. I've tried adding a little margin to the left but that doesn't seem to affect anything???
    Here's my CSS... Any ideas which class I should be targeting or why adding the margin isn't working would save my tearing the rest of my hair out! thanks! (screenshot attached).
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        cursor: default;
        width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        list-style-type: none;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 120px;
        float: left;
        height: 24px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        background-repeat: repeat-x;
        background-color: #333333;
        background-image: url(../images/navbar_bg.jpg);
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #000000;
        border-left-color: #666666;
    ul.MenuBarHorizontal li li
        list-style-type: none;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: auto;
        float: left;
        height: 24px;
        background-color: #333333;
        background-image: none;
        padding: 0;
        margin: 0;
        left: -1px;
    ul.MenuBarHorizontal li li a
        list-style-type: none;
        position: relative;
        text-align: left;
        cursor: pointer;
        float: left;
        height: 24px;
        background-image: none;
        font-size: 12px;
        font-weight: normal;
        border: 0px 0 0;
        width: 120px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        padding: 0;
        margin: 0;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 120px;
        position: absolute;
        left: -1000em;
        height: 24px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        height: 24px;
        width: 120px;
        margin-top: -5%;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal li a
        display: block;
        cursor: pointer;
        text-decoration: none;
        font-style: normal;
        text-transform: capitalize;
        text-align: center;
        white-space: normal;
        padding: 0px;
        height: 24px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 20px;
        margin: 0px;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal li a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #000000;
        background-image: url(../images/navbar_bg_hover.jpg);
        background-repeat: repeat-x;
        line-height: 22px;
    ul.MenuBarHorizontal li li a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #000000;
        background-image: none;
        background-repeat: repeat-x;
        width: 120px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-repeat: repeat-x;
        background-position: 95% 50%;
        background-color: #333333;
        background-image: url(../images/navbar_bg.jpg);
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-repeat: repeat-x;
        background-position: 95% 50%;
        background-color: #000000;
        background-image: url(../images/navbar_bg_hover.jpg);
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: left;

  • Change of  image in JLabel doesn't appear

    Hi!
    In my custom JPanel class, I add a JLabel with nothing in it. Then. When auser clicks a Button, I set an imageicon for this jlabel. but it doesn't appear until I force a repaint, e.g. by resizing the app.
    repaint(), validate() or invalidate() didn't work!
    thank you!

    thank you, problem found! t'was not caused bei repaint ;)

  • Pop email picked up on my iPhone doesn't appear on my desktop

    When I pick up my pop email (thru apple mail) on my iPhone, it doesn't appear in Apple Mail on my desktop.  I don't delete it and have to rules or prefs that tell Mail to delete it or remove it from the server.
    When I use Thunderbird on my desktop, that doesn't happen.  In other words, I open Apple Mail on my phone and read my email.  Then later I open Thunderbird on my desktop and the mail is still there.  Open Apple Mail on my desktop, the mail is gone.
    Is there a way to fix this?  Just because I read an email on my phone, doesn't mean I don't want it in a folder on my desktop.

    I found this answer and changed the troublesome accounts to IMAP accounts and I hope that takes care of it.
    Meanwhile, tho, it's odd that Thunderbird didn't have a problem acessing pop mail that had already been picked up.  And by the way, I always make everything I want to keep stay on the server.  Anyway, here's the answer I got.  It seems good.
    https://discussions.apple.com/message/5311353#5311353

  • Question-Mark For CSH doesn't appear

    Hi. I'm trying to run a context-sensitive help system for a web-based applet. When I run CSH using an application interface, the cursor changes to a question-mark and I'm good to go. But when I'm running it from the applet, the cursor doesn't change when I run CSH. Has anyone run into this problem? I'm running JRE 1.4.1_05, and have also tested this on 1.4.2_08.

    Hi Manisha,
    There is a global setting for TR management. In your case the standard tr mechanism is set to OFF. You would not get prompts when you create new objects. If the tr mechanism is set to ON, then you would get prompts when you create objects.
    To set Std Tr mechanism to ON, goto Transport connection tool, Edit menu --> Transport --> Switch-On Standard.
    Please note that this setting is not just for queries but for all objects. You will have to logoff and login after the setting change is done.
    Edited by: Murali Krishna K on May 18, 2011 1:01 PM

  • Save Image As... doesn't appear when I right click on image

    It just comes up with 'Download Image', this is very annoying. I'm running Safari 5.0.3
    Most of the other options on the right-click menu have gone as well, just left with 'Open Image in New Window', 'Download Image' and 'Copy Image'.
    Message was edited by: bobbean52

    HI and welcome...
    Quit Safari (Command + Q)
    Open a Finder window select your *Home folder* in the Sidebar on the left. Then open the Library folder, then the Caches folder, then the com.apple.Safari folder.
    Move the cache.db file from the com.apple.Safari folder to the Trash.
    Relaunch Safari.
    Carolyn

  • Downloaded Maps for E90 doesn't appear on memory c...

    Hi all,I can't seem to find downloaded maps for my E90 stored on memory card  folder anywhere, I constantly need to re-download them after update new firmware. Where exactly are they stored or located on  mem card?
    Can I re-load them when launch GPS maps? Why when I re-download the same maps it doesn't indicate already exist or over-write? I wonder where it all vanished to? Thanks for any advice.:mansurprised:
    Solved!
    Go to Solution.

    Map data is stored in the CITIES folder. This folder is not 'readable' to the user, there are many subfolders and you won't see any map data with understnadable filenames like a country name.
    When you install with Map Loader, if the data already exists it is simply overwritten with 'new' data fromthe web server.

  • Why do i keep getting a pop up menu for automatic downloads? I turned it off in the preferences, but it keeps popping up, asking me for my password.

    Why do I keep getting a pop up menu asking me for my password in itunes to enable automatic downloads? I turned it off in the itunes preferences several times.  iTunes still gives me a pop up message asking for my password.  Please help.

    Automatic downloads is for when you download something on your iPhone, iPod touch or iPad and automatic downloads will download these on your Mac or pc, eliminating the need for syncing. But I have limited bandwidth at home so I do not want this feature. Mine actually stopped bugging me for now, I cruised around the whole community looking for an answer and different things seems to be working for different people. It just seems to be a bug that will hopefully be fixed in an update. For me, I put in my password, even though I didn't want it, made sure it's not set to allow automatic downloads and tested it and it worked. It hasnt bugged me since, but it may come back over time.

  • Pop-up menu to list multiple time values (8:00 AM etc.) ?

    I was looking at the option of using a pop-up menu to select times (8:00 AM etc.) from to keep from having to enter all the times in my spreadsheet manually. Has anyone done this before and is there a download or widget for this? Unfortunately for me, I would need it to be in increments of 5 minutes starting from 7AM to 7PM or so, which would be a tremendous amount of parameters added to a traditional pop-up menu.
    Thanks for any input.

    T25 wrote:
    Thanks for the insight, it seems to make good sense to me with your process to create multiple pop-ups and/or sliders. Since I'm still new to iWork Numbers though, are the tables you illustrated in your reply saved in a separate spreadsheet to use as a reference for the pop-up in other, separate spreadsheets? Is that what LOOKUP is used for (to reference another sheet)?
    My invoice has a single cell for an "IN" time and another for an "OUT" time; all incorporated to a fairly "busy" invoice that can't accommodate any additional cells in those areas.
    Both tables are on the same sheet, but I placed them on separate tables on that sheet.
    They don't have to be on separate tables, and they don't have to be on the same sheet, but they do have to be in the same document, as Numbers does not provide for linking to separate documents/files.
    With the busy invoice in your case, you could place the popup and slider cells (two of each) on a separate table, and only the result cells on the same table as your invoice. The popups and sliders could go on the same table as the lookup array, but that table would then have to be both visible and unlocked.
    Placing the Lookup array on a separate table allows you to lock that table to prevent accidental changes to it. You can also easily hide the Lookup table by placing it behind the main table (your invoice), or on a second sheet in your document.
    Placed on the same table as the rest of the invoice, you can still hide it simply by hiding the two columns containing the lookup information.
    An alternate method, requiring no extra cells or tables would be to Use Insert Date and Time (in the Insert menu, or from the keyboard with shift-option-command-D ) to insert the date and time directly.
    There are some complications with this which might make it unusable, depending on how many people need to be trained and how well they take to training. Insert Date and Time starts with the assumption that what you really want to do is insert the date. Changing its mind takes a couple of extra steps that must be done immediately, and each time.
    1. Click on the cell to select it.
    2. Go Insert > Date and Time (or press shift-option-command-D )
    3. Before taking any other action, double click the cell (which will now be displaying the current date) to open a small dialogue.
    4. In the dialogue, use the popup menu to choose one of the Time only formats.
    5. Click outside the dialogue to dismiss it.
    The cell will now contain the current Date and Time value, and will display the current time.
    Note that the Time, when inserted this way, will be the time that the insertion was done, and won't be rounded to the nearer five minutes.
    You'll find a discussion of LOOKUP (and the two related functions, VLOOKUP and HLOOKUP in the iWork Formulas and Functions User Guide, and an excellent overview of Numbers (including explanation of the terms I've used above) in the Numbers '09 User Guide. Both can be downloaded using the menu items in the Help menu in Numbers. Both are recommended reading for new and old users of Numbers alike.
    Regards,
    Barry

  • Inumbers alphabetize pop-up menu

    please help me alphabetize a pop-up menu i created for a invoice template. i have a pop-up menu dedicated for a column but the items in the pop-up menu need to be in (abcd) order.
    thanks,
    Cyco Ryder

    What Ashka says.
    The only way to have popup items in any sorted order is to enter them in that order.
    Regards,
    Barry

  • Satellite X200 20G - Fn pop-up screen doesn't appear anymore

    Hello there,
    (I made a post on this subject yesterday evening but I cannot find it anywhere.... sorry if both appear later)
    I would need your help as the pop-up screen with the Function keys doesn't appear anymore when I place the cursor on the top of my screen....
    I don't think I have changed any settings. I have installed the SP1 for Vista but I cannot tell if this is linked.
    I found Toshiba "Accessibility", but when I click on the accessibility icon, I get a Toshiba Accessibility Error screen telling "This system, can not use Toshiba Accessibility" ...
    Could you please advise?
    Thank you,
    Guy

    HI!
    I Have a X200-212 running Vista w/out SP1.
    When I was upgrading drivers(after i buy it) i somehow lost the FN function and the popup toolbar. That happened after i installed or update(dont remenber) the toshiba bluetooth stack.
    I unisntalled the toshiba bluetooth stack and installed the windows vista bluetooth support as an alternative, and the FN thingy started to work again.
    But in your case im guessing its something related to the sp1 ?:| ,lets see if Toshiba updates the X200 drivers to support the Vista SP1.
    Cheers

  • Moving an arrow image pointing to generated bar graph with 11 levels.

    Hello all,
    I am writing a JSP page in which i am rendering single bar graph image which has 11 levels, now depends on the value of the level which is coming from the database, i.e. 1-11, I have to point an arrow to that particular level. I need arrow image for this.
    For level value 1, it should point to exact 1 on bar graph image.
    How can I implement this in JSP?
    Thanks,
    Bhaskar

    Instead of arrows, why don't you use some color coding as shown below ?
    Message Edité par chilly charly le 09-01-2006 11:01 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Color coding solution.png ‏26 KB

Maybe you are looking for