1

Is it possible to "wrap" multiscroll.js inside a div and use it as a section in a one page structure (using anchors)?

Something like:


Header


Multiscroll


Static section


footer


Alvaro
  • 40,778
  • 30
  • 164
  • 336
  • Try consider creating a [**Minimal, Complete, and Verifiable example**](http://stackoverflow.com/help/mcve), it will help you as well as other SO users to provide you a better solution – vivekkupadhyay Oct 15 '15 at 05:28

1 Answers1

1

You don't need to do that.

Just use fixed positioned elements outside mutiScroll wrapper.

Checkout the fixedHeaders.html demo available in the plugin files.

Alvaro
  • 40,778
  • 30
  • 164
  • 336