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 635253
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:23:04+00:00 2026-05-13T20:23:04+00:00

Just now, accidentally, i stumble upon http://www.benekdesign.com/ . Here on mouse wheel scroll it

  • 0

Just now, accidentally, i stumble upon http://www.benekdesign.com/ . Here on mouse wheel scroll it performs horizontal scroll. Truly speaking i didn’t like this feature. It was a bit irritating. But still, Please tell me how to achieve the same.

Edited

Okay, firebug says he is using

/* Horizontal Tiny Scrolling – a smooth scrolling script for horizontal websites
2(the brother of the vertical “Tiny Scrolling”)
3by Marco Rosella – http://www.centralscrutinizer.it/en/design/js-php/horizontal-tiny-scrolling
4 v0.6 – February 14, 2007

  • 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-05-13T20:23:05+00:00Added an answer on May 13, 2026 at 8:23 pm

    It looks like he’s just mapping the mousewheel event to scrolling the area. In IE, this is really easy by just using the doScroll() method – this will scroll the horizontal bar by the amount the vertical bar would normally scroll by. Other browsers don’t support the doScroll() method, so you have to live with scrolling by an arbitrary amount instead:

    var mouseWheelEvt = function (event) {
        if (document.body.doScroll)
            document.body.doScroll(event.wheelDelta>0?"left":"right");
        else if ((event.wheelDelta || event.detail) > 0)
            document.body.scrollLeft -= 10;
        else
            document.body.scrollLeft += 10;
    
        return false;
    }
    document.body.addEventListener("mousewheel", mouseWheelEvt);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just did git pull origin branch accidentally and now I have all these
Just now I'm looking at fixing a localization bug with a small application that
Just now I needed to do something like the following query, and was surprised
Just now, I'm reading Josuttis' STL book. As far as I know -- c++
Just now find it by chance, Add(T) is defined in ICollection<T> , instead of
I'm just now learning to programming at age 17. It's hard for me to
Working in Delphi7 just now, I noticed that not only a VarIsEmpty function exists,
I am just now starting to use version control and my head is spinning!
I was looking through a code tutorial just now, and found something interesting --
I am setting up the development environment for my start-up just now. I use

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.