Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7874767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:52:04+00:00 2026-06-03T02:52:04+00:00

This is kind of hard to explain, but here is my problem: When, at

  • 0

This is kind of hard to explain, but here is my problem:
When, at least on my laptop, you scroll upwards with the touch-pad, the cursor won’t move. If you scroll sideways, the cursor moves sideways. I’d rather the cursor doesn’t move at all. Is this possible? Can you cancel side-ways scrolling? Can you enable upwards scrolling?

Thanks, hopefully that is comprehensible.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T02:52:05+00:00Added an answer on June 3, 2026 at 2:52 am

    If I understand correctly your problem, you want to control the scroll of your textarea! So, in order to control the scroll of a textarea, you can use CSS just like you use it to any other element that as scrolling capabilities:

    No scroll

    <style type="text/css">
      textarea {
        overflow: hidden;
      }
    </style>
    

    No vertical scroll

    <style type="text/css">
      textarea {
        overflow-y: hidden;
      }
    </style>
    

    No horizontal scroll

    <style type="text/css">
      textarea {
        overflow-x: hidden;
      }
    </style>
    

    Additionally, you can disable the text wrapping, thus forcing an horizontal scroll bar (non-W3c-compliant).

    Textarea tag to disable wrap

    <textarea cols="60" rows="12" wrap="off">My long text string is this big and continues...</textarea>
    

    Note: Just tested this on your Fiddle.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is kind of hard to explain but I'll do what I can. I
it's pretty simple but is kind of hard to explain. I have this image
This is kind of hard to explain. Here's an example of my HTML: <div
Kind of hard to explain in one line but my problem is essentially like
This one is kind of hard to explain. But basically, I'm trying to nest
It's kind of hard to explain, but an example of what I'm wanting to
This is kind of hard to explain, so bear with me. In PHP, if
This is kind of hard to explain, so I'll do my best: I want
This is kind of hard to explain. I have an absolutely positioned floating secondary
It's kind of hard to explain the desired result, but what I was going

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.