Update Fireworks menu links in Dreamwaver

Hello :
I posted a topic in forum regarding update links in
Dreamwaver (DW 8). From the reply community experts suggested that
Fireworks menu should not be used in DW template.
In another forum post - titled "dreamweaver template",
another community expert said submenus based on JavaScript will not
work in DW template. "- these will not work in a dw template
without some editing to make
the paths be site root relative or better, absolute paths."
I manually updated the links(links in pup-up menu imported
from FW ) in templaged-based pages. Is there an easy way to work
with? Please share your experience and approach to this problem
with me. Thanks!
Here is my code segment for pup-up menus:
By menually update I will menually enter actual links in a
href="javascript:;" part of the code

> Is there an easy way to work with?
No. You are sure to become frustrated with these menus.
Nobody here recommends or suggests that you use them.
There are much better menu approaches -
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
==================
"sjmacro" <[email protected]> wrote in
message
news:[email protected]...
> Hello :
>
> I posted a topic in forum regarding update links in
Dreamwaver (DW 8).
> From
> the reply community experts suggested that Fireworks
menu should not be
> used in
> DW template.
>
> In another forum post - titled "dreamweaver template",
another community
> expert said submenus based on JavaScript will not work
in DW template. "-
> these
> will not work in a dw template without some editing to
make
> the paths be site root relative or better, absolute
paths."
>
> I manually updated the links(links in pup-up menu
imported from FW ) in
> templaged-based pages. Is there an easy way to work
with? Please share
> your
> experience and approach to this problem with me. Thanks!
>
> Here is my code segment for pup-up menus:
> By menually update I will menually enter actual links in
a
> href="javascript:;" part of the code
>
>
>
>
> <a href="javascript:;"
id="MMMenu0101112311_6_1_Item_1"
> class="MMMIVStyleMMMenu0101112311_6_1"
>
onmouseover="MM_menuOverMenuItem('MMMenu0101112311_6_1');">
Chemistry </a>
>

Similar Messages

  • Please add the option to be able to upload/link new pdfs with the in-browser editing. I have a restaurant client who is constantly updating their menu! Please help so they can do this themselves!

    Please add the option to be able to upload/link new pdfs with the in-browser editing. I have a restaurant client who is constantly updating their menu! Please help so they can do this themselves!

    Thank you so much for your help! I am so relieved. I will have explain how to do this to my client, but a big weight is off my back!
    A long learning process and actually such an easy fix. So glad you responded. Again thank you...

  • Create an easy update menu linked to other pages?

    I've been googling like mad trying to find out how to do this. I need to have a separate HTML file with the rest of my site that has the Menu on it that I use twice on every page of my site. Each time I update the menu, I have to copy and paste it twice onto each page of my site This is very tiresome.
    I have tried the
    <!--#include virtual="menu.html"-->
    code before, but it does not display the menu on the page at all. My whole site is written in only html. Is there some way to update one base menu and have the copies of it update all at once without using templates? As I have seen written in other forums that did not help me, this may be described as "One menu for all pages". Adobe Forums seems to be the best forum to be posting this at.

    Sure it's doable, without having to use templates.
    You need to remember that the include file only contains the code for the menu - no other code on the page  (<body> </body etc is not allowed).
    What extension are you using on the pages that use the include... they need to be shtml pages or php pages if using php includes (which are very easy to use if your server supports php).  If they are html pages, then you need to make sure the server can parse html files as shtml pages.
    A bit more about SSIs here:
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSc78c5058ca073340dcda9110b1f 693f21-7b6ca.html
    http://bignosebird.com/ssi.shtml
    Using PHP includes if your server supports php:
    http://www.w3schools.com/PHP/php_includes.asp 
    Nadia
    Adobe Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • Updating fireworks dropdowns menus in DW templates

    hi again,
    much like my last query really. i often use dreamweaver
    templates with fireworks menus, i was wondering if there is a way
    to update the menu in all of the docs based on the DW template by
    just uploading the updated FW menu files? i.e. at the mo i have to
    update the DW template with the new FW menu, then update all the
    docs based on the template, then upload them all - mission!
    all help appreciated,
    cheers
    pat

    Ahh - yes. I remember. That would be this one, posted 11/2005
    http://tinyurl.com/hbeog
    (you can find them too, using this link -
    http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamweaver
    > 1.Where can I get information on this template
    programming language?
    The very best and absolutely most authoritative (as well as
    the only) book
    on Template markup that I know of is the one by the master
    templatist and
    his minion shown here -
    http://www.dreamweavermx-templates.com
    > 2. I am not sure that I have the "If..then..." part of
    this code figured
    > out.
    > If id=products and productSubsection=='none' then line
    3? And if either of
    > those conditions is not met skip line 3?
    Check the original post to see.
    > 3. From a larger perspective why do you have the
    conditions and how are
    > they
    > actually met? i.e. in what case does
    > id=='products')&&(productSubsection=='none'.
    This line is testing the value of user settable parameters.
    That test will
    succeed when the user has set the parameter called "id" to
    "products" and
    the parameter called "productSubsection" to "none".
    > I appreciate your time on this. I have the feeling that
    figuring this out
    > is
    > going to make my life better. Maybe I will be able to
    get out and play
    > golf
    > before the summer is over. What month is it anyway???
    I think it's December....
    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
    ==================
    "Michael ISC" <[email protected]> wrote in
    message
    news:[email protected]...
    > It's the response to Malcom that starts out, "This
    should be a
    > piece-o-quiche,
    > Malcom.
    > Consider a single template with an include for the
    mashead/top menu, an
    > include for the sidebar...etc.
    > (I have it printed out, but nothing I can copy and paste
    here.)
    > You continue,
    > ..."Then in the body I have this-
    > Line 1... <!--TmplateBeginMultipleIf-->
    > Line 2<!--TemplateBegiIfClause
    >
    cond="(id=='products')&&(productSubsection=='none')" -->
    > Line 3<!--#include
    virtual=/includes/prodproductmenu.html"--> ...
    >
    > From what I can decipher of this it looks pretty slick.
    > Several questions:
    > 1.Where can I get information on this template
    programming language?
    > 2. I am not sure that I have the "If..then..." part of
    this code figured
    > out.
    > If id=products and productSubsection=='none' then line
    3? And if either of
    > those conditions is not met skip line 3?
    > 3. From a larger perspective why do you have the
    conditions and how are
    > they
    > actually met? i.e. in what case does
    > id=='products')&&(productSubsection=='none'.
    >
    > I appreciate your time on this. I have the feeling that
    figuring this out
    > is
    > going to make my life better. Maybe I will be able to
    get out and play
    > golf
    > before the summer is over. What month is it anyway???
    >

  • Fireworks menu in template child pages

    Hi, I'm redoing my site with templates. I made a pop-up menu
    in Fireworks, and put that in the locked region in a template. I am
    applying that template to some child pages in a few folders under
    the main site folder. The menu was working fine before, but I
    changed the Fireworks menu file, and put that in the template and
    saved it and updated all pages that use that template. After doing
    that, the menu pops up, but the buttons aren't right. They're just
    squares of color instead of the gif buttons that Fireworks will let
    you do. Also, the arrows on the pop-up menus that lead to the sub
    menu aren't there. I think an "x" just shows up instead.
    Does anybody have any suggestions about this? Thanks!

    I read that article. Very interesting..... those turds at
    Crackholemedia..... I also checked out those other links to other
    options. Thanks for those. I was really liking how my menu was
    looking in Fireworks.... Any idea how to make my dropdown buttons
    look like this?:
    http://www.decoy.cc/us/picslivejp.htm
    Any comments on using Flash (or Dreamweaver, or anything else
    without spending money, since I already have these programs
    anyway... the turds...) to make a menu?
    quote:
    Originally posted by:
    Newsgroup User
    Please read this article by the person who originally adapted
    that menu code
    for Macromedia to use in Fireworks -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    There are much much better ways -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "decoydoyle" <[email protected]> wrote in
    message
    news:f827kt$9k8$[email protected]..
    > I'm using Fireworks MX 2004 with Dreamweaver MX 2004. I
    got it to work
    > once before with a different page, different template,
    but obviously can't
    > figure out how I did that.

  • Updating sniffer code link in Template

    I have a horizontal CSS menu in a DW template that requires a
    bit of sniffer code to work properly in IE
    Below is the code in the template:
    <!--[if lt IE 8]>
    <style type="text/css" media="screen">
    #menuh{float:none;}
    body{behavior:url(../ebs/csshover.htc); font-size:100%;}
    #menuh ul li{float:left; width: 100%;}
    #menuh a{height:1%;font:bold 0.7em/1.4em arial, sans-serif;}
    </style>
    <![endif]-->
    Child pages of the template do not update the path to
    csshover.htc to create the proper relative path.
    Is there anything I can do to make this section get updated?
    Thanks,
    Jegger

    Here are seven common mistakes that will result in changes
    not propagating
    from Template to child -
    1. Rename the Templates folder
    2. Move the Templates folder to some other folder level in
    the site other
    than root level
    3. Move a template out of the Templates folder.
    4. Make changes to an editable region of the template (which
    will not
    propagate)
    5. Assume that template changes can be uploaded to the server
    without also
    uploading the changed local files
    6. Corrupt the site cache so that the link between template
    and child page
    is broken
    7, Improperly create your child pages by simply opening the
    template,
    adding page specific content, and resaving the template with
    an *.html
    extension rather that its *.dwt extension. (you can tell if
    this is the case
    by looking at the code on a child page - if you see anything
    like <!--
    TemplateBeginEditable... then this is what you have done)
    The 6th problem can be repaired by using SITE | Advanced >
    Recreate Site
    Cache, and the six others can be fixed by just not doing
    them. Have you
    done any of those?
    Or, read this -
    http://www.adobe.com/go/dd83ba8b
    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
    ==================
    "mmazza" <[email protected]> wrote in
    message
    news:fnnjsf$bfs$[email protected]..
    >I have an email link in my site's template that when I
    change the links
    >properties, it doesn't update on the linked pages. Any
    suggestions?

  • Updating FIreworks Menus

    I created a Fireworks menu to be used on multiple pages for a
    site in Dreamweaver. Is there any way I can add/remove links in my
    menu without having to re-import my Fireworks HTML into each page
    every time I make a change?
    I have tried adding a link to my menu by making the changes
    in my FIreworks PNG then re-exporting all the files, but the link
    does not work correctly. I have to delete and re-insert my
    Fireworks HTML for it to work.
    Any help is appreciated.

    FlineCo wrote:
    > I created a Fireworks menu to be used on multiple pages
    for a site in
    > Dreamweaver. Is there any way I can add/remove links in
    my menu without having
    > to re-import my Fireworks HTML into each page every time
    I make a change?
    If you are making considerable changes, you will have to
    reexport your
    file each time. Note that the pop up menus are not the best
    solution for
    creating navigation systems for your site. Have you tried
    creating it in
    Dreamweaver instead?
    Linda Rathgeber - Adobe Community Expert
    http://www.adobe.com/communities/experts/members/8.html

  • How to change the color of Menu links in obiee

    Does anyone knows how to change the colors of Menu links in obiee. With menu I mean the menu links default right top (Search, homepage, Catalogus, Dashboards, new, Open). This should be set in skin and style files, not? I searched a lot. I could not find It. It is now Oracle blue, we want to change this.
    obiee 11.1.1.5.
    Thanks

    You have to customize portal banner and portal content CSS files as needed in OBIEE server.
    below links will guide u but will will not tell you exactly but your req can be done by customizing portal content and portal banner CSS files. try to identify the exact code using firebug in mozilla.
    http://www.rittmanmead.com/2009/04/customizing-obiee-dashboard-banners/
    Customization of login page, banner,logo in obiee11g
    Thanks
    Jay.

  • How to Change Spry Menu Links

    I have a Spry Horizontal Menu on my page, and have a few
    questions on creating customized Links:
    - I know how to add a Link to my Reports, Pages, etc using
    the Link Properties box
    - I also know how to open the Link in a _blank page using the
    Target property box
    But
    - How do I change the Menu Link in code to open my new page
    in a smaller, new window?
    (Right now, the TicketSummaryAcct.cfm page opens up fine, in
    a new "full-sized" window)
    Here is the code currently listed under that Menu button:
    <li><a href ="reports/TicketSummaryAcct.cfm"
    title="Click here to print the report by Account Number to PDF"
    target=>_blank">by Acct# Prompt</a></li>
    Thanks,
    jlig

    In the header of the webpage:
    <script type="text/javascript">
    function popUp(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "',
    'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=300 ');");
    </script>
    in the link section:
    javascript:popUp('reports/TicketSummaryAcct.cfm')
    don't use a target attribute, as it will break the javascript
    in my experience. If you are using the pop-ups in more than 1
    webpage, or even for good programming practices, make a function
    page.
    Webpage name: newWindow.js
    function popUp(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "',
    'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=300 ');");
    And then in the header of the webpage(s) that you need the
    popup for, add this:
    <script src="newWindow.js"
    type="text/javascript"></script>

  • How do I update Fireworks?

    Just began reading the OnDemand book re DW. I have CS 5.5 Mac. Totally a beginner with it, so this is basic.
    It appeared in random reading that Fireworks has a function in DW that a similar utility app has in GL: that is, converting images to web-ready formatting.
    Whether that is correct or not, I wanted to see Fireworks but the Extension Manager told me I needed version 8. I then ran the updater but that has not yet solved the problem. There are a few Fireworks files but none open.
    How do I update Fireworks to version 8?
    Thank you.

    You have got the latest version of Fireworks assuming you have CS 5.5 Master.
    Please repost your question on one of the forums from here:
    <http://forums.adobe.com/community/fireworks>
    I would post the question on Fireworks forum because to optimize the pictures for WEB, you don't need any extensions.
    Good luck.

  • I lost all my unpinned 30 tabs and could not restore it, when Adobe update opened a link by firefox, which was not running in the background.

    I lost all my unpinned 30 tabs and could not restore it, when Adobe update opened a link by firefox, which was not running in the background.
    I guess what I have experienced might be a special case of 'Restore previous sessions'. The actual situation was that after I rebooted my laptop, Adobe update jumped out indicating an update being finished successfully. After I clicked on the 'close' button of the Adobe window, it automatically started firefox and linked to its website. But I did not find the 'Restore previous sessions' page this time. Then I restarted firefox, this time there was a start page with 'Restore previous sessions'. However, sadly enough, it is only restored my pinned pages plus the Adobe website. Actually, I am using 'bookmark all tabs' from time to time to secure opened tabs, but this time I did not expect such an incident. I would suggest to improve the 'Restore previous sessions' with multiple time tags and appear in all cases including my reported case here, after updating firefox, crashes etc. I like firefox in most occasions, therefore believe and hope it becomes better and more robust. Thank you very much!

    Hi,
    Please see the following support request: http://forums.mozillazine.org/viewtopic.php?f=38&t=2628065
    I think the best option would be to leave feedback here to let the relevant development team know about the problem you have had: https://input.mozilla.org/en-GB/feedback
    Also you could try the [https://addons.mozilla.org/en-US/firefox/addon/session-manager/ Session Manager] add-on which gives more control over how sessions are restored.
    I hope that helps

  • Errors executing bulk query when updating a Sharepoint Linked List from Access

    Hi all,
    I have a Sharepoint list that is a Linked List with MS Access. It has just under 5,000 items (4,864), thus meaning it avoids the reduction in functionality lists of greater than 5,000 items have.
    Among the list are five calculated columns. These take the information from another column (different employee numbers), and by using a formula produce a clickable link to my company's Directory page, where that particular employee's info is displayed. I'm
    not sure if these five columns are relevant to my query, but I'm mentioning them in case.
    My problem is this: Frequently when I run any query on the list that updates the list, I get this error: "There were errors executing the bulk query or sending the data to the server. Reconnect the tables to resolve the
    conflicts or discard the pending changes".
    When I review the errors, it says they conflict with errors a previous user made (with that previous user being me). It frequently highlights several columns, despite the info in them being identical, and the calculated columns (with the original showing
    the value they contained and the new showing #VALUE! (as Access can't display the formulas).
    However, if I click Retry All Changes, all the update stick and everything seems fine. Why is this happening? It's proving very annoying and is really stopping the automation of my large number of queries. A list of 5000 items isn't particular big (and they've
    got roughly 100 columns, although I didn't think that was too large either, given Excel's 200+ column limit).
    Is this due to poor query design and SQL? Is this due to connectivity issues (which I doubt, as my line seems perfect)? Is this due to Access tripping over itself and not executing the update on each row in the table, but rather executing them concurrently
    and locking itself up? I'm at wit's end about it and really need to get this sorted.
    Thanks in advance for any suggestions.

    Hi amartin903,
    According to your description, my understanding is that you got an error when you used a linked list from Access.
    The table that you are updating is a linked table that does not have a primary key or a unique index. Or, the query or the form is based on a linked table that does not have a primary key or a unique index. Please add the primary key or a unique index.
    Here is a similar post, please take a look at:
    http://social.technet.microsoft.com/Forums/en-US/545601e9-a703-4a02-8ed9-199f1ce9dac8/updating-sharepoint-list-from-access?forum=sharepointdevelopmentlegacy
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Update with BB Link

    Hi !
    I have a message on my Z10 that the new update OS 10.2.0.424 is available, I have no wifi networks around me. So I want to do the update via BB Link but this one doesn't find the new update.
    Why this new update doesn't appear on BB Link ?
    Thanks,
    Rejna85
    Solved!
    Go to Solution.

    The update finally appears...
    Rejna85

  • Using Update and Delete Links in QBE Reports with a Template

    QBE Reports in Portal allow Update and Delete links against Report output rows.
    When run, if I press the Update link it displays a simple form and utilises the Template I specified for the Report (as expected).
    If I press the Delete link it displays a page with a default Oracle template (including Navigator, Home and Help buttons I wish to suppress)
    How can I get the Delete to use the specified Template?
    Any simple fix appreciated.

    QBE Reports in Portal allow Update and Delete links against Report output rows.
    When run, if I press the Update link it displays a simple form and utilises the Template I specified for the Report (as expected).
    If I press the Delete link it displays a page with a default Oracle template (including Navigator, Home and Help buttons I wish to suppress)
    How can I get the Delete to use the specified Template?
    Any simple fix appreciated.

  • Menu Links Not Highlighting Completely Once Authored To Disc

    Hi,    I haven't been able to find anything answering this question as yet - apologies if it's something that's been covered already..
    I'm using CS5, and I've gone via Dynamic Link to Encore.. All has been good - and it all looks sweet on the preview, but I've found that once on disc, some of the Menu Links aren't highlighting completely..
    For example, one named 'Program' - it'll highlight PROGRA, but M won't highlight..     Not all words are doing this,    but there are a few, and it's not just the last letter...  Little strange..
    Here's what I can think of as far as project infomation goes:
    * I've got the colour set on 'Default' for all of them..
    * I'm burning to Dual Layer discs and working in PAL
    * Menus are all made in Photoshop, imported PSD as Menu (each link is a separate layer etc)
    If you've got any ideas I'd love to know what's going on here
    Thanks,
    Rory
    www.themusic-box.com

    Yea I mean inside Photoshop.
    Like Stan said i meant to say the layers.
    Here is a screen grab I found online as an example.
    GLenn

Maybe you are looking for

  • How do I create multiple calendars on my iPad?

    How do I create multiple calendars on my iPad?

  • "The operation could not be completed" using iMovie 10.0.6

    I'm using the new iMovie 10.0.6 with OS X Yosemite 10.10. This is the first time I access to iMovie after upgrade to Yosemite. When I try to begin a new movie and after select a theme the following message is shown: "The operation could not be comple

  • Receiver mail channel - Configuration of  email id's

    Hi, I am using mail package in receiver mail channel. Is there anyway that we can configure the 'To' email id's in the integration directory with mail package being used (either by adding some entries in the  module/identifiers tabs etc., ? I don't w

  • How can I copy&paste a keyframe?

    How can I copy&paste a keyframe? Imagine : I decide, after having animated a scene, to freeze un object for a few seconds. I can, of course, create a new keyframe and digit the same size and position (but it takes a while). isn't there a simpler way

  • Instant Client 10.2 for Linux now works with OID

    The bug that broke LDAP support in 10.2.0.1 for Linux has been fixed, the patch number is 4673628. In case anybody is interested :^) Yours, Laurenz Albe