PDA

View Full Version : Scrollbar on Div



driz
April 15th, 2007, 02:13 PM
Hi

say i have a div that is 640px wide / 900px in heiht, how do i add a javascript scrollbar to it?

im wanting to work just like this: http://www.ilovedust.com/press.jsp


so far i have had no luck replicating their code!

ratherblue
April 16th, 2007, 11:02 AM
You can replicate that by using CSS. Add "overflow: scroll;" to your div's CSS

noTime
April 16th, 2007, 03:20 PM
^ Exactly. Avoid using JS with such common stuff as scrolling the content. Even my mouse's wheel doesn't work with your example.

driz
April 19th, 2007, 10:53 AM
okay i found a brilliant example and it works with mouse scroll wheels etc:
http://inventive.us/about/

Could you explain how to re-create something similar! THANK YOU

driz
April 19th, 2007, 07:52 PM
so the scrollbar.js file does the work, but what div does it do it for?

simplistik
April 20th, 2007, 09:44 AM
scrolls #content