Help inserting Fireworks pop-up menu into Dreamweaver

I wonder if anyone can help me with pop-up menu insertion
process. I create the menu in Fireworks and export it to
Dreamweaver. I place the menu in a fresh test document and it works
perfectly every time, but when I go through the exact same series
of steps in my real page, I get a broken image icon. I just can't
understand why the path is fine one way, yet gets lost in the
shuffle the other way. The only two differences I can think of are
where in the site folder the test page is saved, as opposed to
where the real (archive) page is stored, and the fact that the
archive page already has rows and columns and cells, where the
fresh test page has just one basic table and nothing else at all. I
even tried manipulating the code directly to make the sections in
question identical, and even that doesn't do it. As far as I could
see, my actual working site page (which won't accept the insertion)
had one extra bit of code, namely
<td colspan="4"
Everything else seems to be the same.
I am losing my sanity over this!

Would it be too late to direct you to another menu approach
altogether? The
FW pop-up menus are not the sharpest knife in the drawer -
Check the uberlink and MacFly tutorials at PVII
http://www.projectseven.com/)
and the Navbar tutorial/articles at Thierry's place
http://tjkdesign.com/navbars/)
Or to get it done fast, go here -
http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"birdpics" <[email protected]> wrote in
message
news:ed2pnn$5cl$[email protected]..
> I wonder if anyone can help me with pop-up menu
insertion process. I
> create
> the menu in Fireworks and export it to Dreamweaver. I
place the menu in a
> fresh
> test document and it works perfectly every time, but
when I go through the
> exact same series of steps in my real page, I get a
broken image icon. I
> just
> can't understand why the path is fine one way, yet gets
lost in the
> shuffle the
> other way. The only two differences I can think of are
where in the site
> folder the test page is saved, as opposed to where the
real (archive) page
> is
> stored, and the fact that the archive page already has
rows and columns
> and
> cells, where the fresh test page has just one basic
table and nothing else
> at
> all. I even tried manipulating the code directly to make
the sections in
> question identical, and even that doesn't do it. As far
as I could see, my
> actual working site page (which won't accept the
insertion) had one extra
> bit
> of code, namely
>
> <td colspan="4"
>
> Everything else seems to be the same.
>
> I am losing my sanity over this!
>
>
>
>
>

Similar Messages

  • Help with Fireworks  pop-up menu

    Hi All,
    I created a vertical pop-up menu from Fireworks MX 2004. I
    inserted it into my Dreamweaver file and it works great. However, I
    want the white background of the pop-up menu to be have a 40%
    opacity. I know I have to add a bit of coding to the mm_menu.js
    file and I've tried every conceivable bit of coding I can think of
    but still no luck. Does anyone know what to write and where to
    write in the code? Thanks in advance for any help!
    Below is the section of code that I've been working with. I
    assumed the opacity coding would go here some where.
    * mm_menu 20MAR2002 Version 6.0
    * Andy Finnell, March 2002
    * Copyright (c) 2000-2002 Macromedia, Inc.
    * based on menu.js
    * by gary smith, July 1997
    * Copyright (c) 1997-1999 Netscape Communications Corp.
    * Netscape grants you a royalty free license to use or
    modify this
    * software provided that this copyright notice appears on
    all copies.
    * This software is provided "AS IS," without a warranty of
    any kind.
    function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh,
    halgn, valgn, pad, space, to, sx, sy, srel, opq, vert, idt, aw, ah)
    this.version = "020320 [Menu; mm_menu.js]";
    this.type = "Menu";
    this.menuWidth = mw;
    this.menuItemHeight = mh;
    this.fontSize = fs;
    this.fontWeight = "plain";
    this.fontFamily = fnt;
    this.fontColor = fclr;
    this.fontColorHilite = fhclr;
    this.bgColor = "#555555";
    this.menuBorder = 1;
    this.menuBgOpaque=opq;
    this.menuItemBorder = 1;
    this.menuItemIndent = idt;
    this.menuItemBgColor = bg;
    this.menuItemVAlign = valgn;
    this.menuItemHAlign = halgn;
    this.menuItemPadding = pad;
    this.menuItemSpacing = space;
    this.menuLiteBgColor = "#ffffff";
    this.menuBorderBgColor = "#777777";
    this.menuHiliteBgColor = bgh;
    this.menuContainerBgColor = "#cccccc";
    this.childMenuIcon = "arrows.gif";
    this.submenuXOffset = sx;
    this.submenuYOffset = sy;
    this.submenuRelativeToItem = srel;
    this.vertical = vert;
    this.items = new Array();
    this.actions = new Array();
    this.childMenus = new Array();
    this.hideOnMouseOut = true;
    this.hideTimeout = to;
    this.addMenuItem = addMenuItem;
    this.writeMenus = writeMenus;
    this.MM_showMenu = MM_showMenu;
    this.onMenuItemOver = onMenuItemOver;
    this.onMenuItemAction = onMenuItemAction;
    this.hideMenu = hideMenu;
    this.hideChildMenu = hideChildMenu;
    if (!window.menus) window.menus = new Array();
    this.label = " " + label;
    window.menus[this.label] = this;
    window.menus[window.menus.length] = this;
    if (!window.activeMenus) window.activeMenus = new Array();

    > Dreamweaver file and it works great
    You think? Read this -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "creativemoon" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi All,
    > I created a vertical pop-up menu from Fireworks MX 2004.
    I inserted it
    > into my
    > Dreamweaver file and it works great. However, I want the
    white background
    > of
    > the pop-up menu to be have a 40% opacity. I know I have
    to add a bit of
    > coding
    > to the mm_menu.js file and I've tried every conceivable
    bit of coding I
    > can
    > think of but still no luck. Does anyone know what to
    write and where to
    > write
    > in the code? Thanks in advance for any help!
    >
    > Below is the section of code that I've been working
    with. I assumed the
    > opacity coding would go here some where.
    >
    > /**
    > * mm_menu 20MAR2002 Version 6.0
    > * Andy Finnell, March 2002
    > * Copyright (c) 2000-2002 Macromedia, Inc.
    > *
    > * based on menu.js
    > * by gary smith, July 1997
    > * Copyright (c) 1997-1999 Netscape Communications Corp.
    > *
    > * Netscape grants you a royalty free license to use or
    modify this
    > * software provided that this copyright notice appears
    on all copies.
    > * This software is provided "AS IS," without a warranty
    of any kind.
    > */
    > function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg,
    bgh, halgn, valgn,
    > pad,
    > space, to, sx, sy, srel, opq, vert, idt, aw, ah)
    > {
    > this.version = "020320 [Menu; mm_menu.js]";
    > this.type = "Menu";
    > this.menuWidth = mw;
    > this.menuItemHeight = mh;
    > this.fontSize = fs;
    > this.fontWeight = "plain";
    > this.fontFamily = fnt;
    > this.fontColor = fclr;
    > this.fontColorHilite = fhclr;
    > this.bgColor = "#555555";
    > this.menuBorder = 1;
    > this.menuBgOpaque=opq;
    > this.menuItemBorder = 1;
    > this.menuItemIndent = idt;
    > this.menuItemBgColor = bg;
    > this.menuItemVAlign = valgn;
    > this.menuItemHAlign = halgn;
    > this.menuItemPadding = pad;
    > this.menuItemSpacing = space;
    > this.menuLiteBgColor = "#ffffff";
    > this.menuBorderBgColor = "#777777";
    > this.menuHiliteBgColor = bgh;
    > this.menuContainerBgColor = "#cccccc";
    > this.childMenuIcon = "arrows.gif";
    > this.submenuXOffset = sx;
    > this.submenuYOffset = sy;
    > this.submenuRelativeToItem = srel;
    > this.vertical = vert;
    > this.items = new Array();
    > this.actions = new Array();
    > this.childMenus = new Array();
    > this.hideOnMouseOut = true;
    > this.hideTimeout = to;
    > this.addMenuItem = addMenuItem;
    > this.writeMenus = writeMenus;
    > this.MM_showMenu = MM_showMenu;
    > this.onMenuItemOver = onMenuItemOver;
    > this.onMenuItemAction = onMenuItemAction;
    > this.hideMenu = hideMenu;
    > this.hideChildMenu = hideChildMenu;
    > if (!window.menus) window.menus = new Array();
    > this.label = " " + label;
    > window.menus[this.label] = this;
    > window.menus[window.menus.length] = this;
    > if (!window.activeMenus) window.activeMenus = new
    Array();
    > }
    >
    >
    >

  • Pop up menu into dreamweaver.

    I have my hotspot with pop up menu etc, bvut how do i export it to dreamweaer so that it works.
    Please help.

    In all honesty, do not use the FWs generated popups .  Create your buttons in FWs, but build the menu in Dreamweaver, or use a third party  site to help you build a CSS dropdown menu.
    Here's why:
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    http://apptools.com/rants/jsmenu.php
    http://apptools.com/rants/menus.php
    Here are other ways to create dropdown menus:
    Basic css menus: horizontal / vertical:
    http://css.maxdesign.com.au/listamatic/index.htm
    CSS Dropdown menus by Suckerfish:
    http://www.htmldog.com/articles/suckerfish/dropdowns/
    Spry  Menus: - already included with CS4
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS8B985763-4DFA-4415-B242-B2C 2D7DED657a.html
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt5_03.html

  • How do I insert Fireworks Slideshow (non flash) into Dreamweaver?

    I have been trying to import a slideshow from flash that I created from the built in template. I used the player that does not require a flash plug in and I cannot figure out how to insert it into my webpage in Dreamweaver. When I post the code directly it says that I have to enable java script?  I am new to dreamweaver/fireworks and coding. I know that it should be simple, but I have not been able to figure it out.  Thank you for any help you can offer!

    I don't use that function, but here's a list of articles that may prove useful:
    http://community.adobe.com/help/search.html?q=creating+a+slideshow+in+dreamweaver&lbl=drea mweaver_product_adobelr&self=1&hl=en_US&lr=en_US&area=0
    You could also look at using jquery, very simple to use and help docs come with most of the apps.
    Lots of goodies here:
    http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-ligh tbox-solutions/
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Fireworks Pop Up Menu Issue in Dreamweaver

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

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

  • Fireworks pop up menu and flash

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

    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter.
    MM articles:
    http://www.macromedia.com/support/flash/ts/documents/flash_top_layer.htm
    http://www.macromedia.com/support/flash/ts/documents/wmode.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "sonneym" <[email protected]> wrote in
    message
    news:e3tgtr$kbb$[email protected]..
    > hi,
    > I want to have a page layout like adobe.com. Fireworks
    Pop up menu on top
    > and
    > flash swf file beneth it, but my Fireworks css pop up
    menu is hidden by
    > flash
    > swf file embeded when I bring it all together in
    Dreamweaver.
    > I guess this is because embeded files superceed the css
    z-indexing but how
    > do
    > I overcome this isue. As I can see it can be done at
    adobe.com.
    >

  • Troubleshooting pop-up menu in Dreamweaver 8

    Hello,
    I'm using Macromedia Dreamweaver 8.
    1. Created a pop-menu woith 6 items all linking to 6 different anchors in a different page.
    2. The first 5 items work fine - they link up to the 5 anchors in the destination page.
    3. The 6th item when clicked simply closes the pop-menu and does not link to the anchor in the destination page.
        (Completely checked the anchor name and also tested that anchor by linking from a different page).
    Please reply asap.Please see HTML Code below:
    thanks
    allen
    DSM Home.html
    <!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=iso-8859-1" />
    <title>Dying Seed Home</title>
    <link href="DS_Home/DS_Home.css" rel="stylesheet" type="text/css" media="all"/>
    <script language="JavaScript">
    <!--
    function mmLoadMenus() {
    if (window.mm_menu_0802105338_0) return;
    window.mm_menu_0802105338_0 =  new Menu("root",120,23,"Arial Unicode  MS",11,"#000000","#000000","#3399FF","#CCCCCC","le   ft","middle",3,2,1000,-5,7,true,false,true,10,false,false);
    mm_menu_0802105338_0.addMenuItem("History","window  .open('About Us/Dark About Us.html#HISTORY', '_parent');");
    mm_menu_0802105338_0.addMenuItem("Milestones","win  dow.open('About Us/Dark About Us.html#MILESTONES', '_parent');");
    mm_menu_0802105338_0.addMenuItem("Mission Sta   tement","window.open('About Us/Dark About Us.html#MISSIONSTAT',  '_parent');");
    mm_menu_0802105338_0.addMenuItem("Faith State   ment","window.open('About Us/Dark About Us.html#FAITHSTAT',  '_parent');");
    mm_menu_0802105338_0.addMenuItem("Finance","window  .open('About Us/Dark About Us.html#FINANCE', '_parent');");
    mm_menu_0802105338_0.addMenuItem("Contact Us"  ,"window.open('About Us/Dark About Us.html#CONTACT', '_parent');");
    mm_menu_0802105338_0.fontWeight="bold";
    mm_menu_0802105338_0.hideOnMouseOut=true;
    mm_menu_0802105338_0.bgColor='#555555';
    mm_menu_0802105338_0.menuBorder=0;
    mm_menu_0802105338_0.menuLiteBgColor='#FFFFFF';
    mm_menu_0802105338_0.menuBorderBgColor='#777777';
    window.mm_menu_0803160751_0 = new Menu("root",172,23,"Arial Unicode  MS",11,"#000000","#000000","#3399FF","#CCCCCC","le   ft","middle",3,2,1000,-5,7,true,false,true,10,false,false);
    mm_menu_0803160751_0.addMenuItem("Administration",  "window.open('DS National/DS-National.html#ADMINS', '_parent');");
    mm_menu_0803160751_0.addMenuItem("Legacy","window.  open('DS National/DS-National.html#LEGACY', '_parent');");
    mm_menu_0803160751_0.addMenuItem("Departments","wi  ndow.open('DS National/DS-National.html#DEPTS', '_parent');");
    mm_menu_0803160751_0.addMenuItem("All India",  "window.open('DS National/DS-National.html#ALLINDIA', '_parent');");
    mm_menu_0803160751_0.addMenuItem("National Pr   omotion","window.open('DS National/DS-National.html#NATPROMO',  '_parent');");
    mm_menu_0803160751_0.addMenuItem("Dying Seed&   nbsp;Vision Institute","window.open('DS  National/DS-National.html#DSVI', '_parent');");
    mm_menu_0803160751_0.fontWeight="bold";
    mm_menu_0803160751_0.hideOnMouseOut=true;
    mm_menu_0803160751_0.bgColor='#555555';
    mm_menu_0803160751_0.menuBorder=0;
    mm_menu_0803160751_0.menuLiteBgColor='#FFFFFF';
    mm_menu_0803160751_0.menuBorderBgColor='#777777';
    window.mm_menu_0804102108_0 = new Menu("root",138,23,"Arial  Unicode MS",11,"#000000","#000000","#3399FF","#CCCCCC","le   ft","middle",3,2,1000,-5,7,true,false,true,10,true,false);
    mm_menu_0804102108_0.addMenuItem("Call &&amp;   nbsp;Vision","window.open('DS  International/DS-International.html#CALLVISN', '_parent');");
    mm_menu_0804102108_0.addMenuItem("Patrons &&a   mp;nbsp;Partners","window.open('DS  International/DS-International.html#PATPART', '_parent');");
    mm_menu_0804102108_0.addMenuItem("Overseas Mi   nistry","window.open('DS International/DS-International.html#OVERMISS',  '_parent');");
    mm_menu_0804102108_0.addMenuItem("Contact Us"  );
    mm_menu_0804102108_0.fontWeight="bold";
    mm_menu_0804102108_0.hideOnMouseOut=true;
    mm_menu_0804102108_0.bgColor='#555555';
    mm_menu_0804102108_0.menuBorder=0;
    mm_menu_0804102108_0.menuLiteBgColor='#FFFFFF';
    mm_menu_0804102108_0.menuBorderBgColor='#777777';
    mm_menu_0804102108_0.writeMenus();
    } // mmLoadMenus()
    function MM_initTimelines() { //v4.0
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
    var ns = navigator.appName == "Netscape";
    var ns4 = (ns && parseInt(navigator.appVersion) == 4);
    var ns5 = (ns && parseInt(navigator.appVersion) > 4);
    var macIE5 = (navigator.platform ? (navigator.platform == "MacPPC") :  false) && (navigator.appName == "Microsoft Internet Explorer")  && (parseInt(navigator.appVersion) >= 4);
    document.MM_Time = new Array(1);
    document.MM_Time[0] = new Array(1);
    document.MM_Time["Timeline1"] = document.MM_Time[0];
    document.MM_Time[0].MM_Name = "Timeline1";
    document.MM_Time[0].fps = 15;
    document.MM_Time[0][0] = new String("sprite");
    document.MM_Time[0][0].slot = 1;
    if (ns4)
    document.MM_Time[0][0].obj = document["Layer2"];
    else if (ns5)
    document.MM_Time[0][0].obj = document.getElementById("Layer2");
    else
    document.MM_Time[0][0].obj = document.all ? document.all["Layer2"] : null;
    document.MM_Time[0][0].keyFrames = new Array(1, 15);
    document.MM_Time[0][0].values = new Array(5);
    if (ns5 || macIE5)
    document.MM_Time[0][0].values[0] = new Array("318px", "318px",  "318px", "318px", "318px", "318px", "318px", "318px", "317px", "317px",  "317px", "317px", "317px", "317px", "317px");
    else
    document.MM_Time[0][0].values[0] = new Array(318,318,318,318,318,318,318,318,317,317,317,  317,317,317,317);
    document.MM_Time[0][0].values[0].prop = "left";
    if (ns5 || macIE5)
    document.MM_Time[0][0].values[1] = new Array("78px", "78px",  "79px", "79px", "79px", "79px", "80px", "80px", "80px", "81px", "81px",  "81px", "81px", "82px", "82px");
    else
    document.MM_Time[0][0].values[1] = new Array(78,78,79,79,79,79,80,80,80,81,81,81,81,82,82  );
    document.MM_Time[0][0].values[1].prop = "top";
    if (!ns4) {
    document.MM_Time[0][0].values[0].prop2 = "style";
    document.MM_Time[0][0].values[1].prop2 = "style";
    if (ns5 || macIE5)
    document.MM_Time[0][0].values[2] = new Array("0px", "0px",  "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px",  "0px", "0px", "0px");
    else
    document.MM_Time[0][0].values[2] = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
    document.MM_Time[0][0].values[2].prop = "width";
    if (!ns4)
    document.MM_Time[0][0].values[2].prop2 = "style";
    if (ns5 || macIE5)
    document.MM_Time[0][0].values[3] = new Array("0px", "0px",  "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px", "0px",  "0px", "0px", "0px");
    else
    document.MM_Time[0][0].values[3] = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
    document.MM_Time[0][0].values[3].prop = "height";
    if (!ns4)
    document.MM_Time[0][0].values[3].prop2 = "style";
    document.MM_Time[0][0].values[4] = new Array("0","0");
    document.MM_Time[0][0].values[4].prop = "zIndex";
    if (!ns4)
    document.MM_Time[0][0].values[4].prop2 = "style";
    document.MM_Time[0].lastFrame = 15;
    for (i=0; i<document.MM_Time.length; i++) {
    document.MM_Time[i].ID = null;
    document.MM_Time[i].curFrame = 0;
    document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
    //-->
    </script>
    <script language="JavaScript" src="DS_Home/mm_menu.js"></script>
    </head>
    <body>
    <script language="JavaScript1.2">mmLoadMenus();</script>
    <h1 align="center"><img src="Images/Dark_Wheat banner.jpg"  alt="" name="WheatBanner" width="1085" height="230" id="WheatBanner"  /></h1>
    <div id="Layer1">
    <p align="center"><span class="verse1">Unless a grain of wheat falls into the
    earth and dies, it remains alone, but if it dies it bears much fruit. John
    12:24</span></p>
    </div>
    <div id="Layer2" width="50" align="center"><span class="welcome">Welcome to Dying
    Seed!</span> </div>
    <div id="Layer6" align="center">
    <p align="right" class="slogan">Dying Seed is carved in
    this stone: &lsquo;You gain by losing; you reap by sowing; you live by dying&rsquo;<br /><br />
    </p>
    </div>
    <div id="Layer12"><span class="slogan">.&hellip;.and when God&rsquo;s hand carves,
    never miss it!</span></div>
    <h1 align="center" class="slogan"> </h1>
    <div id="Layer7"><img src="Images/pinned-up2.jpg" width="200" height="262" alt="pics" /></div>
    <div id="Layer5">
    <table width="915" height="41" align="center">
    <tr>
    <th width="125" align="center" valign="bottom"  scope="col"><span class="menutxt"> <a href="#" name="link4"  id="link1" onmouseover="MM_showMenu(window.mm_menu_0802105338   _0,0,-148,null,'link4')" onmouseout="MM_startTimeout();">About
    Us</a></span></th>
    <th width="183" align="center" valign="bottom"  scope="col"><span class="menutxt"><a href="#" name="link5"  id="link2" onmouseover="MM_showMenu(window.mm_menu_0803160751   _0,0,-148,null,'link5')" onmouseout="MM_startTimeout();">DS
    National</a></span></th>
    <th width="209" align="center" valign="bottom"  scope="col"><span class="menutxt"><a href="#" name="link7"  id="link3" onmouseover="MM_showMenu(window.mm_menu_0804102108   _0,0,-98,null,'link7')" onmouseout="MM_startTimeout();">DS
    International </a></span></th>
    <th width="222" align="center" valign="bottom" scope="col"><span class="menutxt"><a href="#">Future
    Objectives </a></span></th>
    <th width="152" align="center" valign="bottom"  scope="col"><span class="menutxt"><a  href="#">Gallery</a></span></th>
    </tr>
    </table>
    </div>
    <div id="Layer9">
    <div align="left"><span class="style1">Ever wondered about  the grandeur of  simplicity?</span>       &nb   sp;    <span class="style1">See
    our <a href="About Us/Dark About Us.html#HISTORY"  target="_parent"  class="blinks">History</a></span></div>
    </div>
    <div id="Layer10"><span class="style1">Or known what He can  do with rugged perseverance?</span>   <span  class="style1">Stop
    by our <a href="About Us/Dark About Us.html#MISSIONSTAT" class="blinks">Mission</a></span></div>
    <div id="Layer11">
    <div align="left"><span class="style1">But to know what  God is yet to do?</span><span  class="style1">     &nbsp    ;        &    nbsp;       &nb    sp;       &nbsp   ;     Stay
    with <a href="About Us/Dark About Us.html#CONTACT" class="blinks">us</a></span></div>
    </div>
    </body>
    </html>

    Step away from the keyboard.
    Don't use those pop-up menus. They are really awful.
    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
    ==================
    "aebell" <[email protected]> wrote in
    message
    news:ern5k6$b$[email protected]..
    > Hello,
    >
    > Someone please help me..... I can't get the show-pop up
    menu to work in
    > IE browser. What do I do?

  • Insert more then one animation into dreamweaver

    how do I insert more then one adobe edge animation into dreamweaver via html code?

    Hi, bullydog2009-
    You should be able to insert multiple iframes into your HTML document.  Try this post for syntax:
    http://forums.adobe.com/message/4741310
    Hope that helps!
    -Elaine

  • Unable to Insert Adobe Edge Animate files into Dreamweaver CS6!

    I have just tried the new Insert Edge Media feature in the new Cloud version of Dreamweaver CS6, but I can't get it to work!!
    I have the option, but all the files in the Edge folder are unhighlighted (grey'd out) and I am unable to select anything Edge has published. I have noticed that the file extension has recently changed from .edge to .an with the launch of Animate.. Is this the problem?
    Its a shame as its really quite tricky to put edge stuff into a web page at present..
    Any ideas?
    Wesley

    Do you have an HTML5 web document open?   
    Below are instructions from the DW CS6 Reference document
    http://helpx.adobe.com/pdf/dreamweaver_reference.pdf
    Import Edge Animate compositions | Creative Cloud
    This feature is available for Creative Cloud members and point product subscribers only.
    You can import Adobe Edge Animate compositions (OAM files) into Dreamweaver. The composition is placed at the location of the cursor. Dreamweaver extracts the contents of the imported OAM file to a folder named edgeanimate assets. You can change the default location in the Site Setup dialog.
    1. Ensure that your cursor is at the location where you want to insert the Edge Animate composition.
    2. Select Insert > Media > Edge Animate Composition.
    3. Navigate to the location in your computer containing the OAM file, and open it. The animation is placed at the specified location.
    By default, the contents of the OAM file are extracted to the edgeanimate_assets folder. A sub folder with the name of the file is created. The contents of the OAM file are placed in the Assets folder under this location.
    You can place Edge Animate Compositions into individual pages not part of any site. The files are extracted to the location of the page.
    Location of extracted files
         A. The edgeanimate_assets folder
         B. The folder created using the file name of the OAM file
         C. The Assets folder containing the extracted files
    4. Preview the inserted Edge Animate composition in a browser or in the Live View.
    Change default location for extracted files
    1. Open the Site Setup dialog for your site.
    2. Under Advanced Settings, select Edge Animate Assets.
    3. In Asset Folder, modify the location for extracted files
    Nancy O.

  • What happened to 'Show Pop-Up Menu' in Dreamweaver CS6?

    I've been using Dreamweaver for several years now and through several different versions. In Dreamweaver 8, under Behaviors, I had 'Show Pop-Up Menu' as a way to create attractive menus. Now in CS6, it is gone. Is there a way to get it back or at least an alternate way of adding pop-up menus?

    The menus that were part of the older version of DW using javascript have been deprecated.  In addition, the CS6 Spry feature has also been deprecated.  As a result you are left with a few options.
    Option 1 - Get an addon from the exchange (Adobe Add-ons ) or from third party sources like PVII ( Projectseven.com - Products ).
    Option 2 - Consider a framework or CMS that comes with a drop down menu code or UI admin option to maintain the menu.
    Given that you still have a menu on your website, for the time being, you should be able to edit the code to maintain the menu, but moving forward I would definitely seek out an alternative solution.

  • Can someone help me get my sql files into dreamweaver? (Please, my site up today)

    I need help getting my site into dreamweaver I have sql files and instructions from a past web designer I know. I just can't get it open because I am a nub. I am offering a shared screen to my computer though join.me https://join.me/784-748-841. My phone number is 361-523-9919.
    The screen share shows my computer screen and mine only. I will share mouse control and show you the files and my problem. I will type to you through word and you can type back.
    The web programer sent two files by zip called ikainica_woat.sql and localhost.sql in a folder call ikainica_woat, a program link to MAMP which I already installed and the following instructions:
    "http://www.siteground.com/tutorials/dreamweaver/dreamweaver_mysql.htm
    http://webdesign.about.com/od/dreamweaverhowtos/ss/dw_dynamic_site_2.htm
    Also a great tutorial
    This is one I use to connect to your database that is currently online.
    Make sure all of your files are opened in dreamweaver, meaning all of
    your index files and CSS files. I have included the CSS files in your
    FTP folder so you can load them on your local server and see the
    changes."
    I am just confused.  Please help this site is suppose to go up today.

    I need help getting my site into dreamweaver I have sql files and instructions from a past web designer I know. I just can't get it open because I am a nub. I am offering a shared screen to my computer though join.me https://join.me/784-748-841. My phone number is 361-523-9919.
    The screen share shows my computer screen and mine only. I will share mouse control and show you the files and my problem. I will type to you through word and you can type back.
    The web programer sent two files by zip called ikainica_woat.sql and localhost.sql in a folder call ikainica_woat, a program link to MAMP which I already installed and the following instructions:
    "http://www.siteground.com/tutorials/dreamweaver/dreamweaver_mysql.htm
    http://webdesign.about.com/od/dreamweaverhowtos/ss/dw_dynamic_site_2.htm
    Also a great tutorial
    This is one I use to connect to your database that is currently online.
    Make sure all of your files are opened in dreamweaver, meaning all of
    your index files and CSS files. I have included the CSS files in your
    FTP folder so you can load them on your local server and see the
    changes."
    I am just confused.  Please help this site is suppose to go up today.

  • Help with show pop up menu

    I have added a show pop up menu to one of my images however i
    can only get it to have one column if veritcal or one row if
    horizontal. is there a way to have multiple rows and columns so
    that it would read like below.
    item 1 item 2 item 3 item 4
    item 5 item 6 item 7 item 8
    item 9 item 10 item 11 item 12

    I have added a show pop up menu to one of my images however i
    can only get it to have one column if veritcal or one row if
    horizontal. is there a way to have multiple rows and columns so
    that it would read like below.
    item 1 item 2 item 3 item 4
    item 5 item 6 item 7 item 8
    item 9 item 10 item 11 item 12

  • Nube needs help inserting a JQuery horizontal menu bar into my site-help.

    Please forgive the ignorance of my questions but I am new to Mobile site design and Dreamweaver.
    I am trying to build a responsive web site for my company that can be viewed on multiple platforms, but am having trouble inserting a responsive menu and responsive slide show.
    This post is in regard to the  menu bar, which I have created using JQuery on a seperate page. I have managed to get the layout to work but still can't figure out how to create mouse overs for the links
    or how to insert it into my site. 
    Please help.
    Why can't I see the nav bar in the site when I paste in?
    All I see is the text and no images. I know I am pasting the code in the wrong place.
    Where do I insert it?
    Below is the code for the site and below that is the code for the menu bar.
    Where do I insert it? Help.
    Thank you in advance for any help you can provide.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Untitled Document</title>
    <link href="boilerplate.css" rel="stylesheet" type="text/css">
    <link href="css/master.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="LayoutDiv1">
        <div align="center"><img src="images/Site Objects/headermain.png" alt="header"></div>
      </div>
      <div id="navbar">ul#navlist { font-family: <span class="navfont">sans-serif</span>; }
    ul#navlist a
    font-weight: bold;
    text-decoration: none;
    ul#navlist, ul#navlist ul, ul#navlist li
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    ul#navlist li { float: left; }
    ul#navlist li a
    color: #ffffff;
    background-color: #<span class="navmainbg">003366</span>;
    padding: 3px;
    border: 1px #ffffff outset;
    ul#navlist li a:hover
    color: #ffff00;
    background-color: #<span class="submenubg">003366</span>;
    ul#navlist li a:active
    color: #cccccc;
    background-color: #003366;
    border: 1px #ffffff inset;
    ul#subnavlist { display: none; }
    ul#subnavlist li { float: none; }
    ul#subnavlist li a
    padding: 0px;
    margin: 0px;
    ul#navlist li:hover ul#subnavlist
    display: block;
    position: absolute;
    font-size: 8pt;
    padding-top: 5px;
    ul#navlist li:hover ul#subnavlist li a
    display: block;
    width: 10em;
    border: none;
    padding: 2px;
    ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; }
    Read more: How to Make a Rollover Drop-Down Menu | eHow http://www.ehow.com/how_8569816_make-rollover-dropdown-menu.html#ixzz2WZQ3IDmU</div>
      <div id="slideshow">
      <div id="slideshow">
        <div align="center">
          <!-- Begin DWUser_EasyRotator -->
    <script type="text/javascript" src="http://c520866.r66.cf2.rackcdn.com/1/js/easy_rotator.min.js"></script>
    <div class="dwuserEasyRotator" style="width: 1225px; height: 400px; position:relative; text-align: left;" data-erConfig="{autoplayEnabled:true, randomize:true, autoplayDelay:3000, autoplayStopOnInteraction:false, autoplayPauseOnHover:false, audio_controllerLocation:'br', lpp:'102-105-108-101-58-47-47-47-85-115-101-114-115-47-77-97-99-50-47-68-111-99-117-109-1 01-110-116-115-47-69-97-115-121-82-111-116-97-116-111-114-80-114-101-118-105-101-119-47-11 2-114-101-118-105-101-119-95-115-119-102-115-47', wv:1}" data-erName="slideshow rotator" data-erTID="{hg3ysjwkx61418058007631}">
              <div data-ertype="content" style="display: none;"><ul data-erlabel=>
              <li>
                        <img class="main" src="_images/Site Objects/fades how/lrg_images/image09-turn.png" />
                        <img class="thumb" src="_images/Site Objects/fadess how/lrg_images/image09-turn.png" />
              </li>
              <li>
                        <img class="main" src="_images/Site Objects/fades how/lrg_images/image08-ss.png" />
                        <img class="thumb" src="_images/Site Objects/slides how/lrg_images/image08-ss.png" />
              </li>
              <li>
                        <img class="main" src="_images/Site Objects/slides how/lrg_images/image07-posters.png" />
                        <img class="thumb" src="_images/Site Objects/slides how/lrg_images/image07-posters.png" />
              </li>
              <li>
                        <img class="main" src="_images/Site Objects/slides how/lrg_images/image06-photo_ed.png" />
                        <img class="thumb" src="_images/Site Objects/slides how/lrg_images/image06-photo_ed.png" />
              </li>
              <li>
                        <img class="main" src="_images/Site Objects/slides how/lrg_images/image05-nwsmag.png" />
                        <img class="thumb" src="_images/Site Objects/slides how/lrg_images/image05-nwsmag.png" />
              </li>
              <li>
                        <img class="main" src="_images/Site Objects/slides how/lrg_images/image04-litigation.png" />
                        <img class="thumb" src="_images/Site Objects/slides how/lrg_images/image04-litigation.png" />
              </li>
              <li>
                        <img class="main" src="_images/Site Objects/slides how/lrg_images/image03-creative.png" />
                        <img class="thumb" src="_images/Site Objects/slides how/lrg_images/image03-creative.png" />
              </li>
              <li>
                        <img class="main" src="_images/Site Objects/slides how/lrg_images/image02-corp.png" />
                        <img class="thumb" src="_images/Site Objects/slides how/lrg_images/image02-corp.png" />
              </li>
              <li>
                        <img class="main" src="_images/Site Objects/slides how/lrg_images/image01-bound.png" />
                        <img class="thumb" src="_images/Site Objects/slides how/lrg_images/image01-bound.png" />
              </li>
    </ul>
    </div>
              <div data-ertype="layout" data-ertemplateName="NONE" style="">                              <div class="erdots" style="overflow: hidden; margin: 0; position:absolute;right:0;top:9px;width:300px; font-size: 10px; font-family: 'Lucida Grande', 'Lucida Sans', Arial, _sans; color: #FFF;" data-erConfig="{showText:false}" align="center">
                                            <div class="erdots_wrap" style="wasbackground-color: #CFC; float: right;" align="left"> <!-- modify the float on this element to make left/right/none=center aligned. -->
                                                      <span class="erdots_btn_selected" style="padding-left: 0; width: 20px; height: 20px; display: inline-block; text-align: center; vertical-align: middle; line-height: 20px; margin: 0 0 0 5px; cursor: default; background: url(http://easyrotator.s3.amazonaws.com/1/i/rotator/dots/export/20_14_black_65.png) top left no-repeat;">
                                                      </span>
                                                      <span class="erdots_btn_normal" style="padding-left: 0; width: 20px; height: 20px; display: inline-block; text-align: center; vertical-align: middle; line-height: 20px; margin: 0 0 0 5px; cursor: pointer; background: url(http://easyrotator.s3.amazonaws.com/1/i/rotator/dots/export/20_14_black_35.png) top left no-repeat;">
                                                      </span>
                                                      <span class="erdots_btn_hover" style="padding-left: 0; width: 20px; height: 20px; display: inline-block; text-align: center; vertical-align: middle; line-height: 20px; margin: 0 0 0 5px; cursor: pointer; background: url(http://easyrotator.s3.amazonaws.com/1/i/rotator/dots/export/20_14_black_65.png) top left no-repeat;">
                                                      </span>
                                            </div>
                                  </div>
                                  <div class="ercats erFixCSS3" style="position:absolute; left:0; right: 320px; top: 0;" style_real="padding: 4px 8px; font-family: 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, _sans; font-size: 11px; color: #333; wasmargin: 0 50px 10px 50px; wasborder-radius: 6px; wasbackground-color: #EEE; wasborder: 1px solid #E0E0E0; overflow: hidden;">
                                            <div align="center">
                                              <!-- <div style="float: left; padding: 6px 18px 3px 0; font-weight: bold;">Title text!</div> -->
                                    </div>
                                            <div class="ercats_btn_selected erFixCSS3" style_real="float: left; padding: 3px 8px 4px 8px; border-radius: 4px; background-color: #FFF; box-shadow: 0 0 2px #999; wasborder: 1px solid #CFCFCF; color: #555; margin: 3px 9px 3px 0; cursor: default;">
                                              <div align="center">Title1 </div>
                                      </div>
                                            <div class="ercats_btn_normal erFixCSS3" style_real="float: left; padding: 3px 8px 4px 8px; border-radius: 4px; color: #666; cursor: pointer; margin: 3px 9px 3px 0;">
                                              <div align="center">Title2 </div>
                                            </div>
                                  </div>
                                  <div class="erimgMain" style="position: absolute; left:0; right:0; top:40px; bottom:0;" data-erConfig="{___numTiles:3, scaleMode:'fillArea', imgType:'main', __loopNextButton:false, arrowButtonMode:'rollover'}">
                                            <div class="erimgMain_slides" style="position: absolute; left:0; top:0; bottom:0; right:0;">
                                                      <div class="erimgMain_slide">
                                                                <div class="erimgMain_img" style="position: absolute; left: 0; right: 0; top: 0; bottom: 0;"></div>
                                                      </div>
                                    </div>
                                            <div class="erimgMain_arrowLeft" style="position:absolute; left: 10px; top: 50%; margin-top: -30px;" data-erConfig="{image:'circleBig', image2:'circleBig'}"></div>
                                            <div class="erimgMain_arrowRight" style="position:absolute; right: 10px; top: 50%; margin-top: -30px;" data-erConfig="{image:'circleBig', image2:'circleBig'}"></div>
                        </div><div class="erabout erFixCSS3" style="color: #FFF; text-align: left; background: #000; background:rgba(0,0,0,0.93); border: 2px solid #FFF; padding: 20px; font: normal 11px/14px Verdana,_sans; width: 300px; border-radius: 10px; display:none;">
                                  This <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/" target="_blank">jQuery slider</a> was created with the free <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/" target="_blank">EasyRotator</a> software from DWUser.com.
                                  <br /><br />
                Use WordPress? The free <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/wordpress/" target="_blank">EasyRotator for WordPress</a> plugin lets you create beautiful <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/wordpress/" target="_blank">WordPress sliders</a> in seconds.
                                  <br /><br />
                                  <a style="color:#FFF;" href="#" class="erabout_ok">OK</a>  
                        </div>
                        <noscript>
                                  Rotator powered by <a href="http://www.dwuser.com/easyrotator/">EasyRotator</a>, a free and easy jQuery slider builder from DWUser.com.  Please enable JavaScript to view.
                        </noscript>
                        <script type="text/javascript">/*Avoid IE gzip bug*/(function(b,c,d){try{if(!b[d]){b[d]="temp";var a=c.createElement("script");a.type="text/javascript";a.src="http://easyrotator.s3.amazonaws.com/1/js/nozip/easy_rotator.min.js";c.getElementsByTagName("head")[0].appendChild(a)}}catch(e){alert("EasyRotator fail; contact support.")}})(window,document,"er_$144");</script>
              </div>
    </div>
    <!-- End DWUser_EasyRotator -->
          <script type="text/javascript" src="http://c520866.r66.cf2.rackcdn.com/1/js/easy_rotator.min.js"></script>
        </div>
    <!-- End DWUser_EasyRotator --></div>
      </div>
      <div id="body">
        <div align="center"><img src="images/page templates/home pg tmplt blnk.png" alt="body"></div>
      </div>
      <div id="footer">
        <div align="center"><img src="images/Site Objects/footermainbck.png" alt="footer"></div>
      </div> 
    </div>
    </body>
    </html>
    Below is the code for the JQuery menu with sub and secondary sub menus:
    <!DOCTYPE html><!--[if IE 7]>
    <html lang="en" class="ie7 oldie"></html><![endif]--><!--[if IE 8]>
    <html lang="en" class="ie8 oldie"></html><![endif]-->
    <!-- [if gt IE 8] <!-->
    <html lang="en">
      <!-- <![endif]-->
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>FlexNav - Flexible, Device Agnostic Navigation</title>
        <link href="css/flexnav.css" media="screen, projection" rel="stylesheet" type="text/css">
        <link href="css/page.css" media="screen, projection" rel="stylesheet" type="text/css">
        <style type="text/css">
        body,td,th {
              font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
              font-size: 14pt;
        body {
              background-color: #FFF;
        a:link {
              color: #FFFFFF;
              text-decoration: none;
    a:visited {
              color: #FFF;
              text-decoration: none;
        a:hover {
              color: #F00;
              text-decoration: none;
    a:active {
              color: #900;
              text-decoration: none;
        </style>
        <script type="text/javascript" src="//use.typekit.net/qyb8ood.js"></script>
        <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
      </head>
      <body bgcolor="#FFFFFF" vlink="#FF0000" alink="#990000" class="home-page">
      <script src="http://code.jquery.com/jquery-1.9.0.js" type="text/javascript"></script>
      <script src="js/jquery.flexnav.min.js" type="text/javascript"></script>
        <div class="container">
          <header id="site-header">
            <div class="menu-button">Menu</div>
            <nav>
              <ul data-breakpoint="800" class="flexnav">
                <li><a href="HOME">HOME</a>
                <li><a href="About Us">ABOUT US</a>
                <li><a href="Products">PRODUCTS</a>
                  <ul>
                    <li><a href="Bound Products">Bound Products</a>
                      <ul>
                        <li><a href="Booklets">Booklets</a></li>
                        <li><a href="Catalogs & Magazines">Catalogs & Magazines</a></li>
                        <li><a href="Newsletters">Newsletters</a></li>
                        <li><a href="Presentation Books">Presentation Books</a></li>
                        <li><a href="Manuals">Manuals</a></li>
                      </ul>
                    </li>
                  <li><a href="Brochures">Brochures</a></li>
                    <li><a href="Business Cards">Business Cards</a></li>
                    <li><a href="CD & DVD Dupe">CD & DVD Duplication</a></li>
                    <li><a href="Copies">Copies</a></li>
                    <li><a href="Corp. ID">Corporate ID</a></li>
                    <li><a href="Flyers">Flyers</a></li>
                    <li><a href="Forms">Forms</a></li>
                    <li><a href="Menus">Menus</a></li>
                    <li><a href="Photo Collages">Photo Collages</a></li>
                    <li><a href="Photo Enlargements">Photo Enlargements</a></li>
                    <li><a href="Postcards">Postcards</a></li>
                    <li><a href="Rack Cards">Rack Cards</a></li>
                    <li><a href="Wide Format">Wide Format</a>
                      <ul>
                        <li><a href="Banners">Banners</a></li>
                        <li><a href="Posters">Posters</a></li>
                        <li><a href="Signs">Signs</a></li>
                      </ul>
                    </li>
                  </ul>
                </li>
                <li><a href="Services">SERVICES</a>
                  <ul>
                    <li><a href="Litigation">Litigation Services</a></li>
                    <li><a href="Creative">Creative Services</a></li>
                  </ul>
                </li>
                <li><a href="FAQs">FAQs</a>
                <li><a href="Contact Us">CONTACT US</a>
              </ul>
            </nav>
          </header>
          \ </div>
        <script type="text/javascript">$(".flexnav").flexNav();</script>
    </body>
    </html>

    Ok, I managed to place the menu within the site, but I still don't have a horizontal menu. All I can see is the unordered list. 
    (see below).
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="UTF-8">
    <title>Home Page</title>
    <meta name="view" name="viewport" content="width=device-width, initial-scale=1.0"/>
    <meta http-equiv="X-UA-Compatible" content="IE=9 />
    <link href="boilerplate.css" rel="stylesheet" type="text/css">
    <link href="css/master.css" rel="stylesheet" type="text/css">
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="http://code.jquery.com/jquery-1.9.0.js" type="text/javascript"></script>
    <script src="js/jquery.flexnav.min.js" type="text/javascript"></script>
    <style type="text/css">
    img {margin:6px; border:solid 2px #FFF;}
    img:hover  {background: #666;}
    </style>
    <link href="styles/navbar stylesheet new.css" ref="stylesheet" type="text/css" />
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="LayoutDiv1">
        <div align="center"><img src="images/Site Objects/headermain.png" alt="header"></div>
      </div>
      <div id="navbar"><script src="http://code.jquery.com/jquery-1.9.0.js" type="text/javascript"></script>
      <script src="js/jquery.flexnav.min.js" type="text/javascript"></script>
        <div class="#"
            <div class="menu-button"></div>
            <nav>
              <ul data-breakpoint="800" class="flexnav">
                <li><a href="HOME">HOME</a>
                <li><a href="About Us">ABOUT US</a>
                <li><a href="Products">PRODUCTS</a>
                  <ul>
                    <li><a href="Bound Products">Bound Products</a>
                      <ul>
                        <li><a href="Booklets">Booklets</a></li>
                        <li><a href="Catalogs & Magazines">Catalogs & Magazines</a></li>
                        <li><a href="Newsletters">Newsletters</a></li>
                        <li><a href="Presentation Books">Presentation Books</a></li>
                        <li><a href="Manuals">Manuals</a></li>
                      </ul>
                    </li>
                  <li><a href="Brochures">Brochures</a></li>
                    <li><a href="Business Cards">Business Cards</a></li>
                    <li><a href="CD & DVD Dupe">CD & DVD Duplication</a></li>
                    <li><a href="Copies">Copies</a></li>
                    <li><a href="Corp. ID">Corporate ID</a></li>
                    <li><a href="Flyers">Flyers</a></li>
                    <li><a href="Forms">Forms</a></li>
                    <li><a href="Menus">Menus</a></li>
                    <li><a href="Photo Collages">Photo Collages</a></li>
                    <li><a href="Photo Enlargements">Photo Enlargements</a></li>
                    <li><a href="Postcards">Postcards</a></li>
                    <li><a href="Rack Cards">Rack Cards</a></li>
                    <li><a href="Wide Format">Wide Format</a>
                      <ul>
                        <li><a href="Banners">Banners</a></li>
                        <li><a href="Posters">Posters</a></li>
                        <li><a href="Signs">Signs</a></li>
                      </ul>
                    </li>
                  </ul>
                </li>
                <li><a href="Services">SERVICES</a>
                  <ul>
                    <li><a href="Litigation">Litigation Services</a></li>
                    <li><a href="Creative">Creative Services</a></li>
                  </ul>
                </li>
                <li><a href="FAQs">FAQs</a>
                <li><a href="Contact Us">CONTACT US</a>
              </ul>
            </nav>
          </header>
          </div>
        <script type="text/javascript">$(".flexnav").flexNav();</script>
      </div>
      <div id="body">
        <div align="center"><img src="images/page templates/home pg tmplt blnk.png" alt="body"></div>
      </div>
      <div id="footer">
        <div align="center"><img src="images/Site Objects/footermainbck.png" alt="footer"></div>
      </div> 
    </div>
    </body>
    </html>

  • Problem with Fireworks pop up menu in DW

    (I already posted this on the DW forum, but it's also about
    FW, so may be someone here knows about this as well.)
    Hi,
    I am working on a page whose layout was created in Fireworks
    and transferred to DW. After I transferred the page to DW and
    created new ones from the template, I went back to edit my page in
    FW. I created a couple of rollovers and pop up menus. After I made
    these edits, I went back to DW and everything worked fine on the
    template page, but my pop up menus did not transfer correctly to
    the other pages. They appear in weird places (bottom of the page!)
    and the styles pretty much disappeared as well.
    Does someone know what could be the problem and how to fix
    it? One of the things I noticed is that the menus' CSS file is only
    completely visible on the template but not on the other pages. In
    the template I can see all the styles applied in the file, but on
    the other pages only the CSS title appears, not the styles applied
    to the pages.
    I am using FW and DW 8.
    I need HELP!!!
    Thanks for any information you can provide.
    MS

    > Does someone know what could be the problem and how to
    fix it?
    The general problem is that fly-out menus created in FW or DW
    both suck.
    Really bad. Inaccessible, poor usability, a pain to update,
    and bloated
    scripts.
    The specific problem is that the FW menu uses layers. Meaning
    that it
    specifically positions the menus on the screen relative to
    the FW file...not
    your DW file, which may have moved the contents around the
    page.
    Best solution? Don't use these crappy menus. Here are some
    better options:
    http://mnteractive.com/archive/hangover-fly-out-navigation-part-ii/
    -Darrel

  • Integration of a Fireworks CS4 Generated Slideshow Into Dreamweaver CS4

    Hi,
    I'm new to this forum and this is my first post. I am no dreamweaver expert so I came to you guys for help. 
    I'm making a layout in photoshop that is going to be exported to dreamweaver. The thing is I want a flash slideshow to be integrated into the layout. But in a way that its is partially covered with a Layer.
    You will understand if you see the image below.
    http://www.mediafire.com/?sharekey=4...75f6 e8ebb871
    I want it to be in the top right corner. I think I can make the flash slideshow no prob, but how to get it there I have no idea.
    I thought maybe I could add a layer in Fireworks for the section covering the slideshow (I dont know if thats possible) and then leave the space in photoshop blank. Then I could maybe import the slideshow to dreamweaver. Can I do that? and how? or is there a simpler way?
    (BTW I am slicing the Photoshop layout to export)
    I hope I made some sense.
    Thanks in advance.

    Hello again Pziecina, just wanted to say a very quick thank you. I think I can get the slideshow to work if I remake parts of my site, but I have 5 assignments on the go and thats not really feasible right now, but what really interested me was the links you posted yesterday regarding CSS. As mentioned I have 5 live assignments and have been spending my mornings/afternoons/evenings whittling them down, and when I posted here yesterday I was a little worn out, and my focus was not what it could, or should be. But late last night I took an hours break and had a proper look at the CSS tutorials you posted, and would like to say a very big THANKYOU, although its a bit off topic, I was a little apprehensive of CSS, but one hour into the first tutorial and Im hooked, thats not to say Im anywhere near proficient, but really enjoyed myself following the tutorial, (even though it was at the expense of assignment time ), so, very glad I came here with my slideshow problem, and thanks again

Maybe you are looking for

  • Need help with re-installing os x

    okay where to begin... last night my computer was working perfectly normal. out of nowhere all of my applications "unexpectedly quit", but i thought nothing of it and just opened all of them again. i turned my computer off last night and this morning

  • Archive and Reinstall, everything there but photos

    I had to restart my computer and it went to the apple screen and wouldn't come back on, I had to start it back up with the disc, no problem there, selected archive and reinstall - the install failed and I had to set up a new user. Still no problem. W

  • Changing ORMI port !!!

    Hi All, I had OBIEE and Oracle warehouse builder both running on the same server as both were using OC4J service on port 23791, I changed the ORMI port in OWB_HOME\owb\jrt\config\rmi.xml configuration file from 23791 to 24791. I started OC4j for OBIE

  • Change the number format

    Hi All, Please suggest how we can change the format of a number having -ve values. for example I have value -1500 output should be (15,00). Thanks in advance

  • Which vi is best to use from pid toolkit to control 8 temperature zones?

    Hi: I recently bought LabVIEW 8.5 w/ PID toolkit but I can't find the "pid.vi" in its examples. Although I have never used this pid.vi, I heard  that this one is a good vi to control multiple  temperature zones. Help me if I am not searching this vi