PDA

View Full Version : Scrollable Content


AgaBoogaBoo
05-13-2003, 12:54 AM
I'm looking for a way to have content that gets loaded into an area I specify and can be scrolled through. The scripts I have found so far do not work because they can't use images called from javascript. I want to do this so that I can eliminate the need to have an iframe call for another file.

My website is HERE. (http://www.ankitgupta.com)

I want to get the comics portion scrollable and so that the source of the comics javascript is loaded with the rest of the page and not througha seperate file while maintaining the look of that iframe with scroll bars on the right side.

cheesebagpipe
05-13-2003, 01:47 AM
Not sure what 'images called from javascript' means but, have you thought of just using a sized div, with it's CSS overflow set to scroll? You could also set it to hidden and use a scripted scroller.

http://www.faqts.com/knowledge_base/view.phtml/aid/2007/fid/128

AgaBoogaBoo
05-17-2003, 11:59 PM
Could you show me an example of what your talking about? What I mean by calling an image from javascript is what the comic script uses so it can know which iamge to call.

swmr
05-18-2003, 12:15 AM
There's a scrolling comics example (http://rod.o2theory.com/dhtml/scroller3.html), from this (http://rod.o2theory.com/) site, that might be of interest to you...

AgaBoogaBoo
05-18-2003, 06:50 AM
Awesome, thanks a bunch.