Where is the Page History down arrow?

Where is the Page History down arrow? This should be part of the forward/back icon in the address bar. Not showing in Vista.
All I have is the Forward and Back arrows - no down arrow that would bring up recent pages in order loaded.

If you want the drop-down arrow you can add it with the Back/forward dropmarker add-on - https://addons.mozilla.org/firefox/addon/backforward-dropmarker

Similar Messages

  • The keyboard on my macbook air has stopped working. It was fine at lunch time now the up and down arrows move the page and the left and right take me into dashboard and out. The keys beep if pressed the only way to type is to use bluetooth keyboard.

    The keyboard on my macbook air has stopped working. It was fine at lunch time now the up and down arrows move the page and the left and right take me into dashboard and out. The keys beep if pressed the only way to type is to use bluetooth keyboard.please help

    "If none of the keys work, your computer may be showing a low battery alert that you can’t see.
    Connect your computer to an electric outlet or an external keyboard to see the alert".
    http://support.apple.com/kb/PH10680
    http://support.apple.com/kb/ts1381
    Reset PRAM.  http://support.apple.com/kb/PH4405
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • Where is the page up key on the bluetooth keyboard

    I'm an ex-windows guy and I'm having issues with shortcut keys in Pages & Numbers. I have downloaded whatever documents that I found.
    Ex:
    Go to previous sheet
    Command–Page Up
    Where is the page up key?
    Scroll to beginning of sheet
    Home
    Scroll to end of sheet
    End
    Where are the home & end keys?

    Page up, on a keyboard without the Page Up key is fn-up arrow; Page down is fn-down arrow.
    Add command to the combination for 'up one sheet' or 'down one sheet.'
    Home: fn-left arrow
    End: fn-right arrow
    These will scroll to the top and botom respectively of the active sheet. Note that the focus (selected cell) does not change.
    Regards,
    Barry

  • Move over the table rows using the up and down arrows using the javascript

    i had a dynamically generated html table in jsp .
    i need to move over the rows up and down .
    when the up and down arrow keys are pressed Highlight the row and after moving when i press the enter key other required page is to be displayed .
    please help me as soon as possible what events are to be used for the arrow keys and Highlight the row

    i got the code for it
    if (navigator.appName == "Microsoft Internet Explorer") {     
         document.onkeydown = processKeys;
    } else {
         document.onkeypress = processKeys;
    function processKeys(e) {  
         var keyID = (window.event) ? event.keyCode : e.keyCode;
         switch (keyID){
         // Key up.
         case 38:
              if (parseInt(currentRow) == parseInt(0)) {
                   // reached the top of the table; do nothing.
                   return true;
              } else {
                   // move one row up.
                   currentRow = parseInt(currentRow - 1);
                   setCurrentRow (currentRow, currentRow + 1);
                   return false;
              break;
         // Key down.
         case 40:
              if (currentRow == (numRows - 1)) {
                   return true;
              } else {          
                   currentRow++;
                   setCurrentRow (currentRow, (currentRow - 1));
    if (currentRow > VISIBLE_ROWS) {
    return true;
    } else {
                   return false;
              break;
         // enter key     
         case 13:
              var curRowId = boardMemberListTable.rows[currentRow].id;          
              return false;
              break;
    //onclick
    function selectRow(row) {
         inQuad3Edit = false;
         searching = false;
         var eleTableRows = boardMemberListTable.getElementsByTagName("tr");
         for (var i = 0; i < eleTableRows.length; i++) { 
              if (eleTableRows.id != row.id){
                   eleTableRows[i].className = "board-row-normal";
              } else {
                   currentRow = i;          
         row.className = "board-row-sel";

  • How can I create a scrolling effect where when the user scrolls down the image will blur out?

    How can I create a scrolling effect where when the user scrolls down the image will blur out?

    Hi there,
    You can create a scroll motion where the image will fade out on scrolling, you need to use the Opacity tab under Scroll Effects Panel.
    If you particularly need the image to be blur out, then you need to edit that image in any image editing program and make one copy of that image as blurred, then place both images (actual and blurred) on that page and use scroll motion or fade option to replace images.

  • In my Yahoo mail: when I click on any opened email the page jumps down to the bottom of the email. I've contacted Yahoo about this. Is this a problem with Yahoo, Mozilla or neither? Is it just my computer has something wrong with it? This started last wee

    When I open a Yahoo email the page jumps down to the bottom of the page. Is this a Yahoo problem, Mozilla or neither?
    == This happened ==
    Every time Firefox opened
    == last week

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    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.org/kb/Safe+Mode

  • How do I add "Save As" to the Pages drop down menu?

    How do I add "Save As" to the Pages drop down menu?

    It took me awhile but I found what I was looking for. This is posted at http://www.tuaw.com/2012/07/29/get-save-as-back-on-mountain-lions-file-menu-easi ly-and-without/
    Option 1. Terminal.app If you are comfortable using Terminal.app, you can add a different keyboard shortcut this with one simple line. First, quit all your apps except Finder and Terminal. Then paste this command (as one line) into Terminal.app (and press Return):
    1
    defaults write -globalDomain NSUserKeyEquivalents -dict-add 'Save As...' '@$S' 
    view rawdwrite-global-saveas.sh hosted with ❤ by GitHub
    That's it!
    Launch TextEdit and open the 'File' menu and you should see "Save As..." back in its rightful spot with its original Command + Shift + S shortcut, as shown in the image above.
    Aside: After you enter the 'defaults write' command, you will not see any confirmation that it was entered correctly. Terminal.app is a little terse sometimes. If you want to verify it from the command-line, enter this:
    defaults read -globalDomain NSUserKeyEquivalents
    and look for "Save As..." = "@$s"; in the output.
    Option 2. System Preferences.app If you would rather not use Terminal, it's still very easy to add the keyboard shortcut.
    Launch the System Preferences.app, then open the "Keyboard" preference pane.
    At the top you will see "Keyboard" and "Keyboard Shortcuts" – click "Keyboard Shortcuts" (labeled '1' below). Then in the list on the left side, click "Application Shortcuts" (labeled '2' below). Then click the "+" button (labeled '3' below):
    Once you press that "+" button, a small window will appear asking you to enter the title of the menu item and the keyboard shortcut that you want to use.
    Enter "Save As..." in the "Menu Title:" field, and then press the keyboard shortcut that you want to use. In the example below I pressed Command + Shift + S:
    Note: It used to be true that you had to enter an actual ellipsis (which you can get by pressing Option+ ; on a US-English keyboard). However, when I tested this in Mac OS X 10.8.2, it worked with three consecutive periods.
    Bonus Tip: Hide the "Duplicate" menu item.
    In my original article I suggested that you also enter a keyboard shortcut for "Duplicate" and while youcan do that if you wish, you do not need to do that.
    However, if you would like to hide the Duplicate menu item, you can do that. There are two steps: first, remap "Save As..." to Command + Shift + S (as shown above). Then the 'trick' is to remap "Duplicate" to Command + Shift + Option + S.
    What you will have done is swap the keyboard shortcuts for "Duplicate" and "Save As..." which means that OS X will make "Duplicate" the optional command. If you open the "File" menu and hold down "Option" the "Save As..." command will change to "Duplicate"
    (Thanks to TUAW reader 'rbascuas' for pointing this out in response to the original article!)
    Important Addendum: "Keep changes in original document"
    As we reported in August 2012, the "Save As..." command in early versions of 10.8 had an unexpected and likely unwanted side effect in Mountain Lion: it would save the changes in the new document (created by "Save As...") but would also save the changes to the original document.
    However, Apple realized that users might not want that behavior, so in Mac OS X 10.8.2 they added an option "Keep changes in original document" which you can see here:
    Option A: If you want to save the changes you've made in the document and then save the document with a different name, then make sure that the box is checked.
    Option B: If you want your original document to stay as it was when you last saved it and create a new document based on the modified content of that document, then make sure that box is not checked.
    If you do not see the 'Keep changes in original document' box, then the application is probablygoing to give you the "Option B" behavior, but if you are not sure, I would suggest choosing Cancel in the "Save" dialog, then copy and paste the contents of the document into a new file, and save the new file. I know that's several extra-and-less-convenient steps, but if you are worried about preserving the original document, better safe than sorry.
    You could also save the file, duplicate it in Finder, and rename the new instance. Open old file and revert to previous save using 'Versions'.
    Frankly,I wish that Apple had just left the "Save As..." command alone, but for some reason they didn't ask my opinion. That said, I'm glad that they brought it back in Mountain Lion. I would have paid $20 for that feature alone.
    Note: This article was re-written and republished on 2013–02–21. The original process still works, but I wanted to update it to reflect some additional information.

  • The up and down arrows for the Finder columns are difficult to bring into view - any way to make them easier or permanent?

    Hi -
    My husband works with multi-level folders, each with way more content than will fit on the screen.  He says that he can't get the up and down arrows to show up when he is looking for a file in Finder, or wanting to move or copy files to another folder several layers up.  They will apparently show up at times, but if he isn't fast enough, they disappear before he can get his mouse over to them.  He cannot use a Magic Mouse or a touchpad, which would solve the problem with finger gestures.  He thinks this happened when I put Lion on our computers several months ago.  My own files are not so extensive, and I can use a Magic Mouse, so I haven't noticed any problem.
    Was there a change in Lion - assuming that finger gestures would replace the up and down arrows onscreen?  Is there a workaround to get this functionality back?
    Any help would be appreciated, thanks!

    Canon cameras don't play will with other FireWire devices on the same bus. You could try disconnecting the WD drive and connecting the camera directly to the computer without and capturing to the internal drive. It should be fast enough for DV.
    One probably is that your version of FCE is not supported on the version of the OS you are running. The last version I think that works with that software is 10.4.10 or earlier.

  • Why am I recently unable to use my mouse to scroll email topics or content?  I can only use the up and down arrows keys to scroll.

    Why am I recently unable to use my mouse to scroll email topics or content?  I can only use the up and down arrows keys to scroll. I am able to use my mouse to scroll through internet searches.  It only seems to have affected my email messages.

    Try a restart.
    Do a backup, using either Time Machine or a cloning program, to ensure files/data can be recovered. Two backups are better than one.
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode - Mavericks
    Safe Mode - About

  • EXCEL - when I click in a cell or in the formula bar, the page jumps down.

    When I click in a cell or in the formula bar, the page jumps down. 
    I am not clicking on the border, so it's not that. 
    It doesn't happen in all documents... just some.  I copied the info to a new doc and it didn't do it right away, then started happening.
    Macros are off.
    How can I make this stop happening?
    Thanks!

    Plesase post Excel related questions on Microsoft's own forums for their Mac software.  Apple Communities only provide support for Apple products:
    http://answers.microsoft.com/en-us/mac

  • Where are the page comments stored?

    Hello,
    does anybody know where are the page comments are stored?
    I searched the view APEX_APPLICATION_PAGES, but I can`t find them.
    I hope you can give me a hint!
    Thank you,
    Tim

    Hey Scott,
    thanks for your quick answer!
    In the table wwv_flow_app_comments is only one entrs, and that is a comment of a HTML Region!
    So the comments of the pages, which i put into the comment text field in the page detail are not there!
    What is wrong?
    Is there a reason why there are a few for the regions, items, processes and so on, but not for pages?
    It is a little bit confusing...
    Thank you,
    Tim

  • The scrollbar won't move when I click the up and down arrows or try to drag the bar, why is that?

    I just updated to version 4.0.1. After I updated and got the browser up again, I tried to scroll by clicking the bar and trying to drag it. This didn't work. So then I tried clicking the up and down arrows. This did not work either. The only way I am able to scroll is by using the up and down arrow keys on my keyboard.

    I just updated to version 4.0.1. After I updated and got the browser up again, I tried to scroll by clicking the bar and trying to drag it. This didn't work. So then I tried clicking the up and down arrows. This did not work either. The only way I am able to scroll is by using the up and down arrow keys on my keyboard.

  • Where is the Pages free trial?

    Where is the Pages free 30-day trial?

    You are right, you can't download iWork trial anymore. You can only go to the AppStore. That is bad. I don't like applications that one can't try out first. It is like buying the pig in the sack (swedish proverb)
    Here is a treat. Yvan has the trial on this address
    http://www.box.com/s/00qnssoyeq2xvc22ra4khttp://www.box.com/s/00qnssoyeq2xvc22ra4k
    Go For iWork09 > trial

  • Every time I scroll up on my wireless mouse, the page scrolls down instead.

    Everytime I scroll up on my WIRELESS MOUSE, the page scrolls down instead. When I scroll down, the page scrolls up! Help? What happened? Do I need a new one?

    You can change it in System Preferences > Mouse > Point & Click tab > uncheck Scroll direction: natural.

  • Please advise where is the page that lets me choose what I share with Mozilla / Firefox is.

    Mozilla - Firefox Choose what I share
    https://support.mozilla.org/en-US/questions/new/desktop/privacy-and-security
    Occasionally my computer seems to go off on a frolic of its own - lights on, whirring, very slow to respond to my instructions, etc. Recently I noticed a message in the bottom right corner of my screen along the lines 'Choose what I share' There was an explanation that Mozilla sent Firefox information [or vice versa] and a claim this somehow made my life better. I thought I would choose what I share but the message disappeared and I have been unable to find the relevant page.
    Please advise where is the page that lets me choose what I share with Mozilla / Firefox is.

    OK a bit more detail. I have tried to avoid or explain jargon. Note the blue bits in the text are clickable [http://en.wikipedia.org/wiki/Hyperlink links] to other documents/sites
    Feedback:
    If you use the input/feedback button the information you send will be public, but that is the point of sending it.
    That is were you send short comments about Firefox. More than one way of doing this:
    * a button on the browser
    * the ''[Suggestion Box]'' option on some of these pages
    * or the link
    ** https://input.mozilla.org/en-US/feedback/
    An example of some of the public comments
    *https://input.mozilla.org/en-US/?happy=1&platform=Windows%207
    Crashes:
    You will need to send that information if you wish to get help with crashes. The email address is optional (and I do not think it is public).If you file a bug however you will need to provide an email address that will be publicly displayed
    [http://en.wikipedia.org/wiki/Crash_%28computing%29 Crashes] are when Firefox suddenly breaks and stops working entirely. If you are lucky it may restart again but it may continue to crash or be totally unusable.
    [http://en.wikipedia.org/wiki/Software_bug Bugs] in this context are the discussions by the experts fixing or modifying Firefox, often initiated by a bug report from an end user.
    If you need help with your crash Mozilla needs some techie information about the crash before they can do anything about it or help you.
    [[Send performance data to Mozilla to help improve Firefox |Telemetry]]:
    At present, I think, you will only see the information yourself if you submit.
    This is a feature that send some basic information about Firefox performance. It was introduced after it was realised Firefox was doing some things very badly, but the full extent of the problem had not been quickly identified.
    Firefox Health Report:
    Experimental feature still in development
    Aimed at helping the end user fix Firefox.
    You will find all sorts of information in these blogs
    * https://blog.mozilla.org/privacy/
    but unfortunately they do contain jargon and are written for those already interested in the subject, who know something of the features of Firefox and related software.

Maybe you are looking for

  • BT Infinity Problems

    My BT Infinity line was up and down and getting more and more unreliable and in desperation I rang BT help line on the 31st October and raised the fault. A very frustrating process with support staff not listening and generally talking over me as I t

  • Capital one disputes

    So, after reading a few post about how gw letter will help you, i have decide to try as well. I have a few 30 days and 60 days late payments from 2012, and 2013 on 2 accounts i have with cap one.So, I first decided to call them before sending the act

  • POL-4104 cannot mount database with a duplicate volume

    Using a Oracle Lite database when performing a seond sync... I get this error POL-4104 cannot mount database with a duplicate volume Also changed the database id values in ODBC.ini still enountering the same problem Please help!!! urgent!!! Thanks

  • IPod touch error code 304 please help

    Please help I'm trying to set up my iPod but when I plug it into iTunes it restores it n says unable to restore error code 304

  • Sharing Itunes on same computer

    My husband and I just bought our Mac and we set up two different accounts on the one computer. I've set the music to "share" but if I purchase music online while I'm logged in, he can't sync it onto his Ipod and vice versa. Is there any way we can sh