How can I scroll one full page with IntelliMouse Optical?

When I nudge my scroll wheel one notch forward or back, Safari moves 1/2 of a page up or down. How can I get one nudge of the scroll wheel to move one full page? Firefox has an add-on that can be set to a full page. What are the options for Safari?
The latest Microsoft Intellipoint software (for mac) that comes with the mouse seems to have messed up my scrolling in Safari and Navigator.
I've tried USB Overdrive, playing with settings in system preferences, etc, nothing helps. In Intellipoint I created a Safari preference and set it to scroll one full page, but it doesn't.
Any ideas? thanks
p.s. Please don't tell me to get another mouse, I've tried dozens of them and IntelliMouse Optical is the best one for me. (I'm also stuck on an ancient Apple M2980 keyboard. I love them.)
Safari 4.0.4
IntelliMouse Optical
Mac Pro 2X-Quad-Core Intel Xeon 2.8 GHz
OS X 10.6.3
Memory: 6 GB
ATI Radeon HD 2600 XT

HI,
Open System Preferences/Appearance.
You may be able to tweak the scroll functions that way.
Carolyn

Similar Messages

  • How can I scroll one full page at a time using the mouse wheel?

    I've had this problem for 3 years now. When I nudge my scroll wheel (IntelliMouse Optical) one notch forward or back, Safari moves 1/4 of a page up or down. How can I get one nudge of the scroll wheel to move one full page up or down? Firefox has an add-on, SmoothWheel, that can be set to a full page. Are there any options for doing this in Safari, without having to go to the keyboard? I tried Smart Wheel, no setting for that.
    Any ideas? thanks
    p.s. Please don't tell me to get another mouse, I've tried dozens of them and the old IntelliMouse Optical is the best one for me. (I'm also stuck on an ancient Apple M2980 keyboard. I love those old keyboards.)
    Mac Pro 2X-Quad-Core Intel Xeon 2.8 GHz  MA970LL/A
      OS X 10.8.3
      Memory: 10 GB
      ATI Radeon HD 2600 XT
    Safari 6.03

    I can't use the keyboard to scroll. I need to keep my hand on the mouse, otherwise I'd never get anything done. Since I have no problem getting Firefox to scroll one page at a time, and I'm constantly jumping between 3 browsers, it would be nice to be able to scroll a full page at a time in Safari, just like I can in Firefox. Thanks.

  • How can I create a full page on Adobe Muse (without side space)?

    How can I create a full page with Adobe Muse (without side space)?

    Muse uses Fixed width Layouts so that is not 100% possible. You can extend images and box elements to full width but not actual content.

  • When using an external (ergonomic mouse) is there any way to get the wheel to scroll one full page at a time?

    When using an external (ergonomic mouse) is there any way to get the wheel to scroll one full page at a time? Much appreciated.

    I can't use the keyboard to scroll. I need to keep my hand on the mouse, otherwise I'd never get anything done. Since I have no problem getting Firefox to scroll one page at a time, and I'm constantly jumping between 3 browsers, it would be nice to be able to scroll a full page at a time in Safari, just like I can in Firefox. Thanks.

  • How can i avoid printing full pages?

    How can I avoid printing full pages when printing a photo from my iphone to my hp envy?

    Hi,
    While pritning with Apple Airprint, the image will print as is..
    You may find some more customization steps by using the HP Print Home & Biz app which allow some more customization of the printout:
    Follow the steps below to find how to get the app:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02775166&cc=us&dlc=en&lc=en&product=3692888&tmp...
    Below you may find some more customization options of the app:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01930282&cc=us&dlc=en&lc=en&product=3692888&tmp...
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • When I print a PDF it always prints as a booklet, how can I print 1 full page?

    When I print a PDF it always prints as a booklet, how do I print a full page?

    In the Print dialog box you should be able to indicate which page you want to print and that page will print.  For instance, if you are viewing page 4, in the Print dialog, select "current page" and page 4 prints. This won't work if your page is actually a 2-page spread.  What size is the booklet?

  • How can I print a full page of a single mailing label from Contacts

    I am trying to use Contacts to print a full page of avery labels for a single contact.  The only thing I can get it to do is print one label in the upper left corner of a page of Avery Labels.  I can print a full page of DIFFERENT contacts, but not a full page of a Single contact.  Any ideas?

    Are you using DesignPro from Avery? You should.
    It gives you the option to print individual labels or all the same:

  • How can I create a Login-page with jsp???

    Hello,
    I have to create a page with JSP code on the Netweaver Developer Studio.
    But I do not know how I do it.
    Can anyone tell me what to write in the portalapp.xml?
    An example would be very helpful.
    Thank you
    Greetings

    As you can see in the example:
    The portalapp.xml file (deployment descriptor) provides configuration information for your application, and defines the components and services in your application. For each component and service, you specify the implementing Java class and configuration information.
    For more information on the format of the portalapp.xml, see Deployment Descriptor (portalapp.xml).
    <application>
        <application-config>
            <property name="SharingReference" value="com.sap.portal.navigation.service, com.sap.portal.navigation.api_mimeservice, com.sap.portal.navigation.helperservice"/>
            <property name="Vendor" value="MY_COMPANY"/>
            <property name="SecurityArea" value="PERMISSION"/>
        </application-config>
        <components>
            <component name="SimpleNavigationExample">
                <component-config>
                    <property name="ClassName" value="MY_CLASS"/>
                    <property name="SecurityZone" value="no_safety"/>
                </component-config>
                <component-profile/>
            </component>
        </components>
        <services/>
    </application>
    You can only update in this example, your class name and other details:
    <property name="Vendor" value="sap.com"/>
    <property name="SecurityArea" value="MyCompany"/>
    <property name="ClassName" value="LOGINCLASS"/>
    <property name="SecurityZone" value="no_safety"/>
    Modify this portalapp.xml file as follows:
           1.      NAVIGATION SERVICE, so you must add references to the following portal applications that define these services:
            com.sap.portal.navigation.service
            com.sap.portal.navigation.api_mimeservice
            com.sap.portal.navigation.helperservice
           2.      In the <application-config> section, create the following properties that help to define the security zone for all components and services in this application:
    ○     Vendor: String identifying the company or organization that provided the application, for example, sap.com.
    ○     SecurityArea: String identifying the security area for the application, for example, NetWeaver.portal.
           3.      In the <component-config> section for the mySiteMap component, create the property SecurityZone to define the specific security zone for the component.
    For Permission, check this document:
    http://help.sap.com/saphelp_nw04s/helpdata/en/44/489e2df5ee4e35e10000000a1553f6/frameset.htm

  • How can i print a full page of mailing labels using the same contact in numerous times/my mailing address

    how can i print out a full sheet of labels using the same contact info numerous times, mailing labels

    Are you using DesignPro from Avery? You should.
    It gives you the option to print individual labels or all the same:

  • How can I print the test page with the Arabic type from the command line

    Hi,
    I have been trying to make the tool for printing the test page from the command line on the Arabic OS. I used "rundll32 printui dll printuientry" with "/k /n" options. My tool is to print the test page in all OS when pushing the
    button.
    Normally, in the Arabic Windows, the test page is printed with RTL type when printing the test page in the "Devices and Printers". But in my tool, the test page is printed with LTR type. I'm confused because of this result.
    Is it possilbe to print the test page with RTL type when using the "rundll32 printui dll printuientry"? If it is possible, could anyone give me the hint or information for resolving?
    Please check for me.

    Hello,
    Thank you for your post.
    Your issue is out of support range of Test Tools in Visual Studio 2010 and 2012 forum which discusses Visual Studio Test issues.
    I am moving your question to the moderator forum ("Where is the forum for..?"). The owner of the forum will direct you to a right forum.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I print a full page 8.5x11 photo using mg2520? My operating system in windows 8

    I am currently running windows 8 and using a canon pixma mg 2520 and cannot print full size 8.5x11 prints.  I can print 4x6 but would like to print full size pictures...please help!!!!!!!!!!1

    Hi kvsalazar24,
    There is a program that comes with the printer named Easy-PhotoPrint EX that can assist you with printing photos.  If you do not have the program installed, it can be downloaded from the Canon USA website.  Please click here to go to the Drivers and Software page for the PIXMA MG2520.  Once on the initial download page for your model, please do the following:
    1. Verify that the operating system detected in the "OPERATING SYSTEM" drop-down menu is correct, and if it is not, please click the drop-down menu to select your operating system.
    2. Next, please click on the red arrow next to the "SOFTWARE" section and click the Easy-PhotoPrint EX file.  When you do, a red DOWNLOAD button will appear. Please click on the checkbox below the DOWNLOAD button, then click the red DOWNLOAD button to begin the download. The time for the download process may vary depending on the speed of your Internet connection and the size of the file being downloaded.
    Once you have downloaded the file, please double-click on it and follow the prompts to install the program on your computer.  
    Once the program is installed, please follow these steps to print a photo:
    1. Open Easy-PhotoPrint EX.
    2. Once inside of the application, you will see a folder structure on the left-hand side where you can select a photo or image. Please navigate to the location of the photo/image you would like to print. When you do, all available images in that location should appear in the right pane of the window. Please note: If a screen appears with options to Photo-Print, Create an Album, Sticker Print, etc., please select the PHOTO-PRINT option to view the area with the folder structure.
    3. Underneath each of the photos appearing in the right pane of the window, you will see a n up and down arrow, as well as a "0". Please click the UP arrow once underneath the image you would like to select, then click the PAPER SELECTION tab at the top of the window.
    4. On the PAPER SELECTION TAB, please select the PRINTER, PAPER SOURCE, PAPER SIZE, and MEDIA TYPE, then click the LAYOUT/PRINT tab at the top of the window.
    5. Please select the desired layout from the left-hand pane of the window. When you do, a preview of what the image should look like when printed will appear in the right-hand pane of the window.
    6. Once you have selected a layout, please click the PRINT button. The photo/image should print.
    If you still experience difficulty, please call or email us using one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • How can i take the full page off and go back to the regular page

    When I go to my to my web pages, I have a full screen. That means I can't see my toolbar.. I would like to see my toolbar at the top at all time.. Can you please help me... Also, I am having trouble with popups all the time.. I downloaded the Ad-blocker from your add ons but still get them... Do I need to restart computer to make it work.. Thank you for you help...

    Hello,
    You can press F11 to exit screen. I think there is an option in the View menu as well, and under the three bar menu:
    * [[Image: New Fx Menu]] > Fullscreen Mode
    Which adblocking extension did you install? Adblock Plus?

  • How can I save one specific page from a .pdf file into it's own .pdf file?

    I've got this 4 page pdf file, and I need to save just one page from it.  I know that there's the option of using the select tool and doing a copy/paste to an image file, but I'm trying to keep it as a .pdf and I can't seem to figure it out.  Any help would be much appreciated.

    Perhaps this solutions workability will depend a lot on what type and generation of PDF you got and the tech built into the program suggested....
    But ! (never-the-less)
    You could try to see if the "Free PDF to Word Doc Converter version 1.1" will work for you....
    I know it will not get you a single page .PDF but if the program works you could get a .Doc of which you might have the possibility to save a single page after editing it !(?)

  • Can't Scroll My Full-Page Flash Website

    Hi! I'm new to flash and I'm attempting to self-learn for now. I have created a website in flash but, when I publish the HTML to IE there is no browser scrollbar available so half of the page is cutoff. Is this normal? What steps should I take to get the scrollbar to appear? Thanks in advance for any help.

    > I interpreted him as saying that he upgraded from DW3 Ed
    to DW4 Retail at
    > the upgrade price.
    That's not possible and never has been. If he did it, then he
    hornswaggled
    someone.
    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
    ==================
    "John Waller" <[email protected]>
    wrote in message
    news:e7u1co$5ag$[email protected]..
    >I read Walt's post
    >> as saying that he converted from educational to
    retail after DW4. That
    >> puts him on a normal upgrade path.
    >
    > "You upgraded from academic to retail with v4 by paying
    the full retail
    > price for it." -- I didn't read that between the lines
    in his post.
    >
    > I interpreted him as saying that he upgraded from DW3 Ed
    to DW4 Retail at
    > the upgrade price.
    >
    > That would mean there's been a change in policy
    somewhere along the line.
    >
    > --
    > Regards
    >
    > John Waller
    >

  • How can I erase a full page of comments on a PDF Form I made all at once. (the comments)

    I work for a Hvac Company and we make these Material lists in PDF form. I put these lists in a dropbox and they export it to there tablets. When they edit the list and email it back to me its saved on there tablet and they have to delete the one on there tablet and export a new one. They have to do this many times and it gets to tedious and time consuming. Is there a way for them to delete the whole page before it gets automaticly saved or to stop it from auto saving when they close it out. Or to keep an original copy on there tablet that wont be saved over?

    If someone wants to send a PDF file via email it has to be saved first.
    To delete comments in the desktop version of Adobe Reader, just select them all in the Comments panel and press Delete. That feature isn't available in the mobile apps.

Maybe you are looking for