including scroll bar inside table in dreamweaver

This is a discussion on "including scroll bar inside table in dreamweaver" within the Web Page Design section. This forum, and the thread "including scroll bar inside table in dreamweaver are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack (1) Thread Tools
  1 links from elsewhere to this Post. Click to view. #1  
Old Nov 30th, 2005, 03:41
New Member
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up including scroll bar inside table in dreamweaver

Hello everbody,

I am trying this for the past 7 days-inserting vertical scroll bar inside a table
using dreamweaver, but in vain

Can anyone please help?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 30th, 2005, 09:09
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Re: including scroll bar inside table in dreamweaver

vertical scrollbar? What exactly do you mean...A frame? or a Text area?

What will its use be, so we can assertain what you need to do with it and help you further.
(p.s - moved into the html forum for you)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 30th, 2005, 10:27
Junior Member
Join Date: Nov 2005
Location: Cleveland, Ohio
Age: 24
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb Re: including scroll bar inside table in dreamweaver

Quote:
Originally Posted by joshbay84
Hello everbody,

I am trying this for the past 7 days-inserting vertical scroll bar inside a table
using dreamweaver, but in vain

Can anyone please help?
Simply specify a table size and an auto-overflow like so:

Code: Select all
<div style="height: 100px; width: 100px; overflow: auto;">
  <table>
    <tr>
      <td>your content</td>
    </tr>
    <tr>
      <td>more content</td>
    </tr>
    <tr>
      <td>yet more content</td>
    </tr>
  </table>
</div>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 30th, 2005, 18:40
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: including scroll bar inside table in dreamweaver

I don't belive overflow works on table cells.

If it doesn't you will have to use
HTML: Select all
<table>
<tr><td><div style="overflow: auto;"></div></td></tr>
</table>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
including, scroll, bar, inside, table, dreamweaver

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://webforumz.com/web-page-design/4107-including-scroll-bar-inside-table-in.htm
Posted By For Type Date
paeisenman's bookmarks on del.icio.us This thread Refback Mar 11th, 2008 02:21

Similar Threads
Thread Thread Starter Forum Replies Last Post
including inside a function CloudedVision PHP Forum 2 Feb 11th, 2008 00:13
including scroll bar inside a table in dreamweaver erolindo Starting Out 1 Sep 13th, 2007 13:27
vertical scroll bar to a table encompass Web Page Design 2 Jun 12th, 2007 12:10
Putting a scroll bar in a table in dreamweaver Diablo Web Page Design 6 Jan 16th, 2007 19:16
Table Box that can Scroll mattcmf Web Page Design 4 Jan 18th, 2006 03:48


All times are GMT. The time now is 06:55.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42