Reputation: 17
im working on a website system its dynamic with javascript/jquery/ajax so i dont know the actual layout size of the content div <div id="content"></div>
id like to style the scrollbar or at least hide it but i cant find any solution that works for every browser.
Does someone know a possible solution for that or at least a good plugin that works? I found several plugins to do that, but id like to know if someone can recommend one of them.
If its possible id like to use the JQuery-Ui theme to style my scrollbar but the biggest problem i got is that i dont know the actual height of the content container so all the plugins i found cant work dynamic.
Thx for help
Upvotes: 0
Views: 2289
Reputation: 853
You can try to add css style to hide scrollbar:overflow:hidden;
Sample example
Is this what youre looking for?
Also take a look at: jquery-custom-scrollbar-plugins
Upvotes: 1