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

  • Home
  • SEARCH
  • 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 am just now learning about function pointers and, as I was reading the
I've done some Python but have just now starting to use Ruby I could
I was checking Microsoft's Visual Studio page just now and in the advertisements sidebar
Right now we just use something like this stopWatch.Start(); try { method(); } finally
This error seems to just pop up now and again. It is not restricted
Just playing around with the now released Silverlight 2.0. I'm trying to put a
I just realised that Office 2007 now shows multiple pages per default. I can
I just wrote a new web part and now I am getting this error
I've just started working with ASP.NET MVC now that it's in beta. In my
Now I'm trying to work with System.Web.Routing. All is just fine, but I can't

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.