PDA

View Full Version : scroll bar with DMX



jjmaster-j
December 23rd, 2004, 10:43 PM
Hello,

I want to create two boxes in my web site, and I want to create a scroll bar for one of them. How do I do that? What I try to accomplish is to have several items listed in one of the box (this box will have the scroll bar). If the user click on one of the item, the picture will appear in the other box. This is basically a photo gallery.

Thank you
MasterJ

TheDutch
December 27th, 2004, 05:51 AM
I think you should read more about DIV's and CSS. With CSS you can make a DIV scroll when the content in the DIV is more then the DIV's height. http://www.w3schools.com can get you going.