Click to See Complete Forum and Search --> : Scrolling box


ts01
09-12-2006, 05:01 AM
Hi there,

I have a table with 4 cells....i have pictures in each cell that is pulled from a file using script.

What i want is each cell to start to scroll when too many pictures are pulled in from the other page not for the boxes to get larger. I have tried putting fixed sizes on all of the cells but this doesnt work...any ideas?

Thanks

gil davis
09-12-2006, 07:18 AM
Place a DIV around the IMG, and set the DIV style to "overflow: auto; width: xxpx; height: xxpx" (fill in the xx with your desired height and width).