Popup Menu in Fireworks 8

Hi All,
I want to create popup menu using fireworks 8. I was able to
create basic simple popup menu.
I want to make popup menu in which when mouse is moved over
root button it changes its image, pops out the menu and root image
stays into changed image till pop up menu is poped out. when popup
menu is close root image changes to original image.(same as
www.bestbuy.com is having - when mosue is moved over root image
change to image with yellow font, pops out the menu and stays yello
font imiage till pop up menu is open. when pop up menu is closed
root image changes to original image/state.)
Does anybody have idea, how to do this?
Pls Help!
Thank you.

I don't believe Alan suggested you buy anything, but if he
did, then
consider these free alternatives. The FW menus simple suck
large rocks....
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
==================
"suzy_bcny" <[email protected]> wrote in
message
news:esp44q$j2d$[email protected]..
> Thanks Alan for your reply.
>
> But I donot want to buy anything else. I have already
bought fireworks8.
>
> I would just like to use fireworks8 for creating menu.
>
> Your suggestion in this will really help me. Thank you.
>
>
>

Similar Messages

  • Custom Popup Menu in Fireworks 8

    Hi there,
    I have been trying for about a week to create my own custom
    popup without using the popup wizard. I would like to do this
    because I want to make it transparant and add a little bit more to
    it. Anyway, I cant seem to make my menu stay put while I rollover
    the button it disappears. How do I make the menu stay put while I
    rollover the button? I have made many popups in Flash but id really
    like to do it in Fireworks 8. I was told it may have something to
    do with using a hotspot, but Im not real sure how to go about it.
    Is this possible? If so please help me out.

    http://www.projectseven.com/tutorials/navigation/snapmenus/index.htm
    or
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    and here's an example you can analyze -
    http://www.projectseven.com/tutorials/autolayers/
    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
    ==================
    "Duder29er" <[email protected]> wrote in
    message
    news:e2bq8e$4c4$[email protected]..
    > Hi there,
    > I have been trying for about a week to create my own
    custom popup without
    > using the popup wizard. I would like to do this because
    I want to make it
    > transparant and add a little bit more to it. Anyway, I
    cant seem to make
    > my
    > menu stay put while I rollover the button it disappears.
    How do I make the
    > menu
    > stay put while I rollover the button? I have made many
    popups in Flash but
    > id
    > really like to do it in Fireworks 8. I was told it may
    have something to
    > do
    > with using a hotspot, but Im not real sure how to go
    about it. Is this
    > possible? If so please help me out.
    >

  • Problem with fireworks popup menu in dreamweaver, has a huge box.

    hi, i made a popup menu in fireworks, and when i open that
    html page in dreamweaver, there is a huge white box around the
    popup menu area, so that i cant type anything under the menu or
    anywhere near it. i was wondering how i get rid of this white box.
    any help greatly appreciated. thanks. derek
    here is the code

    You have Dreamweaver, which is a wonderful and powerful
    program for building HTML. So
    why are you trying to build a navigation menu in Fireworks,
    which is a graphics program? Please. I beg you! Save yourself hours
    of headaches: create your graphics in Fireworks and your HTML in
    Dreamweaver.
    For example, this code would be impossible to maintain.
    Here's one of your navigation items:
    img src="untitled-4_r2_c2.gif" alt="" name="untitled4_r2_c2"
    width="98" height="48" border="0" id="untitled4_r2_c2"
    Do you even know which image this is or which link it's
    intended to take? Create your images with decent names like
    "contact.gif" or "products.gif" so you can write clear code.
    The first row and the first and last columns of your table
    have 1-pixel spacer gifs. Fireworks always puts in spacer gifs. If
    you're not aware of them, and take them out, you might get to later
    stages of your development process and wonder why you couldn't get
    your navigation menu to line up with everything else.
    As for that "big white box," it's a combination of the div
    the table is in and the 100% width on the table:
    div id="FWTableContainer1329034333
    table border="0" cellpadding="0" cellspacing="0" width="100"
    I have no idea what the div CSS is doing, but if I comment it
    out and take out the 100% width attribute on the table, then I get
    something that behaves more reasonably. FWTableContainer1329034333
    isn't in your code, but it still does something in my system, so
    either the long strings of numbers don't matter or it's coming from
    some place else and who knows what it is.
    My point is, that by letting Fireworks write bad code for
    you, you've set yourself up with something that doesn't work and is
    extremely difficult, if not impossible, to debug and maintain. Why
    would you do this to yourself?

  • Popup menu.

    Sir,
    I have create popup menu in fireworks and export as html in dreamweaver but every time when i have make any change in menu when add some thing in menu or delete in menu and when i have export html each time it will change containeer id and the link which i have defined will not work.
    please help how to prevent containner id remain same when i have make any change in popup menu.
    Rajeev

    Rajeev:
    You don't tell us which Dreamweaver or Fireworks version you are using, so we can't really answer your question.  In general however, you should COMPLETELY avoid the use of the Fireworks popup menus (if FW8 or earlier this is an absolute requirement - if FWCS3 or CS4, it is a strong suggestion).  There are many other ways to make a menu that do not open the door to the many problems that these poorly conceived and implemented FW menus do.  Some of these methods are commercial (and some are VERY good), and some are not.
    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

  • Dropdown/ popup menu moving text

    Hi, I have created a header which includes a popup menu within fireworks and I have imported this into Dreamweaver however, when I test this the popup menu has pushed the text below down the page. Is there a way of getting the popup menu to display over the text below?
    Thanks

    You probably have a font conflict or error in font book. Take a look at this:
    http://www.thexlab.com/faqs/undofontbook.html#Anchor-Undoing-47857
    Starting up in safe mode should show normal menus.
    http://docs.info.apple.com/article.html?artnum=107393

  • Fireworks Popup Menu in Dreamweaver

    I created a pop up menu in Fireworks that includes a few
    submenus. When I put it in Dreamweaver and post - some pages are
    okay. But for some...the arrow that points to the submenues is
    replaced with an X. As if the graphic is missing. What's going on?
    And any suggestions on how to fix it? I've tried everything. By the
    way - the popup menu is part of a template.
    Here's an example of the problem:
    http://www.salkeiz.k12.or.us/districtcenter/schools/index.htm

    > And any suggestions on how to fix it?
    This is an education site? If so, you really should be
    cognizant of
    accessibilty and usability issues. (of course, one should
    always be aware of
    that, but especially important for public sector sites).
    Alas, the menus
    that DW and FW create for you are complete and utter crap.
    The bottom line
    is: do not use them.
    Instead, consider one of these:
    http://mnteractive.com/archive/hangover-fly-out-navigation-part-ii/
    -Darrel

  • Please help- Fireworks CS3 popup menu displaying wrong positions on live page

    Greetings all,
    I am new to Fireworks and my knowledge of html and dreamweaver is pretty basic, So i am learning as I go here. My problem is this: I have created a popup menu for the site http://www.theatricalprojections.com I used Fireworks to edit a .png and position the menus and links that I want. I had everything set up the way I wanted it to look except that when I published the code, the menus are showing up in the wrong postions on the live site, while it works fine when I preview it locally. You'll notice that the menu popping up for the word "consoles" isn't next to the word where it should be.
    I exported the png to an htm file. I then copied this code and I had to paste it into a box in the Able Commerce system we have for managing the site. I suspect the fact that I am insterting the code into a box within this software makes things different though I really have no idea.
    Please help me!
    Ill be glad to post any other info to make this isse more clear
    Jonny

    the design will stay, but thank you. When I left work I uploaded the old version that had menus aligned correctly. right now the new one is up and the some of the menus are way of out place I've been trying to fix this and I have no Idea what to do!

  • FW 8 popup-menu in CSS problem with IE7 & Safari

    Hi,
    hope that anyone out there got some ideas in my issue. I was
    already searching the forum for advice, but couldn't find
    meaningful infos.
    Here is my problem:
    I designed a page in FW8 (Mac) with a nice popup-menu. I
    exported this thing into DW8 having set the option to export the
    menu as CSS and slices to layers. Then I rearranged the html File
    and included some editable regions, as it was to be used as an
    template.
    Everything works fine in Firefox but IE7 and Safari
    experience some problems.
    The popup-layers are displayed behind the main text-area and
    not in front of it - this makes navigation a bit complicated.
    So teh menu is displayed with text and everything, but behind
    the main text.
    What I tried:
    I tried to reset the z-Index of the popup-layers to values
    below 10 (were set to 500) - didn't help.
    I gave every single item a z-index - didn't help.
    I gave the main text area an z-index of 0 or -1 - made the
    layer disappear.
    I reexported the whole thing - made me just crazy.
    I worked through the css file for errors - maybe I'm not to
    good in CSS ;)
    I checked the forums, but could only find issues where the
    menu was not displayed at all or the text was missing - doesn't
    apply.
    -- no more ideas :(
    Link to my page:
    Website
    Link
    I really appreciate your help! Any comments welcome!
    patrick

    > I think it's a bug with ie7. It doesn't support
    javascript completely,
    > nor
    > does it css.
    I don't think this is accurate. Each browser supports things
    differently,
    and CSS is no exception, but support for javascript is fairly
    reliable
    across the board.
    > but I can't find one that I can use my own images, yet
    Then you are not looking in the right place. Go here -
    http://www.projectseven.com/
    and examine their extensive collection of menu products.
    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
    ==================
    "udigrudi" <[email protected]> wrote in
    message
    news:ful3t7$n9u$[email protected]..
    > I've had a similar problem, menus made in Fireworks 8
    don't show up
    > completely
    > in ie7 for windows either. The menu shows up, but the
    text of submenus
    > with
    > submenus doesn't show up.
    >
    > I think it's a bug with ie7. It doesn't support
    javascript completely,
    > nor
    > does it css.
    >
    > Since your website has disappeared, I'm sorry I can't be
    of more help.
    > I'm
    > thinking of getting a "third party" submenu generator
    (but I can't find
    > one
    > that I can use my own images, yet)
    >

  • FW popup menu and image gallery IE7 isssue

    I was trying different things and ran across this issue, I
    put a Fireworks CSS popup menu just above the thumbnails in the
    gallery demo and when I tested it in IE7 (not sure about IE6 or
    older) the thumbnails show through the menu when it pops up?
    Seems to work just fine in Firefox 2. just like IE to cause
    CSS issues.
    I put the sample up on the server, check it out here.
    http://www.bardenhomes.com/pcs/gallery/index.html
    anyone know what I need to change in the CSS to make these 2
    things play well together?
    thanks Jim

    Have you tried giving the menu a higher z-index via CSS?
    --== Kin ==--

  • Popup Menus from Fireworks to Dreamweaver

    I have created popup menus in fireworks and imported the html
    into Dreamweaver. But when I do the table cell resizes to the
    menu's expanded size. How can I get it to only take space of the
    unexpanded button. Where when expanded the dropdown flows OVER the
    underlying page.
    Desparately seeking help-
    Bobbi Jo

    Post a link to the page, please.
    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
    ==================
    "BobbiJo1" <[email protected]> wrote in
    message
    news:e26n71$c6h$[email protected]..
    >I have created popup menus in fireworks and imported the
    html into
    >Dreamweaver.
    > But when I do the table cell resizes to the menu's
    expanded size. How can
    > I get
    > it to only take space of the unexpanded button. Where
    when expanded the
    > dropdown flows OVER the underlying page.
    >
    > Desparately seeking help-
    > Bobbi Jo
    >

  • Popup menu background.

    Sir,
    I have create popmenu in Fireworks CS3 and import in Dreamweaver and it working fine but i want transperent background of popup menu or i want to insert image in popmenu background. If it is possible please guide me.
    Thanks
    Rajeev.

    To give specific help, we need to see your page.  Please post a URL to the test page on remote server so we can see the scripts, images, html and css  working together.
    Other menu solutions:
    Customizing the DW Spry Menu Bar (tutorials)
    http://forums.adobe.com/message/2260929#2260929
    CSS Express Drop-Down Menus (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Popup menu stalls page

    I was wondering if anyone had any suggestions. I had my popup
    menu exported to dreamweaver and it was all working. I then added
    more javascript to the page and now its not working. I exported it
    all again and inserted it but no luck. The moment i roll over a
    popup it sticks on screen and won't disappear. I have no idea what
    to try. I haven't edited the mm_css_menu.js document at all so i am
    assuming its in my main html somewhere. or is gthere something i
    should tick when exporting from fireworks? any help much
    appreciated.
    Thanks.

    KirstyLee2005 wrote:
    > yes i have been back and forward with it all day. I have
    included my
    > link so you can see the problem.
    >
    >
    http://www.carnsoftware.co.uk/staidans/index.html
    >
    > if you roll over the second button on the menu bar the
    popup appears
    > and sticks. in the bottom left of the browser window you
    get 'error
    > on page'.
    Note this error. Remove one of the "@import
    url("menubar.css");"
    <style type="text/css">
    <!--
    @import url("menubar.css");
    @import url("menubar.css");
    Are you still using these?
    <script type="text/javascript"
    src="js/scriptaculous.js?load=effects,builder"></script>
    <script type="text/javascript"
    src="js/lightbox.js"></script>
    Linda Rathgeber - Adobe Community Expert
    http://www.adobe.com/communities/experts/members/8.html

  • Application wide popup menu for JTextComponent descendants

    Hi!
    I'm working on large project with reach Swing GUI and I got stuck with one small but wery annoing problem. I have to append simple popup menu to all text input fields (JTextComponent descendants) in whole application. I'm realy lazy to append mouse listener on each component, so I'm asking, is there any way to append "default" popup menu for all components. Please, don't answer about custom components instead of Swing plain JTextComponent descendants - it's worse to change classes for all fields then add mouse listener to them.
    As an example of what I want I could forward you to UIManager.put() method, which affects all properties of component behaviour thoughout application. I want to find same solution, maybe there any registry or smth. else in API.
    Than you in advice.

    You could always try extending something like MetalTextFieldUI so that it adds the listeners to the text field automatically. You'd then need to register that UI class with the UIManager at startup:
    public class MyTextFieldUI extends MetalTextFieldUI {
      protected void installListeners() {
        super.installListeners();
        // TODO - Install your listener here
      protected void uninstallListeners() {
        super.uninstallListeners();
        // TODO - Uninstall your listener here
    UIManager.put("TextFieldUI", MyTextFieldUI.class.getName());Personally, I think you're just being lazy... getting your components to extend a subclass of JTextField should be no trouble at all and will leave you with clearer code.
    Hope this helps.

  • How to get system popup menu in java?

    I want to know how to get windows xp or any operating systems default popupmenu in java.
    And i also have problem for using mnemonic for JPopupMenu, it works well when i first press right click of my mouse and use the specified mnemonic for that the action specifed for that is triggered but when is use mnemonic without the using my mouse it doesn't trigger why.

    Please how to get native(e.g windows explorer) popup menu in jfilechooser

  • Creating Popup Menu in Desktop Intelligence

    I need help creating a popup menu in the Tool menu of Deski.
    This popup needs to be visible when a report is open or when no report is open.
    It's my first add-in and I can't make my code work.
    Sub BuildMyMenu()
    Dim PopMenu As CmdBarControl
    Dim CleanPop As CmdBarControl
    Dim unvButton As CmdBarControl
    Dim lsiButton As CmdBarControl
    On Error Resume Next    'disable errors temporarily
    Set PopMenu = Application.CmdBars(1).Controls("&Tools").Controls("&Clean-Up Utility")
        If Err.Number = 0 Then  'button already exists
            Button.Delete       'delete it so that it can be re-defined
        Else
            Err.Clear           'clear the error so other testing can take place
        End If
    Set PopMenu = Application.CmdBars(1).Controls("&Tools").Controls.Add(boBarPopup)
    PopMenu.Caption = "&Clean-Up Utility"
    PopMenu.DescriptionText = "Clean-Up Utility"
    PopMenu.TooltipText = "Clean-Up Utility"
    Set unvButton = PopMenu.CmdBarPopup.Controls.Add(boControlButton)
    unvButton.Caption = "C&lean-Up Universe..."
    unvButton.DescriptionText = "Clean-Up Universe"
    unvButton.TooltipText = "Clean-Up Universe"
    unvButton.OnAction = filename(ThisDocument) & "!ShowUserForm2"
    Set PopMenu = Application.CmdBars(2).Controls("&Tools").Controls("&Clean-Up Utility")
        If Err.Number = 0 Then  'button already exists
            Button.Delete       'delete it so that it can be re-defined
        Else
            Err.Clear           'clear the error so other testing can take place
        End If
    Set PopMenu = Application.CmdBars(2).Controls("&Tools").Controls.Add(boBarPopup)
    PopMenu.Caption = "&Clean-Up Utility"
    PopMenu.DescriptionText = "Clean-Up Utility"
    PopMenu.TooltipText = "Clean-Up Utility"
    Set unvButton = PopMenu.CmdBarPopup.Controls.Add(boControlButton)
    unvButton.Caption = "C&lean-Up Universe..."
    unvButton.DescriptionText = "Clean-Up Universe"
    unvButton.TooltipText = "Clean-Up Universe"
    unvButton.OnAction = filename(ThisDocument) & "!ShowUserForm2"
    End Sub
    What I need is a popup menu from the Tools menu, that says "Clean-Up Utilities". From that popup menu, 2 more buttons: one that says "Clean-Up Universes" and the other "Clean-Up LSI".
    Thanks for your help.

    In what way, exactly, isn't it working? Do you see the pop up menu at all?
    Did you make sure that JS is enabled in your Acrobat?
    I've ran the code and it seems to work fine for me. However, I don't quite
    get what it's supposed to do.
    Is it supposed to take the user to a specific page, or to a named
    destination? It seems like it's trying to do both, which doesn't make much
    sense.

Maybe you are looking for