"goingpostal101" webforumsuser (AT) macromedia (DOT) com wrote:
Quote:
Am I able to put a scroll bar on a table and if so, How? |
Not so much "on" a table as "in" the same:
The easiest way is an iframe. However, it's not supported in NN4.xx and
other old, non W3C DOM compatible browsers. But if you don't care about
that, put the iframe inside any cell like this:
<td>
<iframe src="mypage.html" width="100%" height="100%"
scrolling="yes"></iframe>
</td>
Go here and see al parameters:
http://www.w3schools.com/tags/tag_iframe.asp
You can also check out an extension available at www.projectseven.com
called "Floating frame" that'll help you with this.
--
Dan Vendel - *GOF*
http://www.vendel.info
Contact me directly by clicking here:
http://contact.vendel.info
Formmail tutorial:
http://www.vendel.info/tut/formmail.html
Nested table demonstration:
http://www.vendel.info/tabletut/