It's possible to have multiple scrollable contents, as shown on the DD demo page already.
Does each of your scrollable content contain a unique "rel" attribute for the script to identify using?
Code:
$( document ).ready( function() {
$( "div[rel='scrollcontent1']" ).customscroll( { direction: "vertical" } );
$( "div[rel='scrollcontent2']" ).customscroll( { direction: "horizontal" } );
});
If you need further help, please post a link to the page on your site that contains the problematic script so we can check it out.
Bookmarks