Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Addming mousewheel support to customized scroll area

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28971
    JamieG
    Member

    Hi All,

    Frist off sorry if this has already been answered but I couldn’t find it in the fourm.

    I’ve implemented a customized scrollable area like the one from:

    https://css-tricks.com/styling-scrollable-areas/

    but I’m having trouble adding the mousewheel support to it.

    Can anyone show me a snippet of code for adding jquery mousewheel functions to this awesome bit of code?

    Thanks in advance

    #75214
    JamieG
    Member

    Whoops problem solved.

    #75322
    Chris Coyier
    Keymaster

    Just in case… there is some jQuery code here for dealing with the mousewheel. It could be adapted to your needs.

    https://css-tricks.com/snippets/jquery/h … use-wheel/

    #75437
    JamieG
    Member

    Thanks Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.