Looking for a solution here. I have a fixed width and height div that needs to contain text. If the text exceeds the size of the div, I want it to paginate with dots at the bottom of the page indicating each page, similar to slideshow functionality.
Are there any jQuery plugins out there that can help me achieve this? The ones I've come across are all based on un-ordered lists which isn't what I need. Scroll bars are not an option for me.
Appreciate any suggestions. Thanks!