The drop down menu on my laptop isn't working on any of the sites i go to

I have window 7 about 2 weeks ago I was having trouble accessing drop down window. I could click on the arrow and it was flickering and then would go away. It happened with every website I went to. I changed the battery in my mouse and then it started to work. This morning it is doing the very same thing so I changed the battery thinking this would work. It still isn't working

Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
*Don't make any changes on the Safe mode start window.
*https://support.mozilla.com/kb/Safe+Mode

Similar Messages

  • The feature "Mentions" in Facebook does not work and in fact no drop down menu even appears, although it does work in IE.

    Didn't know that I'd have the chance to say more so I pretty much summed it up in the first question. lol! Hopefully all are familiar with the "Mentions" feature on Facebook. It allows you to "tag" a friend when you comment on a post or make a post. The process is that you type "@" and then the first letter of the friend you want to tag, and a drop down appears with all friends starting with that letter. Choose your friend and then make your comment. Their name will not appear in your comment but they will get a notification that it was directed at them.
    My problem is that it simply doesn't work in Firefox although it works fine in IE & Chrome. This seems to only be my problem as others using Firefox are having no problem. What could it be? Thanks!

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Help with IE drop down menu stretching across page, Chrome & Firefox work perfectly.

    I have set up a spry menu in my page.  file:///C:/Users/Kim/Documents/PQH_xhtml/index.html
    Everything works great in Chrome and Firefox. Just not in IE.  The only problem I am having is in IE the drop down menus stretch out all the way across the page.
    I have tried changing the width, but it messes up Chrome and Firefox.  Just need IE to shorten up the width of sub menus.
    Any help is GREATLY appreciated!!!

    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    background-color: #f9f8f6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: oblique;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 14.28%;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 100%;
    position: absolute;
    left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    float: none;
    clear:left;
    width: auto;
    white-space: nowrap;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #EEE;
    padding: 0.5em 0.75em;
    color: #333;
    text-decoration: none;
    border: thick ridge #3b87d5;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #33C;
    color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    background-color: #33C;
    color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
      display: inline;
      f\loat: left;
      background: #FFF;

  • "Choose what folder to store your bookmark in by picking one from the drop-down menu. Or "choose"". Neither works, it only and ever shows 5 of 20 folders I have....help

    I want to bookmark a page I click star or right click. I pick bookmark menu as it has all my folders, however, my only "folder" options are the same five, even if I pick "choose" it doesn't give me ALL my folders to "choose" from, I've mess with this for a year now, the only way to get my page into a "folder" that I want but wasn't given the option in the "bookmark this page box" is to bookmark it (not in a folder-because I don't want the choices given to me) then go to "organize bookmarks", find page and drag it into the "folder" I wanted it to go in in the first place......I'm sooo frustrated, why can't ALL the folders you have show up and then pick one? WHY ONLY a few show up as choices...sigh

    Try using the Add Bookmark Here ² extension. You can drag the Add Bookmark window to the size you want to see. <br />
    https://addons.mozilla.org/en-US/firefox/addon/3880

  • In Elements 11 the selection drop down menu has no colour range tool....where is it??? HELP!

    I'm keen to remove and replace some backgrounds, including sky's...the best tool for this is the colour range tool...it is not in the selection tab drop down menu where it should be located...any ideas please where to get it or sort this...many thanks!

    Duplicate post. To avoid confusion, please reply in this thread:
    http://forums.adobe.com/thread/1155053?tstart=0

  • Spry Tabbed Panels overwritting Flash drop down menu in IE

    I am having an issue with Spry Tabbed Panels appearing above
    a Flash drop down menu in IE6 & IE7 but it works fine in
    Firefox. Would someone be able to educate me on what I can do to
    fix this problem. The page that is exhibiting this problem is
    http://us.shuttle.com/performance.aspx
    I’ve tried adding “WMODE” to my flash menu,
    also updated “SpryTabbedPanels.js to version 0.5 –
    pre-release 1.6”, but neither way is
    helping…….

    Thank you very much for the suggestion. Yes, this is how I
    tried:
    .TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 100%;
    z-index: 1000;
    I’ve been tried setting Z-index to from 50 to 2000 in
    attached css, but still not working.

  • Spry Tabbed Panels overwritting Flash drop down menu in IE but display fine in Firefox

    I am having an issue with Spry Tabbed Panels appearing above
    a Flash drop down menu in IE6 & IE7 but it works fine in
    Firefox. Would someone be able to educate me on what I can do to
    fix this problem. The page that is exhibiting this problem is
    http://us.shuttle.com/performance.aspx
    I’ve add “WMODE” to my flash menu,
    also updated “SpryTabbedPanels.js to version 0.5 –
    pre-release 1.6”, but neither way is
    helping…….

    Thank you very much for the suggestion. Yes, this is how I
    tried:
    .TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 100%;
    z-index: 1000;
    I’ve been tried setting Z-index to from 50 to 2000 in
    attached css, but still not working.

  • Problems with mm_menu.js (drop-down menu)

    I've made a couple of sites with mm_menu.js (drop-down menu) made by Dreamweaver. It works fine in Firefox, Google Chrome. It worked fine in Internet Explorer up to version 9. In version 10 the mm_menu.js doesn't show at all, and in version 11 it does
    show up, but places itself in the upper left corner of the browser. Can anyone explain why this is so? Is there any fix one can put in the code to make the drop-down menu look correct?

    This is the TechNet Forum for Questions regarding Internet Explorer 8, 9, 10 and Internet Explorer 11 for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions.
    For better assistance please ask for help in the MSDN IE Development Forums.
    Thanks & Regards,
    Vincenzo Di Russo
    Microsoft® MVP Windows Internet Explorer, Windows & Security Expert - since 2003.
    Moderator in the Microsoft Community and TechNet Forums
    My MVP Profile

  • How to make animated drop down menu responsive?

    Hi
    I've made an animated drop down menu in Edge Animate. It works fine at 945px wide with drop downs coming from 4 of the links. When the window is resized to 700px I want to reduce the 8 top links down to 4 and have longer drop downs and the same again at 400px wide. How do I do this as Edge has no media queries. do I use symbols?
    Thanks.

    Hi garyt88,
    Found something that could help although I have to admit that I have not tried it myself.
    Adobe Edge HTML5 Interactive Drop-Down Menu Tutorial - YouTube
    Thanks,
    Preran

  • MouseOver drop down menu

    Does anyone know how to create a mouse over drop down menu in iWeb?

    Have you worked with Spry menus....make your menu using that.
    It creates the css and js file for the menu....
    Following is a sample menu code that spry creates in the html:
    <div id="menuBar">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a class="MenuBarItemSubmenu" href="aboutus.html">About US</a>
          <ul>
            <li><a href="aboutus.html">Company Profile</a></li>
            <li><a href="vision.html">Vision, Mission &amp; Core Values</a></li>
    <li><a href="team.html">Managment Team</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Products</a>
          <ul>
            <li><a href="#">MacuBoost<sup>TM</sup></a></li>
            <li><a href="#">ImmuneUp<sup>TM</sup></a></li>
    </ul>
        </li>
        <li><a href="#">Doctors Section</a>      </li>
        <li><a href="#">Facilities</a>      </li>
        <li><a href="#" class="MenuBarItemSubmenu">Resources</a>
          <ul>
            <li><a href="#">Food Guide &amp; Health Articles</a></li>
            <li><a href="#">Nutrition Facts</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Careers</a>
          <ul>
            <li><a href="emp_practices.html">Practices</a></li>
            <li><a href="#">Benefits</a></li>
            <li><a href="#">Apply for Job</a></li>
          </ul>
        </li>
      </ul>
    </div>
    Instead of an item like <a class="MenuBarItemSubmenu" href="aboutus.html">About US</a> you need to put an image in place of About Us tag.
    Otherwise there are tons of sample menus freeely available and all u need to do is search
    Hope that helps.
    Regards,
    Vinay

  • It won't let me share my movie. Nothing happens when I click "share" or even in the drop down menu. I don't get options. HELP! I need this video by tonight!

    I have worked with iMoive a ton and have never had an issue. I consider myself pretty computer savvy. This new iMovie is not my friend. It will not let me share my new video. I click on the project and click "share" like it says but I don't receive any further prompt. It literally does nothing. I tried the drop down menu and I see the "share" with an arrow indicating there are options but no drop down menu appears. I need this video by tonight to submit for work. HELP!

    I got it to share! No reloading iMovie!
    I do not have Mackeeper on my laptop
    I have the movie files on an external hard drive
    1. Close out iMovie
    2. Eject the external hard drive
    3. Start up iMovie
    4. Plug in the external hard drive
    5. Go into finder and double click on the folder containing the movie
    6. Select the movie as if to edit
    7. Share it!
    I hope this works for you too

  • Cannot remove autocomplete entry from address bar; have already cleared history, and entry is not in the drop-down menu of the address bar either.

    I am having problems removing an autocomplete entry from my address bar; I have tried clearing my history, so it's no longer in that, and I do not have it bookmarked either, so it's not getting the URL from that location either. The autocomplete entry isn't even showing up in the drop down menu, so I can't even scroll through that to delete it.
    Basically, I want to be able to type "st" and go to "store.steampowered.com"; however, despite numerous times of typing in "st" and then going down into the drop-down menu to choose "store.steampowered.com", the bar continues to autocomplete "steamtrades.com", which is exceptionally annoying because I do not have that website bookmarked, or in my history, yet it continues to autocomplete to that address, which I do not want it to autocomplete to, and cannot figure out how to remove because I've already cleared my history multiple times, do not have it bookmarked, and it is not showing up in the drop down of the address bar for me to go down and force delete it.

    Did you try to remove some letters from steamtrades.com to see if that bring this entry up in the drop-down list?
    If it is not in the history then it might be present with a typed=1 flag indicating that you have typed or pasted it in the location bar.
    You can use the SQLite Manager extension in Firefox to inspect the places.sqlite file to see if this entry comes up in the moz_places table.
    *SQLite Manager: https://addons.mozilla.org/firefox/addon/sqlite-manager/
    <pre><nowiki>SELECT datetime(visit_date/1000000,'unixepoch') AS visit_date, url, title, visit_count, frecency
    FROM moz_places, moz_historyvisits
    WHERE moz_places.id = moz_historyvisits.place_id AND url LIKE '%steamtrades.com%'</nowiki></pre>

  • Why Adobe Acrobat XI Pro is not in the drop down menu?

    I tried to activate Adobe Acrobat XI Pro (Windows) in a Windows 7 Virtual Machine in Parallels in my MacBook Pro, but it isn't available in the drop down menu that is shown to activate the product. My serial number is correct. What can I do?
    I installed Adobe Acrobat XI Pro in Boot Camp within the same computer, but I couldn't used it any more as I had a major failure with Windows 7 in such partition. Therefore, I couldn' deactivated it before reinstalling it in the Parallels virtual machine. In any case,  there shouldn't be a problem with the License as the new installation is the second one, and I can't used the first installation anyway.
    Thanks.

    It makes perfect sense. Thanks.
    It's not part of a Suite, but thanks for your comment.
    PROBLEM SOLVED!
    I downloaded & reinstalled my previous versions of Acrobat and the problem was solved. Thanks again.

  • How do I find the drop down menu on Safari?

    I'm a total novice so apologies right now.  I've only had my Mac for a couple of weeks and already I can't sign into ebay which (on my old pc) meant I had to clear my cache.  I've searched and seen that I have to use the drop down menu but er, I have no idea what that is, where I can find it or how.   Many thanks in advance!

    Like I said, apologies!   Obviously, I didn't make myself clear at all!  Bodycalming, I can confirm that it isn't always possible to successfully sign into ebay.  Especially if you need to clear your cookies.
    Thank you Carolyn, I actually laughed when I read your reply and I'm sorry to have wasted your time.  I've been on ebay since 2003 so I know how to sign in there, I was just being bounced back to the sign in page each time I tried.  As I said, I knew how to deal with it on my old pc but was at a loss on my shiny new Mac. 
    shdr2thewheel, thank you for those links, I've had a quick look and they seem really useful.  I've already implemented a few changes!  I found the drop down menu now and have cleared my cookies and it seems to be working just fine.
    Thank you!

  • How do I put my tabs back up beside the orange firefox drop down menu?

    I have an Acer Mini. In order to optimize screen space, I closed most of the toolbars down, leaving the navigation bar and the tabs on top. They appeared in the blue space beside the orange "firefox" drop down menu. I turned away from the laptop to tend to my baby and when I turned back, my 2 yr old was mashing keys. I don't know what he did, but now I can't get the tabs back up there.

    Upper-right corner of Firefox, hit the center of the 3 buttons to Maximize the browser window.

Maybe you are looking for