Quote:
Originally Posted by uReside.com
not frames, i just want to be able to input alot of pictures inside a cell of my table, with out the cell changing its size, i want a scroll bar on one side of it so you can view all the pictures.
|
Not true gary, you could use iframes (inline frames) or you can use a div considering we are pulling the content on the same page divs and i believe other box elements can make use of the overflow CSS attribute.
like my site
http://www.usshomestarunner.com
As you can see it, looks like a frame, but it is not a frame.
<div style="overflow: auto">
content here
</div>