I have a DIV on my page. Within the DIV I have other DIVs which I customize to look like buttons. Here’s an example:
Because I have so many buttons I need to have some means of scrolling so that the user can scroll down to the correct button (DIV). In the fiddle this is done using an iframe but I think I read that this can give problems with search engine optimization.
Is there some way that I can add a scroll bar to my DIV? I have never seen this done but I hope someone has some ideas.
Thanks,
If you’re willing to use some JQuery, JScroll Pane plugin is exactly what you’re looking for