tilfin / jquery-scrollview

Automatically exported from code.google.com/p/jquery-scrollview
0 stars 0 forks source link

Scolling the whole page? #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While it works well for scrolling a single div, is there any way it could
be expanded to optionally scroll the whole page, much like this:

http://scripterlative.com/?dragscroll

Original issue reported on code.google.com by hunter1...@gmail.com on 13 Mar 2009 at 7:07

GoogleCodeExporter commented 9 years ago
Shouldn't be logged as a defect, it's really an enhancement request...

Original comment by hunter1...@gmail.com on 13 Mar 2009 at 7:08

GoogleCodeExporter commented 9 years ago
Thanks.
Your request will be realized by setting div#map as the sample code the follow 
styles.

#map  {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  top:0;
}

html, body {
  padding: 0;
  margin: 0;
}

Original comment by til...@gmail.com on 30 Mar 2010 at 9:12