0

I would like to implement an infinite vertical and horizontal scrolling on a site, I'm working on something similar to Google Maps.

With a drag-and-drop interface, I'm able to navigate page that contains Divs and Images.

Are there any plugins that will allow me to get started with a base?

Bouke
  • 11,768
  • 7
  • 68
  • 102
Michael Khait
  • 755
  • 1
  • 6
  • 12
  • If you're able to navigate using drag & drop then why you need a plugin? Just use Drag & Drop. – jcubic Aug 09 '13 at 05:41

2 Answers2

0

You can do this with jQuery, the general idea is like this:

You may also be interested in the mousewheel plugin

Community
  • 1
  • 1
Nabil Kadimi
  • 10,078
  • 2
  • 51
  • 58
0

Use {overflow:hidden} with your div or full body. Place it where you want to scroll infinite.

Other way just check this link for horizontal scrolling infinite :

Infinite Horizontal Scrolling Div

Community
  • 1
  • 1
Anup
  • 3,283
  • 1
  • 28
  • 37
  • 1
    once check this link hope it will help you : http://cssdeck.com/labs/css3-webkit-vertical-scrollbars – Anup Aug 09 '13 at 10:16