Why would menu button's active state not work? Regardless if I import PSD button or use menu widget from the widget library.

I am using Adobe Muse CC (up-to-date) and tried to troubleshoot the following: Menu button's active state is not working, both on preview and after publishing. I tried many ways to place menu-designed buttons myself using photoshop and used widgets library (buttons, compositions, menus,etc.). Lastly, in regards to buttons, one of my menu buttons appear clear and crisp (psd button) and all others are blurry (though designed,saved and imported the same way);what could be the problem? Can anyone help?Thanks.

That line is for pop up message?You would typically use a tool tip for that.
The "Accessibility" features are different and I believe you need additional software to take advantage of them:
http://java.sun.com/j2se/1.5.0/docs/guide/access/index.html

Similar Messages

  • Active State not working in Horizontal Menu Bar

    I have a Horizontal Menu Bar.
    I've set the Top Level Item with Normal, Rollover, Mouse Down and Active States to be different. 
    All three work on the Top Level Item, EXCEPT for Active State. When the menu is Active, and I move the mouse down the items, the Top Level Item defualts to the Normal State, NOT the Active State.
    I've tried trashing the Active State and rebuilding it.  That did not work.
    I can't figure out how to get the Top Level Item in the Menu Bar to display the Active State.
    Hope someone has some suggestions, or knows if this is a bug.
    Thanks.
    Dave Coop.

    Hmmm...I've just been playing around, and I think I got the Active State to work correctly.  I think my problem was not understand what Active State means.
    To answer your question, I was changing the Font Color and Box Fill Color of the Active State.
    I did not understand that Active State means the look of the Menu Item when the PAGE is active.  I thought it meant the look of the Menu item when the cursor is scrolling down the Menu (i.e. when the MENU is Active, not the page).
    Look at this page for an example of what I'm trying to achieve...
    http://www.pgavdestinations.com
    When you hover over the "Work" menu item, and move the cursor down the menu, the state of "Work" remains changed until you move the cursor off of that menu column. It does NOT return back to it's Normal state until you are off of that menu column.
    Is there a way to achieve this with the menu states in Muse?
    Thanks for the replies!
    Dave.

  • Active state not working in scrolling site (with anchor links)

    I'm design a scrolling site with anchor links and an horizontal menu on the top.
    when i publish the site and click on the menu buttons the site scrolling to the place of the anchor but the active state in the menu is not working.
    now... when i leave the main page (were the scrolling site is) and then return back to it all active states are working perfectly
    anyone have this bug? or any one know how to fix it ?

    Hmmm...I've just been playing around, and I think I got the Active State to work correctly.  I think my problem was not understand what Active State means.
    To answer your question, I was changing the Font Color and Box Fill Color of the Active State.
    I did not understand that Active State means the look of the Menu Item when the PAGE is active.  I thought it meant the look of the Menu item when the cursor is scrolling down the Menu (i.e. when the MENU is Active, not the page).
    Look at this page for an example of what I'm trying to achieve...
    http://www.pgavdestinations.com
    When you hover over the "Work" menu item, and move the cursor down the menu, the state of "Work" remains changed until you move the cursor off of that menu column. It does NOT return back to it's Normal state until you are off of that menu column.
    Is there a way to achieve this with the menu states in Muse?
    Thanks for the replies!
    Dave.

  • Active States Not Working on Anchor Links?

    Since updating to the newest version of Muse today, it seems that my parallax site's navigation button aren't displaying the "active" state once you scroll to an anchored position. This was working earlier today, it seems to be an issue with the newest version of Muse (v7.2, Build 230). Anyone else having this issue?
    Here's a link to the site. http://www.hillcreative.net

    I think this bug is back. I am using the latest Muse build.
    When I go to add a menu (manual) from the widget menu, I can add in the names of the buttons without issue.
    If I want to link out to other sites, no issue.
    However, if I add anchor links, things fall apart.
    It seems the first few links work without issue and with a fixed menu at the top, the page scrolls nicely to the area. However, I am noticing that the 4th and 5th button in a manual menu do not respond to active states and even the scrolling page navigation is wonky. The "team" and "contact" buttons never highlight, even when selected, nor do they navigate properly to the corresponidng anchor link.
    I have moved the anchor links deeper down the page to see if this makes a difference and it doesn't. It is as if the menu can't pick up the anchor points.
    I addition, when viewed on iOS devices (although not optimized) I get 2 active states selected in the menu.
    I think the script for this widget needs revisiting. Please advise.
    Here is a link to my temporary example:
    http://jbrubaker.fatcow.com/warwick/index.html
    The active state only shows up for the first 3 buttons...weird.
    (Windows 7 / All latest browers)
    Thanks!
    J.

  • Menu bar with rollover states not working properly

    I have a menu bar that I want to have as a certain size. The
    menu items that actually link somewhere are not showing up as the
    designated size (150x50px) but the one link that is not linked to
    somewhere else in the page looks fine (inventory).
    Can someone look at the css and tell me if there is something
    contradicting or if there is something I can do?
    THank you
    You can view the problem page at
    http://thebradfordcreativegroup.com/abs/indexold.html

    Sorry, I don't have the answers - but you need to see your
    site in IE6. It
    looks quite different - kind of bloated. Also, the "Quality"
    link doesn't
    have an arrow.
    "Inventory" as you say sits up at the top. FF is fine. Sorry
    I can't help
    though.
    Jo
    "joshuataylordesign" <[email protected]>
    wrote in message
    news:fqia5f$anb$[email protected]..
    >I have a menu bar that I want to have as a certain size.
    The menu items
    >that
    > actually link somewhere are not showing up as the
    designated size
    > (150x50px)
    > but the one link that is not linked to somewhere else in
    the page looks
    > fine
    > (inventory).
    > Can someone look at the css and tell me if there is
    something
    > contradicting or
    > if there is something I can do?
    > THank you
    > You can view the problem page at
    >
    http://thebradfordcreativegroup.com/abs/indexold.html
    >

  • Select statement not working

    hi to all,
    I am trying to write use inner joining . here is code
    DATA:tabname LIKE dd02L-tabname,
         table_disc LIKE dd02t-ddtext.
      SELECT  dd02ltabname dd02tddtext INTO (tabname,table_disc)
        FROM dd02l INNER JOIN dd02t on dd02ltabname = dd02ttabname
              WHERE dd02tddlanguage = 'E' AND dd02ltabclass = 'TRANSP'
                                AND dd02L~tabname = 'ZANKI*'.
        endselect.
          write : tabname.
    I also checked in tables dd02t and dd02l for the table zanki* and data available in both table . but here select statement not working .do u have any idea about this. thank you

    Hi,
    I executed the ur inner join conditin by commenting 'z*' it's working fine.
    I think  where condition is not getting satisfied so u r not getting any data.
    Please conform in where condition you need * 'AND'* or OR
    I change decalration as below.
    DATA:tabname    type TABNAME,
          table_disc type AS4TEXT.
    SELECT dd02l~tabname
           dd02t~ddtext  INTO (tabname, table_disc)
    FROM dd02l  INNER JOIN dd02t on dd02l~tabname = dd02t~tabname
    WHERE dd02t~ddlanguage = 'E' AND
          dd02l~tabclass = 'TRANSP'AND
        dd02L~tabname = 'ZANKI*'.
    endselect.
    write : tabname.
    Regards,
    Pravin

  • [SOLVED] OSCDIMG Tool Does Not Work on Windows 10? ReadFile() fails with error code 87. (The parameter is incorrect) on ReFS Storage Space Mirror

    Hello,
    What could be the reason of OSCDIMG premastering tool not working in Windows 10?
    I'm trying to rebuild ISO from the admin setup point and having problems with OSCDIMG failing to read files from the master folder:
    E:\Images>bin\oscdimg.exe -bootdata:2#p0,e,b"D:\ISOFOLDER\boot\etfsboot.com"#pEF,e,b"D:\ISOFOLDER\efi\Microsoft\boot\efisys.bin" -o -h -m -u2 -udfver102 -lwinsetup D:\ISOFOLDER test.iso
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    Scanning source tree (500 files in 15 directories)
    Scanning source tree complete (950 files in 95 directories)
    Computing directory information complete
    Image file is 3591864320 bytes (before optimization)
    Writing 950 files in 95 directories to test.iso
    0% complete
    ReadFile failed (\\?\E:\Images\ISOFOLDER\autorun.inf, off=0 len=800 status=103)
    Error 87: The parameter is incorrect.
    Thank you.
    Well this is the world we live in And these are the hands we're given...

    Figured it myself.
    For some reason, the tool does NOT support source locations on ReFS formatted drives. Move the D:\ISOFOLDER location to NTFS formatted drive, and the tool works flawless:
    E:\Images>bin\oscdimg.exe -bootdata:2#p0,e,b"D:\ISOFOLDER\boot\etfsboot.com"#pEF,e,b"D:\ISOFOLDER\efi\Microsoft\boot\efisys.bin" -o -h -m -u2 -udfver102 -lwinsetup D:\ISOFOLDER D:\TEMP\test.iso
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    Scanning source tree (500 files in 15 directories)
    Scanning source tree complete (950 files in 95 directories)
    Computing directory information complete
    Image file is 3591864320 bytes (before optimization)
    Writing 950 files in 95 directories to D:\TEMP\test.iso
    100% complete
    Storage optimization saved 45 files, 16310272 bytes (1% of image)
    After optimization, image file is 3577761792 bytes
    Space saved because of embedding, sparseness or optimization = 16310272
    Done
    Well this is the world we live in And these are the hands we're given...

  • Why Would iTunes turn me off and not allow me to Purchase Content while outside the United States?

    I have been living outside of the USA for 7-months.  I have been purchasing and viewing content that is stored in my iCloud again without any issues.  Today, while attempting to purchase a movie I received an error message saying that I need to contact Support.  I chatted with a rather robotic Support Representative and after a 10 minute review of my account he stated 'all looks good on my end' then, he asked me to hold on for an additional few minutes and said that he could not tell me the reason why my account was 'frozen' but referred me to the iTunes terms and conditions.  I repeatidly asked what was wrong and he refused to answer me.  After a heated back and forth he referred me to Paragraph B in the terms and conditions and it states that content can only be used while in the USA or its possessions or territories.  I told the chat rep that I live in two countries and was curious how I would fix this situation.  The rep was mum and would not reply to me.
    Does anyone have any feedback?  I am unsure what the big deal is. I am paying for content and simply viewing it while traveling.  Why would Apple insist on such a requirement in this very global world we live in.

    They are part of the US store's terms (terms that you have agreed to) :
    The iTunes Service is available to you only in the United States, its territories, and possessions. You agree not to use or attempt to use the iTunes Service from outside these locations. Apple may use technologies to verify your compliance.
    (Other countries terms  will be similar)
    It's like that at the requirement of the content providers, they want control over where their content is available - each country therefore has to have its own store and you have to be in a country (and have a billing address in that country on your account) to use its store. That applies to both buying new content and redownloading past purchases.
    Have you not got a copy of all of your downloads on a backup ? There is no guarantee that any item will remain in the store for redownloading (you are only guaranteed one download of any item), a rights-holder could remove an item from the store at any time.

  • HT202159 Mountain Lion upgrade download stopped, now it states in purchased apps that 'an error has occured' and resume button is blank & will not work

    Mountain Lion upgrade download stopped, now it states in purchased apps that 'an error has occured' and resume button is blank & will not work. Tried to re download, but it states code has already been used

    Danielle...
    From the App Store menu bar top of your screen click Store > Check for Unfinished Downloads
    If that doesn't help, disable anti virus software and turn off the Firewall in System Preferences > Security & Privacy.
    Keep in mind, for downloading Mountain Lion from the App Store, a high speed (broadband) internet connection is strongly recommended by Apple as noted here > iTUNES STORE - MAC APP STORE - TERMS AND CONDITIONS
    If you need to reinstall OS X or repair the the startup disk using Mountain Lion Recovery, that requires broadband (high speed internet) access to the internet via Wi-Fi or an Ethernet connection. OS X is downloaded over the internet form Apple when OS X Recovery is used for reinstallation.

  • Why am I receiving "iMessage Activation: could not sign in . Please check your network connection and try agin."

    Why am I receiving iMessage activation "could not sign in. Please check your network
    connections and try again?
    I am connected to the network.

    It's telling you that it can't reach the internet, either by wifi or 3G.

  • Second button on menu for slide show does not work.

    Anyone else having problems with this? Despite three separate attempts using different photos, different Macs and different themes... it is always the second button (to access the second folder) in the slide show that does not work. It fails to access the slides in the folder.
    Our conclusion finally was that this is a bug, so we used only text buttons and put the second button over to the side of the main menu with just a period in it, and one image in the folder (it will not allow a folder without any images) and then we can skip from the first button to the third (seen on the screen as the second button) and bypass the problem.
    Has anyone come up with an explanation or a better solution?

    Anyone else having problems with this? Despite three separate attempts using different photos, different Macs and different themes... it is always the second button (to access the second folder) in the slide show that does not work. It fails to access the slides in the folder.
    Our conclusion finally was that this is a bug, so we used only text buttons and put the second button over to the side of the main menu with just a period in it, and one image in the folder (it will not allow a folder without any images) and then we can skip from the first button to the third (seen on the screen as the second button) and bypass the problem.
    Has anyone come up with an explanation or a better solution?

  • Why does power nap time machine backup not work on my August 2012 macbook pro retina?

    Hello. I got a MacBook Pro with retina display in August of this year 2012. I have done the SMC ? firmware update and I have 10.8.2 installed on my machine. Power nap still doesn't seem to work. I have the button in energy saver preferences and I have clicked it so it looks like power nap should work. When I am running Time Machine backup with the time capsule and I close the lid (plugged into power) it appears that no progress is made when I reopen the lid. I have closed the lid with activity monitor running and with network displayed. When I reopen the lid it may take up to one minutes to come out of sleep. When it does come out  of sleep I can see that there has been no network traffic.  Eventually, time machine backup resumes and I can see several megabytes per second. When I closed the lid overnight, just to make sure backup didn't restart after lid closing, I saw that no progress had been made in backup when I reopened the lid.
    What options are left if I already have 10.8.2 and I have done the required firmware?  One person has mentioned a clean install but I really don't like to have to reenter all the different passwords and all the different preferences again unless that's absolutely necessary. Are there any other options left to try before a clean install?
    One other bit of information.  I have filevault turned on; however, it looks like others have a working power nap even with file vault enabled.  If this is not an option, the power nap button should be grayed out when the machine is in filevault.
    Thank you for any help.

    Yeah I still have the same problem BTW; it still does not work.
    The second I open the lid and take it out of sleep mode, it starts to backup automagically, but when it's sleeping EVEN when it's connected to AC power, TM backups do NOT work to my OS X Server. 
    I don't understand what the problem is here.
    I didn't before but I do have FileVault turned on now -- should that make a difference?
    In either situation it didn't work, but now that I think about it, I could understand why it wouldn't backup while asleep.  Apparently the encrypted volume will stay encrypted during sleep and even at the lock screen; it's not until you open the lid and log in from the lock screen that it will unlock the encrypted boot volume.
    But even still, I did *not* have FV turned on before, and this still did not work.
    Is there some third party solution that can do what I want this to do?
    Here's my use case:
    1.) I have a mac mini at home that I use when I'm at home; it runs OS X server.app (bought and paid for) and has TM server turned on.
    2.) I have a laptop that I mainly use at work and I don't use at all when I come home (ie. when I'm ready to head home for the day I close the lid and don't open it until I'm back at work the next day, but the laptop does come home with me every day).
    What I want to have happen is this:
    1.) The minute my laptop enters my home wifi lan (even though it's still asleep with lid closed) I want it to automatically backup the boot drive.
    I thought that's what Power Nap was supposed to do, but then I found out that in order for this to work, you have to be connected to AC power; so then I tried that -- ie. every day I come home, I put my laptop in a docking station that has AC power, but TM backups while lid closed / sleeping STILL do not occur!
    Thanks for your help everyone...Looking forward to a solution that works.
    EDIT:
    I found this thread:
    https://discussions.apple.com/thread/4158709
    "It looks like Power Nap doesn't perform Time Capsule backups when the MacBook Air screen is closed."
    So apparently that is yet *another* requirement to get powernap working.  The lid can not be closed. 
    What is the difference between sleep with lid open and sleep with lid closed!?

  • Why is the word count different when I use word count from the tools menu to the number at the bottom of my mac word document

    Why is the word count different when I use word count from the tools menu to the number at the bottom of my mac word document

    This forum is for Apple's defunct office suite 'AppleWorks' - since the word count is not in the places you mention I assume you are talking about Microsoft Word? Though it's just possible someone in this forum might also use Word and know the answer, you would stand a higher chance of getting an answer in Microsoft's own forums. You could also try asking in the forum applicable to your operating system - Lion, Mavericks or whatever - on the reasonably chance of finding someone familiar with Word.

  • All button and touch pad not working except power button

    I face the problems that all button and touch pad not working after power on or wake up from sleep state except power button. And i have make the system sleep and wake again so that the mac book air can working as normal( mouse can move and button got response).

    Sometimes electrical components needs to have all power sources removed and reintroduced to work properly.  Try performing a hard reset first, if it doesn't work then we'll move to the next step.
    To Perform A Hard Reset
    Shut down the computer by going to the Start menu and selecting shut down. (If you have no display, hold the power button down for  5 seconds); (if the computer doesn't power on, move to the next step)
    Disconnect the AC Adapter from the notebook.
    Remove the battery from the bottom of the notebook.  There will be a switch/button to eject the battery.
    Wait at least 1 minute with all power sources disconnected.
    Re-insert the battery and reconnect the AC Adapter and then attempt to power on the notebook.

  • HT5622 Why is my Apple ID or password not working anymore after I reset my password?

    Why is my Apple ID or password not working anymore after I reset my password?
    It keep asking my password... I have reset it, then, when I enter the new password, it's not accepted...

    Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

Maybe you are looking for