Log in

View Full Version : scrolling table horizontally



ranteo
03-14-2010, 02:44 PM
Hi,

can anyone guide me if, and how, do I go about making a scrolling table horizontally?

the site is at http://www.t2pictures.com

Each cell in the table is an img, the table is like an image gallery. So, when he adds more images (cells) in, he wants the user to be able to scroll left/right to view the cells that arent visible. Something like a scrolling image gallery, but in table format, and each cell is a hyperlinked image?

Thanks.

jscheuer1
03-14-2010, 05:26 PM
Why a table? A table will only slow down page load and make scripts possibly become more problematical than they need be in some browsers. Divisions of equal length possibly contained within another division could present the same look.

Two scripts you can consider (there are probably others):

http://www.dynamicdrive.com/forums/showthread.php?p=53998#post53998

and:

http://www.dynamicdrive.com/dynamicindex2/crawler/index.htm