All menu buttons are unreadable when I click on them - HELP!!!!!!

When I try and use drop down box alongside emails, the description inside is unreadable. All I seem to get is a mini version of the whole thunderbird email page. This has started to occur since 31st December 2014 with an update.

Can you post a screenshot?
http://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem

Similar Messages

  • My camera app won't work, all the buttons are grey when I open the camera

    when I open my camera, all the buttons are grey so that I can't take a picture, turn on flash, etc.
    I can view my pictures taken but that's it.
    have restarted it numerous times, no success.
    thanks for your help.

    Hello there, Johnmr88.
    You might want to close out all apps first and foremost:
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Then it might be worth attempting a restart of the iPhone, and then a reset, should that not resolve the issue.
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    If the Camera app is still showing greyed out then you may want to try restoring the iPhone.
    iTunes: Restoring iOS software
    http://support.apple.com/kb/HT1414
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • How to make a button stay down when I click on it in  CSS nav bar.

    So I have created a horizontal navigation bar, I use the CSS
    Sprites/Pixy method to get the hover working with the same image as
    the link/in active stage of the buttons.
    Now how do I make the button stay down when someone click on
    them?
    These are the codes for the nav bar.
    #nav{
    width: 780px;
    list-style: none;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
    height: 40px;
    #nav li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 0;
    #nav a{
    width: 125px;
    display: block;
    color: #000000;
    text-decoration: none;
    text-align: center;
    background-image: url(ZITTO_IMAGES/button_set1a.jpg);
    background-repeat: no-repeat;
    background-position: center 2px;
    padding-top: 14px;
    padding-bottom: 10px;
    background-color: #000000;
    #link2,#link3,#link4,#link5,#link5,#link6 { margin-left:
    6px;}
    #nav a:hover{
    background-image: url(ZITTO_IMAGES/button_set1a.jpg);
    background-repeat: no-repeat;
    background-position: center -36px;
    color: #FFFFFF;
    width: 125px;
    padding-top: 14px;
    padding-bottom: 10px;
    background-color: #000000;
    Everything works so far, the hover works when you roll the
    mouse but when you click the button goes right back.
    How can I make it stay down and then go back to normal when
    you click on another link/button?
    Thanks very much.
    Patrick

    Read my suggestion again. You are missing a critical point. I
    show you
    exactly where to put the stylesheet. And it doesn't matter
    how many
    stylesheets you have on a page.
    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
    ==================
    "Webethics" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    Originally posted by:
    Newsgroup User
    > Change this -
    >
    > #nav a{
    > width: 125px;
    > display: block;
    > color: #000000;
    > text-decoration: none;
    > text-align: center;
    > background-image: url(ZITTO_IMAGES/button_set1a.jpg);
    > background-repeat: no-repeat;
    > background-position: center 2px;
    > padding-top: 14px;
    > padding-bottom: 10px;
    > background-color: #000000;
    > }
    >
    > #link2,#link3,#link4,#link5,#link5,#link6 { margin-left:
    6px;}
    >
    >
    > #nav a:hover{
    > background-image: url(ZITTO_IMAGES/button_set1a.jpg);
    > background-repeat: no-repeat;
    > background-position: center -36px;
    > color: #FFFFFF;
    > width: 125px;
    > padding-top: 14px;
    > padding-bottom: 10px;
    > background-color: #000000;
    > }
    >
    > to this -
    >
    > #nav a{
    > width: 125px;
    > display: block;
    > color: #000000;
    > text-decoration: none;
    > text-align: center;
    > background-image: url(ZITTO_IMAGES/button_set1a.jpg);
    > background-repeat: no-repeat;
    > background-position: center 2px;
    > padding-top: 14px;
    > padding-bottom: 10px;
    > background-color: #000000;
    > }
    >
    > #link2,#link3,#link4,#link5,#link5,#link6 { margin-left:
    6px;}
    >
    >
    > #nav a:hover{
    > background-position: center -36px;
    > color: #FFFFFF;
    > }
    >
    > Then on each individual page, change this -
    >
    > </head>
    >
    > to this -
    >
    > <style type="text/css">
    > #nav a#link4 {
    > background-position:center - 36px;
    > }
    > </style>
    > </head>
    >
    > (for link4, for example)
    >
    >
    > --
    > 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
    > ==================
    >
    >
    > "Webethics" <[email protected]> wrote
    in message
    > news:[email protected]...
    > >
    quote:
    Originally posted by:
    Newsgroup User
    > > When they click on a button, do they go to another
    page? And is each
    > > button
    > > uniquely identified?
    > >
    > > If so, then put a little stylesheet on each such
    page that sets the
    > > particular button to the down sprite settings,
    e.g.,
    > >
    > > a#link6 { downspritevalues }
    > >
    > > --
    > > Murray --- ICQ 71997575
    > > Adobe Community Expert
    > >
    > >
    > > This is the link to the page.
    > >
    http://www.patrickjudson.com/zitto_web1d.html
    > > What state do I use to get this effect? The active
    or the visited?
    > >
    > > I want the buttons to remain down when click or
    even better, how do I
    > > get
    > > the
    > > welcome button to appear down when a person visits
    the page to show them
    > > they
    > > are at the home page.
    > >
    > > Thanks so much. Patrick
    > >
    > >
    > >
    >
    >
    >
    > Hey! Murray, thanks very much for the efforts. However
    I'm still confused
    > as
    > to where to insert the individual styles on each page.
    >
    > The pages already have a style sheet, in fact they all
    share the same
    > style
    > sheet. The following codes below is what you instructed
    but I'm confused
    > as to
    > where to insert them since the page already has a head
    opening and closing
    > as
    > well as a style opening and closing tags. Can you please
    add the codes you
    > instructed so I can see where they go and how to
    implement them?
    >
    > Thanks - Patrick
    >
    >
    > Then on each individual page, change this -
    >
    > </head>
    >
    > to this -
    >
    > <style type="text/css">
    > #nav a#link4 {
    > background-position:center - 36px;
    > }
    > </style>
    > </head>
    >
    > (for link4, for example)
    >
    >
    >
    >

  • Buttons on dialogue and prompt boxes are blank and nothing happens when I click on them.

    Whenever a dialogue box or prompt box comes up, the all of the buttons or sometimes just the bottom two (OK and cancel) are blank and nothing happens when I click on them, with the exception of one website in which clicking the blank button that normally says "OK" takes me to a blank screen. This doesn't allow me to access certain websites or download anything when a dialogue box asks me to confirm. As a result, I also cannot start firefox in safe mode or refresh it.
    Attached is an example. That is what came up when I tried to refresh firefox. Nothing happens when I click either of the buttons at the bottom.
    EDIT: Attached the image.

    Strangely enough, it just stopped happening on its own this morning. Thanks for the help, though!

  • How to Keep all the Portal report menu's are "open" when the user logs on?

    Hi
    I have a question about the BI Portalu2019s configuration.  Does anyone know how to keep the Web Portal (i-vew) report menu's are "open" when the user logs on?
    Thanks.
    For example:
    Web Report Panel
    Report  Folder A 
                  i-view  a1
                  i-view  a2
                  i-view  a3
                  i-view  a4
                  i-view  a5
                  i-view  a6
    Report  Folder B 
                  i-view  b1
                  i-view  b2
                  i-view  b3
                  i-view  b4
                  i-view  b5
                  i-view  b6

    Hi,
    Thank you very much.  The problem is the Folder didn't 'open when the user logs on.  Yes, the iview can be openned.  Does anyone know how to set the default Open for the Folder.  My question is about the folder in BI portal.  Yes, the ivew we can set the defaul Open but we have Folder in the portal and our user wants to be able to see the report lists when they log on to the Portal.
    For example:
    Our Current situation
        Navigation Panel
       .>Act vs Plan report Folder_
       .>Year to Day report Folder_
    Hope To Be (When user logs on the BI Portal)
       Navigation Panel
        .>Act vs. Plan report Folder
            (i-view) Report A
            (i-view) Report B
            (i-view) Report C
            (i-view) Report D
            (i-view) Report E
    .>Year to Day report Folder
           (i-view)  Budget by Cost Element report
           (i-view)  Actual by Cost Center report
           (i-view)  Income statement report
           (i-view)  Balance Sheet report

  • After latest OS update, half of all menu bars are black, anyone else?

    Hi,
    I'm on a refurb MBP and just updated to OSX 10.8.3. It was fine yesterday after the restart, it slept all night, never shut it off, then when I opened it up this morning all of my menu bars are half blacked out. They still work. I just have to hover and click. But notice the apple is over the "help" menu? Strange. When you click on that apple you get the help menu, the original apple menu can still be accessed from it's original location. And the fact that only half of it is blacked out suggests a glitch rather than a setting switch.
    Anyone having the same issue?
    Thanks

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, or by a peripheral device.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • HT202159 I was downloading a app from the app store and it downloaded about 85% then gave an error message download failed but when I reopen the app store to the purchases the resume button show but when i click it the same error comes up failed to downlo

    I was downloading a app from the app store and it downloaded about 85% then gave an error message download failed but when I reopen the app store to the purchases the resume button show but when i click it the same error comes up failed to download

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select
    /var/log ▹ install.log
    from the hierarchical list on the left. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar. Then select the messages from the last installation or update attempt, starting from the time when you initiated it. If you're not sure when that was, start over and note the time. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.

  • Expandable menu buttons are not working in transaction iviews

    Hi,
       I created the transaction iviews and it connects to the backend. I can able to see all the data's but when I click the Menu, its not expanding. I activated the all the services as per the note517484 and 1088717. When I go to the Webgui service in SICF and test the service, it did the same as not expanding. Any way that we can make the menu to work.
    Thanks

    Hi Raghu,
       Thanks for your quick response. I can able to see my Menu and the system buttons but when I click the Menu or System button, it should expand and show all the menu under that. But In my case i couldn't see what I supposed to be.
    Thanks
    John

  • Hot links no longer work. When I click on them nothing at all happens. What do I do?

    Hot links no longer work. When I click on them, nothing at all happens. what do I do to fix this problem?

    That is just a link to what is already on this website. I don't know what any of that stuff MEANS. Tell me what to click on in my computer, if you know. I THINK it has Windows 8.1 but don't know how to tell. I was nagged into installing 8.1 and didn't like it and tried to uninstall it but I think it is still there. The hyperlinks were still working long after that. Now, suddenly, google chrome doesn't work, hyperlinks in emails (only) don't work. I don't know how to "reset" anything. This was working fine; now it isn't. I didn't do anything different, and every time I get a message it directs me to click on a hot link and my problem is that hotlinks in my e-mails are NOT WORKING!!! HELP!!!

  • I cannot find a way to sort the bookmark folders themselves alphabetically by name.I am not talking about in a view mode but in the way they are displayed when I click on my bookmarks tab. Can someone explain to me how to accomplish this.

    I have a lot of various book mark folders with websites contained within each folder. I am able to sort the websites within each folder alphabetically by name but I cannot find a way to sort the bookmark folders themselves alphabetically by name.I am not talking about in a view mode but in the way they are displayed when I click on my bookmarks tab. Can someone explain to me how to accomplish this other than manually dragging them as this is extremely hard for me due to the fact that I am a quadriplegic with limited hand movement dexterity

    Bookmark folders that you created are in the Bookmarks Menu folder. "Sort" that folder.
    http://kb.mozillazine.org/Sorting_bookmarks_alphabetically

  • My files on pages cannot be opened, when I click on them appear" file impossible to open". All is.saved.on iCloud and iCloud drive and on my devices is the same

    My files on pages cannot be opened, when I click on them appear" file impossible to open". All is.saved.on iCloud and iCloud drive and on my devices is the same
    All iCloud systems works properly, also  WiFi and devices and the system
    Help me please

    hi there,
    try booting into safe mode, by pressing the Shift button once you hear the startup sound.
    Hope this helps,
    Chris

  • Moving tabs from one window to another makes the new window vanish. I have hot corners enabled so when I move up to the right corner of my display I can see all my open windows but when I click on the tab that I moved to make it its own window it vanishes

    Moving tabs from one window to another makes the new window vanish. I have hot corners enabled so when I move up to the right corner of my display I can see all my open windows but when I click on the tab that I moved to make it its own window it vanishes

    I came up with an alternative solution.
    Instead of actually trying to move the JInternalFrame from one JDesktopPane to another, I added a single, maximized JInternalFrame to the left side. When one of the right side frames is to be docked, I merely copy its ContentPane to the single JInternalFrame on the left, set the original to be non-visible, and adjust the properties of the JSplitPane to make the "docked" frame appear.
    When the "close" button on the docked frame is pressed, I simply undo this procedure to "undock" the frame and redisplay it on the right-hand side (with its content intact from the docked frame, but in its original position).

  • The apps on my iPhone 6 are grayed out and say "Waiting-" when i click on them.

    I just upgraded to an iPhone 6. I backed up all my apps from my old iPhone 4 to my iTunes on my computer (MacBookPro). I then plugged in the new iPhone 6 and did a restore using the files from my old iPhone.
    Everything transferred over perfectly but now, about half the apps I purchased on my old phone are grayed out. When I click on them they say "Waiting…" but nothing happens. Does anyone know how to fix this problem?

    I am having the same problem. I have many dark icons that say waiting. I can't do anything with them. I can't even delete them because they do not get the little x on the upper right corner like the light apps get. I do not know what to do. If I call Apple they will charge me for support as my phone is over a year old.

  • CTI OS Toolkit - Buttons are disable when transfer the call

    Hello guys, i've been in a bad situation and i don´t know how to resolve the problem.
    Here where I work, I installed the CTI Toolkit, but when a agent try to transfer the call to another agent, the toolkit disable all the functions, but it still on, the agent still logged,receive others call, but he can't do anything, because all the buttons are disabled.
    I found a workaround, when occour this, i reset the IP Cisco 7960 Hardphone, so I logged out the agent and logged in again.
    I collect the cti server log, cti os log and the pg log, and I found something, but i don't know how to resolve this problem. Here is a little part of the logs, but I have all the logs completely here, if you want.
    Here is the problem: "The agent Simone Minelli (Id: 5012, ext: 2215)  reported that days 17.09.2010 at 10:25 until 10:26, the CTI OS toolkit  lost
    their task and got the buttons disabled, thereafter transfer  the call to the agent Laryssa Oliveira (ID: 5096, ext: 2202)".
    In appended, i fixed the cti os log, cti server log and the pg log. Thanks everybody!!
    Here is only the cti os log, but fixed there are others:
    10:25:32 CTIOS1-ctios Trace: [agent.5000.5012] AGENT_STATE_EVENT ( eTalking ) [CtiosBaseAgentObject,
         T_BASE_AGENT_AGENT_STATE_EVENT, 89501]
    10:25:32 CTIOS1-ctios Trace: [call.5000.17056904] RTP_STARTED_EVENT [CtiosBaseCallObject,
         T_BASE_CALL_RTP_STARTED_EVENT, 40001]
    10:25:44 CTIOS1-ctios Trace: ClientMgr[1]::OnConnectionClosed, Client[0x40754a0][01211]
    10:26:29 CTIOS1-ctios Trace: [call.5000.17056970] CALL_FAILED_EVENT [CtiosBaseCallObject,
         T_BASE_CALL_CALL_FAILED_EVENT, 2751]
    10:26:52 CTIOS1-ctios Trace: [call.5000.17056904] CALL_CONNECTION_CLEARED_EVENT [CtiosBaseCallObject,
         T_BASE_CALL_CALL_CONNECTION_CLEARED_EVENT, 39001]
    10:27:24 CTIOS1-ctios Trace: [skillgroup.5000.40] QUERY_SKILL_GROUP_STATISTICS_REQ
         [CtiosBaseSkillGroupObject, T_BASE_SKILL_QUERY_SKILL_GROUP_STATISTICS_REQ,
         788751]
    10:27:24 CTIOS1-ctios Trace: [skillgroup.5000.40] QUERY_SKILL_GROUP_STATISTICS_CONF
         [CtiosBaseSkillGroupObject, T_BASE_SKILL_QUERY_SKILL_GROUP_STATISTICS_CONF,
         788751]
    10:27:51 CTIOS1-ctios Trace: [agent.5000.5012]::DisableSkillGroupStatisticsReq()- Empty skill group number
         list provided.[CtiosBaseAgentObject,
         T_BASE_AGENT_DISABLE_EMPTY_SKILLGROUP_LIST, 985]
    10:27:51 CTIOS1-ctios Trace: [agent.5000.5012]::DisableSkillGroupStatisticsReq()- Empty skill group number
         list provided.[CtiosBaseAgentObject,
         T_BASE_AGENT_DISABLE_EMPTY_SKILLGROUP_LIST, 986]
    10:27:51 CTIOS1-ctios Trace: ClientMgr[1]::OnConnectionClosed, Client[0xf841a8][SILVMIN1-VM-2872-2796]
    10:29:41 CTIOS1-ctios Trace: [skillgroup.5000.35] QUERY_SKILL_GROUP_STATISTICS_REQ
         [CtiosBaseSkillGroupObject, T_BASE_SKILL_QUERY_SKILL_GROUP_STATISTICS_REQ,
         789001]
    10:29:41 CTIOS1-ctios Trace: [skillgroup.5000.38] QUERY_SKILL_GROUP_STATISTICS_CONF
         [CtiosBaseSkillGroupObject, T_BASE_SKILL_QUERY_SKILL_GROUP_STATISTICS_CONF,
         789001]
    10:30:03 CTIOS1-ctios Trace: [call.5000.17057099] CALL_DATA_UPDATE_EVENT [CtiosBaseCallObject,
         T_BASE_CALL_CALL_DATA_UPDATE_EVENT, 37001]
    10:30:39 CTIOS1-ctios Trace: [agent.5000.5056] AGENT_STATE_EVENT ( eAvailable ) [CtiosBaseAgentObject,
         T_BASE_AGENT_AGENT_STATE_EVENT, 89751]
    10:30:49 CTIOS1-ctios Trace: ClientMgr[1]::OnConnectionClosed, Client[0x40754a0][01213]
    10:30:56 CTIOS1-ctios Trace: [agent.5000.5012] QUERY_AGENT_STATE_REQ [CtiosBaseAgentObject,
         T_BASE_AGENT_QUERY_AGENT_STATE_REQ, 1501]
    10:30:56 CTIOS1-ctios Trace: [agent.5000.5012] QUERY_AGENT_STATE_CONF ( eLogout ) [CtiosBaseAgentObject,
         T_BASE_AGENT_QUERY_AGENT_STATE_CONF, 1501]
    Thanks!

    Is this with the out of the box CTIOS desktop?  Any customization?
    david

  • I am informed by FF that there are updates. When I click on them the window just says it's trying to connect to the server and never does. I have a Mac Powerbook with 10.4.11 and FF 3.6.13

    # Question
    I am informed by FF that there are updates. When I click on them the window just says it's trying to connect to the server and never does. I am never able to update and I believe FF is now up to 3.6.17.
    I have a Mac Powerbook with 10.4.11 and FF 3.6.13.
    Joel E. Pittenger cell: 314-724-8820

    That is because that Firefox 3.6.x version has been released later than the Firefox 4 version.
    If you have problems with updating then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Firefox 3.6.x: http://www.mozilla.com/en-US/firefox/all-older.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

Maybe you are looking for