HighDots Forums  

Re: Scrollbar + Table

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Scrollbar + Table in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Scrollbar + Table - 07-17-2003 , 03:38 AM






"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/



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.