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

Similar Messages

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

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

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

  • Challenge popup menu,  css stylesheet and button in table component

    Hello, in my last post i put the code of an example of popup menu but the only thing that need to run was a cdata tag. But in the example i only can open and close the popup menu in the top and left location that previously set in the css stylesheet .
    1.- I need to create a popup menu that can be diplayed if i click on a button in a table component of creator
    2.- The menu must waits and let me select the opcion I choose with a click otherrewise
    3.- The menu must dissapear if i move the cursor mouse away of the menu,
    I really need somebody helps me faster as u can, and i apreciate ur help, tnks!

    The best thing to do would be to find an existing popup menu widget in a JavaScript library, like dojo (dojotoolkit.org). If you can't find an existing JavaScript widget that fulfills your needs, you can write your own. It won't be easy, but you can use Creator's Auto Complete Text Field's JavaScript as a model. If that is the case, look at both the JavaScript at http://sunapp2.whardy.com/AjaxSamples2/faces/static/META-INF/autocomplete/script.js and the HTML source of the page located at http://sunapp2.whardy.com/AjaxSamples2/faces/DemoAutoCompleteTextField.jsp which is a page that is part of the Creator AJAX component catalog (http://developers.sun.com/ajax/componentscatalog.jsp).

  • RH9 FlashHelp Related Topic popup menu behavior

    Hi. Recently upgraded to RH9 from RH7. Output is FlashHelp. Use IE7.
    Discovered that when clicking on Related Topics button, page scrolls up and popup menu appears at the top of the topic, rather than appearing next to the button as it used to. Is there any way to resolve this buggy behavior? Attempted to recreate the button, used the topics found dialog option, etc. Get the same result regardless of changes to Related Topics options.
    This issue occurs when I generate the output and test locally, as well as when it's published to our server.
    Appreciate any suggestions.

    Try Tools > Update DHMTL...
    It's a wild guess and beyond that, I have no other ideas. Sorry.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Multi Popup menu not work

    I use the Dreamweaver to create a web page which have two
    popup menus. When I run the page, it only the first popup menu is
    come up. the second one never show up and give me an error
    undefined is null or not an object.
    Is anyone can help
    Thank you

    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.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "aichau" <[email protected]> wrote in
    message
    news:geapsu$iav$[email protected]..
    >I use the Dreamweaver to create a web page which have two
    popup menus. When
    >I
    > run the page, it only the first popup menu is come up.
    the second one
    > never
    > show up and give me an error undefined is null or not an
    object.
    > Is anyone can help
    >
    > Thank you
    >

  • Firefox for Android long press not displaying popup menu.

    Often when I Iong press a link, the popup menu doesn't display. Not matter how long I hold the link or how many times I try, nothing happens.
    I'm on Android 4.0.3

    Updated Firefox to the latest version (v37) and it does seem better however, it still isn't 100%. Tried duckduckgo for instance and a long press didn't work.
    Oddly, if I visit a link on the page and hit the back button once it's loaded, long pressing nearly always starts working.

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

  • Safari Warning popup screen (red page).  Is this a virus?  How do I get rid of it??

    Safari Warning popup screen (red page).  Is this a virus?  How do I get rid of it??

    It's probably not malware, but rather a Web scam that only affects your browser, and only temporarily. There are several ways to recover.
    1. Some of those scam pages can be dismissed very easily. Press the key combination command-W to close the tab or window. A huge box will pop up. Press the return key and both the box and the page will close. If that doesn't happen, continue.
    2. Press and hold command-W. You may hear repeating alert sounds. While holding the keys, click the OK button in the popup. A different popup may appear, which you can cancel out of as usual.
    3. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Security
    and uncheck the box marked Enable JavaScript. Leave the preferences dialog open.
    Close the malicious window or tab.
    Re-enable JavaScript and close the preferences dialog.
    4. If the Preferences menu item is grayed out, quit Safari. Force quit if necessary. Relaunch it by holding down the shift key and clicking its icon in the Dock. None of the windows and tabs will reopen.
    After closing the malicious page, from the menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    to get rid of any cookies or other data left by the server. Open your Downloads folder and delete anything you don't recognize.

  • Help...popup menu problem

    problem with popup menu
    i've designed the poopmenu in firworks...imported the file
    into dreamweaver...but when mouse is over the menu the drop down
    menu goes behind the flash animation placed below it.....how to
    fix?????:

    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 (however, Safari does not support this
    properly!).
    Adobe articles:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
    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
    ==================
    "Mister Mustard" <[email protected]> wrote in message
    news:[email protected]..
    > On Fri, 7 Sep 2007 10:32:03 +0000 (UTC),
    "Krutika.deshpande"
    > <[email protected]> wrote:
    >
    >>problem with popup menu
    >> i've designed the poopmenu in firworks...imported
    the file into
    >>dreamweaver...but when mouse is over the menu the
    drop down menu goes
    >>behind
    >>the flash animation placed below it.....how to
    fix?????:
    >
    > There is at least one method that allows content to rise
    above Flash,
    > but I've never used it. You might check the Flash group
    or Google.

  • 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

  • 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

  • Encore CS5 Popup Menu Capabilities

    I understand how to create pop-up menus from PSDs in Encore CS5. Are there any capabilities for things like a timeline bar with current position, sound effects for buttons, etc? It also most seems like, besides being able to put a popup menu in a Blu-ray, you don't get much more than DVD menu abilities.

    Hi Nick,
    We are in the process of releasing a new Macintosh application designed to work with Encore to add additional functionality.
    http://www.rivergatesoftware.com/
    The new features include true emulated playback with command execution tracing , and command editing to add scriptability, We are also working on templates that will demonstrate the best features of multi-page Encore menus.
    Unfortunately BluStreak Tracer will not offer the ability to do menu timeline editing or button sounds. Also not supported are button animations and button groups. Button sounds, animations, and groups are something we would like to add in the future, but our hands are full right now.
    There are other professional solutions besides Scenarist and BluPrint coming to the fore. NetBlender DoStudio is "only" $3-5k, depending on features, and is being used to do many of the independent releases today. DVDLogic has a menu creation and editing system, and indeed a complete authoring solution in the works. All of these are PC only.
    We are Macintosh only. But if you remember, in the early days of DVD most serious authors used both Mac and PC, and our software has always worked with build folders from any authoring application.
    Regards,
    Larry

  • Popup Menus in Pages?

    Is it possible to create popup menus in Pages'09?
    I can create them in Numbers but not in the Tables in Pages. Also am not able to copy/paste a table w/ a popup menu from Numbers to Pages ('09)

    check box, popup menu, slider, stepper, links between tables
    Here is a list of some features unavailable in Pages and Keynote.
    Hurry up:
    _Go to "Provide Pages Feedback" in the "Pages" menu_, describe what you wish.
    Then, cross your fingers, and wait _at least_ for iWork'10
    Yvan KOENIG (from FRANCE mardi 10 février 2009 21:06:37)

Maybe you are looking for

  • HT201209 I have 2 different iTunes accounts is there anyway I can take my iTunes gift card off of one account so I can use it on my other one?

    I have 2 different iTunes account one is my iPod touch and the other is on my iPhone 4S I redeemed a giftcard on my iPod but I would rather have it on my iPhone Anyone know how I can take it off my iPod and onto my phone?

  • How to acess headphone-​jack

    I have a Dv9843cl, and for some reason the input jack from some speakers broke so they are stuck in the headphone slot and i can't get it out, can someone help me?

  • Servlet Methods - doGet, doPost

    Hi, I understoot that GET request -> doGet(), POST request-> doPost() methods are overrids by the HttpServlets.... do we need to use both methods in the Servlets class..? For example, I am sending POST request into the Servlets class... so i can over

  • Opening Hemera .hpi images

    Does anyone know if there's a way of opening Hemera .hpi images in Photoshop (CS3) other than via the clunky and unreliable (at best) Hemera browser? Thanks in advance.

  • Making a flash banner

    I want to make two flash banners out of two banners. I want them to interchange and continue to interchange between each other, but to give people time to read both banners. Can someone explaain, how to do this. I am a newbie with flash action script