Click to See Complete Forum and Search --> : Trying to put a scroll bar onto a table


utilla
09-24-2003, 11:57 PM
I'm trying to put a scroll bar right onto the table that has the thumbnails...so I don't have to resize the cell/table. Can someone please help me...thanks.

http://www.nudezign.com/portfolio.htm

etard
09-25-2003, 12:08 AM
I see 4 ways to do this:

1. use Flash to the build page
2. Use an iFrame and call a file with the images in it into the iFrame
3. use a framed page
4. div layer

Flash requires the time and plug-in to run. iFrames are VERY cross browser unfriendly and not reliable across platforms and frames are a pain in the butt and have known issues as well. use a div layer would work well, but is tricky to pull off the locatoin as it can pixel shifts on browsers at times unless you write a css for each browser. iFrame function is what you want for sure, but it will not work on all browsers or in cross platforms.

Hope this helps - assuming I understood the question correcty. I see you want to keep the integrity of your page size, and these are the only optoins I know. Embedding images/files and such in a page is tough unless you use one of these options.

nittynick
09-25-2003, 10:27 AM
Thanks for your help! I'll give one of these a try...