This is a discussion on "Putting a scroll bar in a table in dreamweaver" within the Web Page Design section. This forum, and the thread "Putting a scroll bar in a table in dreamweaver are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Putting a scroll bar in a table in dreamweaver
|
||
| Notices |
![]() |
|
|
LinkBack (1) | Thread Tools |
#1
|
|||
|
|||
|
Putting a scroll bar in a table in dreamweaver
I have a table at the right hand side of my screen which will get quite lengthy and I would like to put a scroll bar on it. Can anyone tell me how to do this. The html at the beginnig of this table is as follows:
</table> </td> <td width="10" valign="top" bgcolor="#336699" height="331"> </td> <td width="171" valign="top" bordercolor="#FFFFFF" bgcolor="#336699" height="331"> <p><span class="textBold"><font color="#FFFFFF" size="3">Latest News</font><br> <br> Cheers! |
|
|
|
#2
|
||||
|
||||
|
Re: Putting a scroll bar in a table in dreamweaver
You can use the CSS property, overflow: auto; to do this. I wouldn't recommend it, however. It takes away the general functionality of the mouse and the keyboard to scoll. It's something I dislike seeing always.
|
|
#3
|
|||
|
|||
|
Re: Putting a scroll bar in a table in dreamweaver
You could also put the table in an iframe and that will scroll automatically if the table page is bigger that the iframe window.
|
|
#4
|
||||
|
||||
|
Re: Putting a scroll bar in a table in dreamweaver
iFrames are not a good thing to use.
|
|
#5
|
|||
|
|||
|
Re: Putting a scroll bar in a table in dreamweaver
I agree, but they might not be too shameful in this case if they benefit the usability of the page
|
|
#6
|
|||
|
|||
|
Re: Putting a scroll bar in a table in dreamweaver
i agree with ryan, overflow: auto; is he best way to do it from a coding POV but it can butcher the design.
|
|
#7
|
|||
|
|||
|
Re: Putting a scroll bar in a table in dreamweaver
Yeah the overflow method is the best the bad thing about it is that you have a big ugly scroll bar in the way. But you know... " Whatever floats your boat"
|
![]() |
| Tags |
| dreamweaver, scrollbar, table |
| Thread Tools | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://webforumz.com/web-page-design/14593-putting-a-scroll-bar-in-a.htm
|
||||
| Posted By | For | Type | Date | |
| Erotik Weblog Verzeichnis » Blog Archive » Putting a scroll bar in a table in dreamweaver | This thread | Pingback | Jan 14th, 2007 20:30 | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| putting a forum into a table cell? | GeekyBabe | PHP Forum | 9 | Jan 30th, 2008 09:45 |
| [SOLVED] Putting CSS with an HTML Table. | mcdanielnc89 | Web Page Design | 6 | Nov 2nd, 2007 05:13 |
| including scroll bar inside a table in dreamweaver | erolindo | Starting Out | 1 | Sep 13th, 2007 13:27 |
| Table Box that can Scroll | mattcmf | Web Page Design | 4 | Jan 18th, 2006 03:48 |
| including scroll bar inside table in dreamweaver | joshbay84 | Web Page Design | 3 | Nov 30th, 2005 18:40 |