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!

Similar Messages

  • I cannot restore my Iphone 4, I keep getting the error code 1611, please help and the Iphone keeps displaying the "Plug-In Itunes Symbol!??

    I cannot restore my Iphone 4, I keep getting the error code 1611, please help and the Iphone keeps displaying the "Plug-In Itunes Symbol!??

    http://tinyurl.com/nyj36v

  • My macbook pro will not play a video without pausing every 11 seconds. PLEASE help me figure out what is wrong. very frustrating

    my macbook pro will not play a video without pausing every 11 seconds. PLEASE help me figure out what is wrong. very frustrating. I have already tried restarting

    buckmacie,
    has the video been completely downloaded onto your MacBook Pro when you start to play it? Or are you playing it while it downloads, AKA streaming it?

  • Please Help its Urgent ***POPUP at the time of MIGO Posting*****

    Hi all,
    Please help me on this issue,
    I want to display one popup at the time of migo posting and that popup ask to user that " How much labels you wants to print?" and in next of that i want one text box or input field in that user inputs the number of labels he wants to print.
    I have tried using various POPUP functions but i have not got any FM which fulfill my requirement so please help me on this issue?
    Kind Regards
    Sudarshan Gaikwad

    The standart POPUP* function modules seem to either give an option to output descriptive text, or ask for a dictionary based field as an input.  As you want both in one popup you may need to write your own custom pop-up.
    Create a function group with a Z function module and add a dialog screen with the required text and input field to this function group.
    Take a look at function POPUP_GET_VALUES as an example - A custom written one could be a lot simpler.
    Then call this function from your user exit.
    Andrew

  • I need help making a popup menu activate a customized lightbox for a digital magazine/publication.

    I'm not much of a programmer since my experience is in animation, but I need to make a popup window link to/activate a lightbox. I did well just to get the button to make the popup work since I have no programming experience! So now, on to something a little more complex for me! A button is basically supposed to bring up a menu (which I got to work) and the menu is supposed to have links that the user can click on to open up a lightbox similar to the one that opens up on the first click of this example: http://viewer.zmags.com/publication/e9dd9178?viewType=pubPreview#/e9dd9178/1
    These were the instructions I was given, but I'm not sure where to even place this code! Please help!
    For example for Brides/Target this looks like this:
    if (window.location.host.indexOf("brides.com") !== -1) { 
                document.domain = "brides.com";
            $('.productImages1').click(function() {   
                openLightbox("http://www.target.com/p/riedel-vivant-champagne-flutes-set-of-4/-/A-10077709#prodSlot=medi um_1_1&term=200-03-1024?ref=tgt_adv_XC&afid=d_brides&cpng=2013weddingregistry&DFA=1");   
                trackEvent("show", {page: 19, id: 'A-10077709', name: 'riedel-vivant-champagne-flutes-set-of-4'});    //_gaq.push(['_trackEvent', 'Target Advertisment', 'Show', 'Page 19 - item 1']); });

    I was also given this information, but since I can't really read or write code, this means nothing to me. Is this something I can paste in the stages action panel or on the actual buttons that I'm wanting to call up the lightboxes? I like Edge because it seems to be easy and user friendly for creative/non-programmers like myself, but this is getting a bit complex for me. How can I go about this without having to code HTML5 from scratch?
    In the header of the HMTL file, you'll need to add a reference to the Zmags API.
    Example in Header
    <script src="//secure.api.viewer.zmags.com/widgets/iframe.js" type="text/javascript"></script>
    Example with Javascript section:
    <script type="text/javascript">  // Opens the specified url in a lightbox, and applies the supplied css to it, if any; otherwising defaulting to the // standard width and height for the lightbox. To explicitly close the lightbox, call close() on the returned lightbox. function openLightbox(url, css) { return window.parent.parent.com.zmags.ps.widget.openLightbox(url, css || {"width": "100%", "max-width": 1010, "height": 780}); } // Shares the specified url on the given network, with optional title and image. This will automatically trigger // tracking of the shared url, so no need to do so here. function shareUrl(network, url, image, title) { return window.parent.parent.com.zmags.ps.widget.sharing.shareUrl('widget', network, url, title || 'Check out this product from Target', image); } // Tracks the logical action, e.g. "show", "overview" event, with the supplied arguments. The actual event action/label // formatting is handled by the Zavior configuration, and can have values injected, like if "args" = {page: 7, name: 'foo', id: 'bar', item: 1}, // a configured label can utilise these data like "${page}" and "${item}". function trackEvent(action, args) { if (!args) { args = {}; } return window.parent.parent.com.zmags.ps.widget.trackEvent("google_analytics", action, args); } if (window.location.host.indexOf("brides.com") !== -1) { document.domain = "brides.com"; } $('.productImages1').click(function() { openLightbox("http://www.target.com/p/giada-de-laurentiis-for-target-6-qt-cast-iron-dutch-oven/-/A-11992 552#prodSlot=medium_1_1&term=11992552?ref=tgt_adv_XC&afid=d_brides&cpng=2013weddingregistr y&DFA=1"); trackEvent("show", {page: 8, id: 'A-11992552', name: 'giada-de-laurentiis-for-target-6-qt-cast-iron-dutch-oven'}); //_gaq.push(['_trackEvent', 'Target Advertisment', 'Show', 'Page 8 - item 1']); }); $('#activateBtn').click(function() { document.getElementById('activateBtn').style.visibility = 'hidden'; //trackEvent("overview", {page: 8}); $('#big_wrapper').animate({ left: '+=100%' }, 1000, function() { //do nothing }); }); $('#deactivateBtn').click(function() { $('#big_wrapper').animate({ left: '-=100%' }, 1000, function() { document.getElementById('activateBtn').style.visibility = 'visible'; }); }); </script>

  • Please help, my website is not displaying the banner or the bkground image

    Hello,
    Can someone please help me out, my banner and background image are not displaying in firefox they show up in internet explorer just fine.
    Thank you for help.

    This is what we get when we go to the FireFox browser tools and error console and this is highlighted in grey "filter:alpha(opacity:0.1);" thank you for all the help.
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
    /* 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;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         color: #000;
         text-decoration: none;
         background-color: #FFF;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
         background-color: #FFF;
         color: #060;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         text-decoration: none;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
         background-color: #FFF;
         color: #060;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         text-decoration: none;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* 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.MenuBarVertical a.MenuBarItemSubmenu
         background-image: url(http://www.foxscientific.com/fox%20webdw/SpryAssets/SpryMenuBarRight.gif);
         background-repeat: no-repeat;
         background-position: 95% 50%;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         color: #000;
         text-decoration: none;
         background-color: #FFF;
    /* 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.MenuBarVertical a.MenuBarItemSubmenuHover
         background-image: url(http://www.foxscientific.com/fox%20webdw/SpryAssets/SpryMenuBarRightHover.gif);
         background-repeat: no-repeat;
         background-position: 95% 50%;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         color: #060;
         text-decoration: none;
         background-color: #FFF;
    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.MenuBarVertical iframe
    /* 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.MenuBarVertical li.MenuBarItemIE
         display: inline;
         f\loat: left;
         background: #FFF;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         color: #000;
         text-decoration: none;
    Claudia Lopez
    Fox Scientific, Inc.
    8221 E. FM 917
    Alvarado, TX 76009
    800-369-5524 Ext. 305
    817-783-3571 Fax
    "Do not follow where the path may lead. Go instead where there is no path and leave a trail."  Harold R. McAlindon

  • Please help! IE6 won't display my div tags!

    My page looks fine in the other Mac browsers but the divs won't show up in Internet Explorer.  Please tell me what I am doing wrong and how to fix it so that my div tags display correctly.  Here is my source and CSS code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
         background-color: #06F;
    -->
    </style>
    <link href="../navmenu.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
    <div id="logo"></div>
    <div id="nav"></div>
    <div id="buffer">this is a buffer</div>
    </div>
    </body>
    </html>
         margin: 0px;
         padding: 0px;
    #wrapper {
         width: 909px;
         background-color: #999;
         margin-right: auto;
         margin-left: auto;
         height: 54px;
         overflow: auto;
    #wrapper #logo {
         width: 208px;
         float: left;
         background-color: #33F;
         height: 39px;
    #wrapper #nav {
         background-color: #933;
         float: right;
         width: 701px;
         height: 39px;
    #wrapper #buffer {
         width: 909px;
         clear: both;
         background-color: #0F6;
         height: 15px;

    Because IE 6 is 5+ years old and hasn't been updated in a long while and the only reason it's still kicking in somewhat decent numbers is because some large companys utilized IE-only type features for internal applications and intranets and thus forced Microsoft to conitnue to support it beyond the original end-of-support date. :-)
    By the way, potentially you could just give IE 6 a really bare-bones layout - but you'll need to make sure that that's acceptable for the project. Also it's good for your sanity if you stop trying to make the site look exactly the same in every browser. It's much easier to make it look "good enough" and make sure that the content is accessible and the site usable.

  • Please help me figure out what's wrong with my girls fairly new Toshiba lap top.

    OK as of late my girl got a nice new laptop. It started off really fast and she was really happy with it. But in the past three weeks or so it's been acting up. It's not connecting to the Wi-Fi properly, and won't read and other available confections. If we reset and restart it one of two times that usually does the trick but the last time took 3 restarts before connecting to the right the way it was made to. To top it all off though. We were just laying down and she had heard the cooling fan going in it. This is odd because I had used it last and i always meme site to shut it down properly. But to my dismay when she picked it up and showed me I could clearly tell it was the cooling fan and that the lights on the side indicated that it was still on. What would cause these things to happen like this and more importantly, what can I do to not only fix the issues, but to stop this from becoming potentialy a bigger and worse problem? Please, anyone with any knowledge on this matter. Please help me out to prevent this from becoming a bigger more expensive issue. Thank you everyone for your time and you only would be greatly appreciated. The model number for this lasso to is XXXXXXXXX. Again thank you
    [Moderator edit to remove serial number corresponding to a L755-S5244.]

    your  L755-S5244 support site is here.
    L305-S5955, T9300 Intel Core 2 Duo, 4GB RAM, 60GB SSD, Win 7 Ultimate 64-bit

  • Please help with CS3 -shobat

    I would like to know where I can get help regarding reinstalling Photoshop CS3.  I bought Photoshop a long time ago when it was on a disk.  I kept upgrading it until I had upgraded it to CS3.  Recently my computer crashed that had the Photoshop CS3 on it.  I'm trying to get the Photoshop CS3 on my new computer, but it wants the serial # of the original program, but it DOES NOT list the photoshop 3 or photoshop 4 that I bougt years ago.  I registered Photoshop CS3 so it should be on file that I own it.  Can anyone tell me where I can get help with this.  CS3 cost me a lot of money and I like using it. 

    You might be out of luck since Adobe no longer provides support for CS3.  The only hope you might have is to contact Adobe Support by chat or by phone and explain to them your scenario and hope that you get someone who is willing to work a bit and see what they can do to help you thru. 
    Here is a link to a page with options to help make contact:
    http://www.adobe.com/support/download-install/supportinfo/
    If all else fails you might try following the path of the user in response 9 of the following thread to see if someone can assist you...  http://forums.adobe.com/thread/1443854?tstart=0

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

  • Help with a popup window displaying info from a record set

    Hi I am working on a Shopping cart web site I have set up my
    database and I have created my page to display items from the
    database. The fields in my database table are auto_id, category,
    sub_catagory, manufacture, style, descripition, descripition2,
    price, image, image2, fc_id, link_id
    What I am trying to do is to display this part of the info in
    one record . manufacture,style,descripition , image and price there
    will be a link from this page (link_id)to display a popup and in
    that pop up I want to display
    manufacture,style,descripition2,Image2
    basicly I want to now how to put a link in database so when
    all of the data is displayed on the page I want to click on a link
    (link_id) from any record that opens a popup to display a larger
    image and a longer descripition of the product. and anything else I
    may need from that record.
    I hope this maks sence
    Cheers
    Dave

    In your product insert form or however you are adding these
    products to the store add a feild called image link2 or
    large_img_link
    in your code for the pop up window you would wrap your PHP
    recordset like this
    <a href="
    http://yoursite.com/images/large_images/<?php
    echo $row_image_rs['large_img_link']; ?>"><?php echo
    $row_image_rs['large_img_link']; ?></a>
    This will produce a link like this
    http://yoursite.com/images/large_images/myLargeImage.jpg
    the hot spot will be your second php tag which is the
    thumbnail image itself that is now wrapped with the larger image
    link.
    Hope this is helpfull
    JM

  • DW CS3 popup menu

    Hi
    How to activate popup menu form DW 2004 MX? bexouse i have
    not active

    Hi
    How to activate popup menu form DW 2004 MX? bexouse i have
    not active

  • PLEASE HELP!! from snow leopard to mountain lion - install page just sitting there

    Hi,
    I am updating my macbook from Snow Leopard to Mountain Lion. I downloaded the software from the app store just fine  and checked to make sure my macbook is compatible (which it is). But now I am trying to install it on my HD and it wont do anything. I agreed to the terms and conditions and entered my admin passwprd already and nothing's happening. I've done this multiple times, closing out of the mountain lion app and restarting it - going through the process over again and still nothing is happening. No horizontal blue install bar, no reving of the fans making it sound like work is being done - nada. Please help!!!

    Hi,
    You could try and redownload the Installer.app and try again (move the installer that you have allready downloaded to the desktop first).
    Robin

  • TS1292 HELP: i have tried and tried to enter my itunes gift card code and it just says this code has not beed activated properly...if any one could please help me that would be a big releif, i live in nz by the way...thanks!

    please help...i live in nz and my itunes card wont work...ive tried and tried and it never works please help im really worried, if you could help that would be a huge relief! thanks...

    Ask the people at the store the gift card came from or the iTunes Store staff for assistance.
    (121383)

  • Hello! Friends I don't have FaceTime in my iPod touch4 please help me from where can I get FaceTime.I live in Saudi arabia

    Hello friends
    I don't have FaceTime in my iPod touch 4 please help me from where can I get FaceTime live in Saudi Arabia.

    There is no Facetime installed on devices bought in certain counties, your country is one of them:
    FaceTime in the Middle East: The story so far
    Apple Tells Us Exactly Where FaceTime Is Not Available
    And it can't be installed on those devices, due to certain laws in those countries.

Maybe you are looking for

  • I just updated to iOS 8 on my iPad 2 and got an error then factory reset! Now I cannot see my Purchased Apps

    I just updated to iOS 8 on my iPad 2 and due to a unforeseen error on iTunes I had to do factory reset. I was using my friend's iMac iTunes to download and update, instead of OTA. Now I'm unable to see my previously purchased apps (some even disconti

  • Love my Zen Nano P

    Ordered my Nano Plus from Buy.com and it arri'ved in 3 days. It was so cheap that I expect Creative is coming out with its own Nanokiller, but I gave away my 4GB Sansa and 'downgraded' to GB on the Zen Nano. Here's why: The Nano has a clip and an arm

  • Issues regarding (default) window size.

    hello... i have a problem with the sizes of windows. how can i have a fixed window size for my index page? i will probably be using flash menus for the index, so i just want THAT to appear.... i dunno if im being clear...sorry and thanks

  • External hard drive not showing on server

    hello ive just hooked my macbook up to a server i can see everything and i can play all my movies and music through my tv. but there is 1 problem i have an external hard drive and this cant be seen by the server as this is where most of my files are

  • Database logic problems.. very urgent

    HI im having problems doing something that is quite possibly very easy.. i have written a few queries using JDBC anyway the problem is hwo can i see if no records have been returned? using the ResultSet... i have tried if Resultset == null but it doe