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

Similar Messages

  • Help with Show Pop-UP Menu behavior

    Using the behavior, I want to link to a page using the _blank
    option
    so it displays in a new window. However, I want to control
    the size
    of that new window. How do I do that with this behavior?

    > However, one question to you or anybody. Is the issue
    that
    > they do not work correctly or that the script is
    bloated,
    > memory-leaking garbage which is what 90% of the article
    seemed to
    > focus on.
    Yes. All of that and so much more. They are not accessable.
    They do not
    work AT ALL if js is disabled. They cannot be spidered so
    your site will
    not get ranked if they are your only navigation element. They
    are not
    compatible with DW templates. They create a page maintenance
    nightmare for
    you. Want more?
    There are MUCH better ways to do such things....
    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
    (sounds like this may be a good option for you)
    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
    ==================
    "Canned Heat" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks, Murray. I appreciate the heads-up. I did read
    the article
    > (blog?). However, one question to you or anybody. Is the
    issue that
    > they do not work correctly or that the script is
    bloated,
    > memory-leaking garbage which is what 90% of the article
    seemed to
    > focus on.
    >
    > Unfortunately, I am not as knowledgeable or talented as
    you. I have
    > somebody all over my butt to get something added NOW
    (them shouting at
    > me). I just need something to get them off my back - a
    temporary fix
    > for a couple of weeks until I can do them properly. If
    they will work
    > for now, I'll use them temporarily. If not, I'll be hung
    from a
    > rafter. Thanks, /Dan
    >
    > On Thu, 12 Apr 2007 16:41:13 -0400, "Murray *ACE*"
    > <[email protected]> wrote:
    >
    >>Please don't use this behavior. Right from the
    horse's mouth -
    >>
    >>
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    >

  • 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();
    > }
    >
    >
    >

  • Strange Problem with 'Show Pop Up Menu"

    Hello - I'm hoping someone can help me. I am using a template
    to create multiple pages for a video library. The first two
    templates worked like a charm. The third and fourth are giving us
    trouble.
    We essentially create drop down menu navigation for these
    pages via the template. There are many menu items in the drop down.
    Dreamweaver is now not saving our work as we update the pop
    up menus on the templates. Can someone tell me if they've
    experienced a similar problem? A major project hinges on this
    working properly, and its not at this point.

    The DW pop-up menus are incompatible with Templates. I'm
    sorry that you
    have gotten yourself into this mess. You may also want to
    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
    ==================
    "LindaASL" <[email protected]> wrote in
    message
    news:fjp5li$h27$[email protected]..
    > Hello - I'm hoping someone can help me. I am using a
    template to create
    > multiple pages for a video library. The first two
    templates worked like a
    > charm. The third and fourth are giving us trouble.
    >
    > We essentially create drop down menu navigation for
    these pages via the
    > template. There are many menu items in the drop down.
    >
    > Dreamweaver is now not saving our work as we update the
    pop up menus on
    > the
    > templates. Can someone tell me if they've experienced a
    similar problem? A
    > major project hinges on this working properly, and its
    not at this point.
    >

  • CS3 "Show Pop-Up Menu" Behavior Help

    I just got CS3 (and un-installed DW8) and I have learned that
    the "Show Pop-Up Menu" behavior is depreciated. The problem I'm
    having is it is Grayed out (And yes, I made sure I had a 'link'
    selected when I tried to choose this behavior) Does anyone have any
    suggestions what to do so this selection is not grayed out? Is
    there a setting in the Preferences that I missed or is CS3 just
    teasing me w/a remembrance of this easy to use pop up menu maker?
    Any help is appreciated :)
    Thanks,
    Monica
    [email protected]
    ps: I do know about the "Spry assets" but I want to see if
    the above option is possible first. thanx :)

    > Does anyone have any suggestions what to do so this
    selection is not
    > grayed
    > out?
    The functionality has been REMOVED as a primary function in
    CS3. It will
    allow you to edit a LEGACY MENU, but not create a new menu
    from scratch.
    This is a good thing. The DW menus were indescribably
    horrible.
    In their place, use the Spry menus, or -
    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
    ==================
    "Moni057" <[email protected]> wrote in
    message
    news:f3na5s$9lv$[email protected]..
    >I just got CS3 (and un-installed DW8) and I have learned
    that the "Show
    >Pop-Up
    > Menu" behavior is depreciated. The problem I'm having is
    it is Grayed out
    > (And
    > yes, I made sure I had a 'link' selected when I tried to
    choose this
    > behavior)
    Is there a setting in the Preferences that I missed or is CS3
    just teasing
    > me w/a remembrance of this easy to use pop up menu
    maker? Any help is
    > appreciated :)
    >
    > Thanks,
    > Monica
    >
    > [email protected]
    >
    > ps: I do know about the "Spry assets" but I want to see
    if the above
    > option is
    > possible first. thanx :)
    >

  • Show Pop-Up Menu error

    I'm having a problem with my site menu. The site works off a
    template and all links are created in the template. I have a
    central menu bar with rollover buttons, each with their own
    drop-down menu (using the Show Pop-Up Menu behavior). When tested
    in the browser, the menu drops down on mouse-over as it's supposed
    to, but when the links in the drop-down menu are clicked on, an
    error page comes up. The directory path specified in the Pop-Up
    Menu behavior is correct, but changes inexplicably when tested in
    the browser. All other links in the site (not in drop-down menu
    format) function as they're supposed to. I have no clue how to fix
    this problem. I think there may be a script error in the mm_menu.js
    file which is automatically created by Dreamweaver, but am not sure
    how to go about correcting this. Any ideas?

    > When creating pop-up menus everything works fine
    You just think. Read this (written by the person who adapted
    the original
    Netscape code for Macromedia) -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    Those menus are a plague.
    Anyhow, try this -
    Troubleshooting JavaScript errors in Dreamweaver
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19105#dat
    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
    ==================
    "montagrc" <[email protected]> wrote in
    message
    news:f2uhti$m9b$[email protected]..
    > When creating pop-up menus everything works fine,
    however, when I need to
    > go in
    > and edit a link, this error keeps occuring:
    >
    > "When executing inspectBehaviour in Show pop up
    menu.htm, the following
    > Javascript error(s) occured:
    >
    > At line 492 of file "C:\...Dreamweaver
    > 8\Configuration\Behaviours\Actions|Show
    > Pop -up Menu.js";
    > TypeError: T.update is not a function."
    >
    > Anyone seen this before, noone in my workplace has, nor
    has googling
    > yielded
    > any answers. Any thoughts/ideas/help greatly
    appreciated.
    >
    > Using Dreamweaver 8, no extensions, update 8.02
    >

  • Show pop-up menu option is always gray!

    Hi!
    I have a serious problem!
    I'm trying to create a pop-up menu in Dreamweaver cs3 (not
    using the spry options)
    Anyway, I'm *not* using a template. I created an empty link
    and the option for show pop-up menu in the behavior window is
    *always* gray!!! I have no idea why!!!! PLEASE HELP!!!!
    thanks,
    tal.

    If your new template is using the DW popup menu you will not
    be able to
    update the links as Gary already mentioned. The reason for
    this is that all
    the links for your popups are in an external javascript
    file... when it
    comes time for a child page to be updated, it cannot read the
    links in the
    js file and does not update your pages.... this is *one* of
    the reasons why
    this pop menu system is not highly thought on this forum....
    more about js menus here:
    http://apptools.com/rants/jsmenu.php
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    ~ Forum Posting Guidelines ~
    http://www.adobe.com/support/forums/guidelines.html
    CSS Tutorials for Dreamweaver:
    http://www.adobe.com/devnet/dreamweaver/css.html
    > Thank you for replying.
    >
    > Yes, it's in a template. I just tried saving my template
    as an html file,
    > and
    > was able to make the pop-up menu. But now if I save it
    as a template, how
    > can I
    > link all the files (there are many) to this new
    template.
    >
    > If I rename this template with the name of the one I
    used to create the
    > files,
    > will DW behave as if it's the same template? Will it
    update my files when
    > I
    > make changes, even though it was not the one I used to
    create these files?
    >
    > I've had pesky template problems before and afraid to
    mess up the original
    > template which I used to create all the files.
    >

  • "Show Pop-Up Menu" behavior problems

    Greetings—
    The "Show Pop-Up Menu" under Add Behaviors is grayed-out and
    won't allow additional links to be added to the templates. I'm
    currently on DW MX 2004.
    Thank you

    > Does anyone have any suggestions what to do so this
    selection is not
    > grayed
    > out?
    The functionality has been REMOVED as a primary function in
    CS3. It will
    allow you to edit a LEGACY MENU, but not create a new menu
    from scratch.
    This is a good thing. The DW menus were indescribably
    horrible.
    In their place, use the Spry menus, or -
    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
    ==================
    "Moni057" <[email protected]> wrote in
    message
    news:f3na5s$9lv$[email protected]..
    >I just got CS3 (and un-installed DW8) and I have learned
    that the "Show
    >Pop-Up
    > Menu" behavior is depreciated. The problem I'm having is
    it is Grayed out
    > (And
    > yes, I made sure I had a 'link' selected when I tried to
    choose this
    > behavior)
    Is there a setting in the Preferences that I missed or is CS3
    just teasing
    > me w/a remembrance of this easy to use pop up menu
    maker? Any help is
    > appreciated :)
    >
    > Thanks,
    > Monica
    >
    > [email protected]
    >
    > ps: I do know about the "Spry assets" but I want to see
    if the above
    > option is
    > possible first. thanx :)
    >

  • Show Pop Up Menu

    I'm having trouble accessing the "show pop up menu" option in
    the behaviors + palette. It's greyed out.
    I am just trying to create a pop-up menu for some links.
    Here's what I'm doing:
    1. highlight the word that will be the link
    2. type # in the link window (I've also tried to insert a url
    here)
    3. I've tried selecting the link word or selecting the
    reference to it at the bottom of the DW page
    4. Click on + in the behaviors palette
    Thank you

    If your new template is using the DW popup menu you will not
    be able to
    update the links as Gary already mentioned. The reason for
    this is that all
    the links for your popups are in an external javascript
    file... when it
    comes time for a child page to be updated, it cannot read the
    links in the
    js file and does not update your pages.... this is *one* of
    the reasons why
    this pop menu system is not highly thought on this forum....
    more about js menus here:
    http://apptools.com/rants/jsmenu.php
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    ~ Forum Posting Guidelines ~
    http://www.adobe.com/support/forums/guidelines.html
    CSS Tutorials for Dreamweaver:
    http://www.adobe.com/devnet/dreamweaver/css.html
    > Thank you for replying.
    >
    > Yes, it's in a template. I just tried saving my template
    as an html file,
    > and
    > was able to make the pop-up menu. But now if I save it
    as a template, how
    > can I
    > link all the files (there are many) to this new
    template.
    >
    > If I rename this template with the name of the one I
    used to create the
    > files,
    > will DW behave as if it's the same template? Will it
    update my files when
    > I
    > make changes, even though it was not the one I used to
    create these files?
    >
    > I've had pesky template problems before and afraid to
    mess up the original
    > template which I used to create all the files.
    >

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

  • Where is the "show pop-up" menu in iTunes 12?

    Instructions on "Import items from other libraries using home sharing" are clear enough, and also appear to be wrong. There is no "show pop-up menu" option in V 12. This makes it impossible to add music or videos from another library.

    did you not have an answer to this yet? its march now. whats that all about? I have the same problem, did you sort it out yourself?

  • Edit Show Pop-Up Menu

    I'm using Dreamweaver's Show Pop-Up Menu Behavior. I have a
    sample drop down of 3 links. I'd like to give each of the drop down
    cell's a unique rollover color. Can this be done somehow? If so,
    what javascript do I have to edit?

    The menus are notoriously bad. I'll even say they are
    famously bad. You
    wouldn't want to use them ever. Here's why, and some
    alternative
    recommendations -
    http://apptools.com/rants/jsmenu.php
    http://apptools.com/rants/menus.php
    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
    ==================
    "Foochuck" <[email protected]> wrote in
    message
    news:eeurbd$1t6$[email protected]..
    > Come again?

  • I get an error stating cc cookies dir: cannot make folder / cookies: Permission denied (error 13) when I attempted to download the creative cloud installer on my Mac. Can anyone help with similar pop up window?

    I get an error stating cc cookies dir: cannot make folder / cookies: Permission denied (error 13) when I attempted to download the creative cloud installer on my Mac. Can anyone help with similar pop up window?  I'm trying to get a trial version of CS5. 

    You do not need to involve Creative Cloud to install/try the trial version of CS5...
    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS5: http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • I need help with adobe muse sub-menu styling

    i need help with adobe muse sub-menu styling~!  i can adjust them to exactly how i like them, but then when i go to the next set of sub-menus, the other ones revert back to the starting white/black boxes.  i am frustrated as i have redone this so many times!  Please help me!

    To achieve this, you can use an accordion widget with custum styling.
    IF you search for Terry White, Muse, accordion, you will find some video tutorials on YouTube.

  • "Show" Pop up menu at bottom of page

    A modest request...
    right now I have the little pop-up menu at the bottom of my Illustrator window set to show me the phase of the moon, which is right now the most useful of the options for my workflow.
    But, what I'd really like it to show is the name of the file I'm working on.
    I like to maximize my image real-estate ('f' key x3) but one of the things that gets lost is the title bar of the file. I'm often working with a bunch of very similar files, six or seven instances based on the same template, and I want to be able to see exactly which file I'm working on at a glance, without having to go to a menu, or hit 'save as' then cancel, just to know which file I'm working on.
    Believe me, for what I am doing, this would save me some time.

    >I'd like:
    File Size
    Document Color Mode (not profile)
    Total anchor points
    Number of objects
    selected objects color value
    File Size: I hardly find that relevant. Large image increase file size, until the size causes a save delay, then I turn off PDF compatibility. Size of file is about the least signifact piece of information for me.
    Document Color Mode: That rarely changes for me. I'll start a file in the appropriate mode and leave it there. As I'm familiar with the job, I don't need to check that.
    Total anchore points: In selection, useful. In file, pointless.
    Selected object's color value: Good idea. There are only five places to look that up now (but only one that can potentially show the full breakdown).
    I agree with Beau that Filename would be a useful addition. Probably be easy to add. So, I give it a 1% chance of appearing in 14 or 15.
    Which is not to say that other pieces of information are not worthy, just that they aren't to me.

Maybe you are looking for

  • Error while running java code

    Hi I have requirement of converting word document to PDF/A. Iam using the APIs provided by Livecycle ES. I tried to implement the requirement by creating a java program with the jar files provided. But iam getting the following error. Can anyone plz

  • My apple id and my icloud id are not matching on my iphone.

    After I first set up my apple id and my icloud, all of my email info changed.  I was able to update everything on my apple id to my current email/username and password.  After downloading the new ios 7, I have noticed that on my 4S my icloud id still

  • Retina iPad mini battery problems

    I have a 64GB Wifi/4G retina ipad mini. Mobile data is turned off. I have also turned off all push and background refresh. ATM my battery is on 50% with 2 hours 25 min usage. That time is made up of Netflix, Facebook, email and safari. I have had mos

  • How to create&reference countdown timer on a column in Apex ?

    Hi all, I have a table with some info about online auctions and in there we have 2 columns : Start Date/End Date. I want to create a report based on that table in which to show the details about the auctions and the "Remaining Time" (as End Date - St

  • Audio from apps stays on when answering a call

    Prior to the update to 4.1.2 build JZ054K.I535VRBMF1, when a call would come in and I was listening to audio through a streaming app like Sirius or MLB At Bat, the audio would turn off until I was off the call.  Now, when I pick up the call, the audi