PDA

View Full Version : scrolling table horizontally



ranteo
14 Mar 2010, 09:56 AM
Hi, I have a few questions regarding table.

Firstly, is there a script or how do I go about making the table auto resize according to screen size? I just need the height of the table to auto adjust can already.

Secondly, I have a friend who wants something like a horizontal scrolling image gallery. Only thing is, the image gallery is full of hyperlink thumbnails. Can this be done with html / css / javascript?

His site is http://t2pictures.com

Many thanks in advance.

<CrGeary.com/>
14 Mar 2010, 11:12 AM
The issue with the table you can make it fit the window height using javascript. I don't know the script but you have to grab the height of the window and position your table respectively.

Also for the scrolling gallery you cab use javascript. Or to make your life easier, use jQuery. It's a javascript librAry which has a big community and lots of cool plugins. The syntax is easy to learn and you can do an awful lot with just a litle bit of code.

Jquery - http://jquery.com