I need to create a specifci of 600px x 800px dimension and I need the box with its very own scroll bar with custom UI. i dont want to use the browser's scrollbar as that would not gel with the rest of the design. Can anyone help me with this?
2 Answers
JScrollPane (jQuery plugin) helps you style scrollbars, might be what you need. Read this blog for example and opinion.
More info on Kelvin's site.