Previous Posts


MooScroll

Saturday, August 02, 2008

MooScroll

MooScroll lets you customize how the scrollbar looks on scrollable divs. Just customize the images and tweak the CSS if necessary and you have a customized scrollable div. You can have multiple instances on a single page. If the end-user does not have javascript enabled, they just see a regular scrollable div so it degrades gracefully.

Labels: , ,

11 Comments:

Anonymous Anonymous said...

crashes safari 2 on mac

: (

back to the jquery alternative for me for now

 
Anonymous themisfit said...

I can't get this to work on simonewphoto.com/test/about.html. Could you help me out.

Thanks

 
Blogger Jason Jaeger said...

themisfit,
Looks like you are linking to mooscroll before linking to mootools. Since mooscroll requires mootools it must come after it in the code.

Thanks :)

 
Anonymous Oskar Krawczyk said...

Very nice indeed. The question now is, will it automagically refresh the scroller viewport when set to 100% height and we resize the window?

 
Blogger Jason Jaeger said...

themisfit-
I also noticed in your code that you are setting up an accordion navigation. You will have to put your javascript link to function.js after the link to mootools as well. Also since Mootools More is modular you will want to download it making sure to check the slider checkbox (for mooscroll) and the accordion checkbox (for accordion).
I find it useful to just check all the boxes to have a version with all the modules while whatever I am working on is under development, then go back and prune it down to just the modules you need.

One more thing; looks like you will want to remove the leading / on the image URLs in the mooscroll css based on where your images are :)

I made a quick example just changing these things:
http://greengeckodesign.com/dev/simonewphoto/about.html

 
Blogger Jason Jaeger said...

anonymous-
Version 0.52 now disables itself for Safari 2. Not a perfect solution but better than crashing the browser :)
At least until I have time to make it compatible.

 
Blogger Jason Jaeger said...

Oscar-
That feature is coming soon :)

 
Anonymous Taylor said...

Do you have this for 1.11?

 
Anonymous themisfit said...

thanks for the help I got it to work

 
Blogger Bob Ralian said...

Hey, just wanted to compliment you on your work. It looks great. And so does the design of your blog. Well done.

 
Blogger Jason Jaeger said...

themisfit-
Glad to help :)

Bob-
Thanks!

Taylor-
I don't currently have this for Mootools 1.1, perhaps sometime if I have some extra time I will port it over (unless somebody beats me to it)

 

Post a Comment

<< Home