Creating a scroll bar within a table

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



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 12th, 2007, 13:00
New Member
Join Date: Aug 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Diablo
Creating a scroll bar within a table

Hello all,

I need to know how to include a scroll bar within a table in my web page. I want to be able to scroll through text in a designated area otherwise the text seems to break up the page. Any ideas would be great!

Thanks
Reply With Quote

  #2 (permalink)  
Old Mar 12th, 2007, 13:06
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating a scroll bar within a table

Use a scrolling div.

Code: Select all
.scrollable {
  width: 400px;
  height: 350px;
  overflow: auto;
}
...

<div class="scrollable">dfasdsdfgsf</div>
Reply With Quote
  #3 (permalink)  
Old Mar 12th, 2007, 13:19
New Member
Join Date: Aug 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Diablo
Re: Creating a scroll bar within a table

Thanks alot , works a charm!
Reply With Quote
  #4 (permalink)  
Old Mar 12th, 2007, 13:23
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating a scroll bar within a table

No problem
Reply With Quote
  #5 (permalink)  
Old Mar 12th, 2007, 13:55
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating a scroll bar within a table

I hate scroll bars within small areas on a page. Does my head in. I'd only use this method as a last resort. There must be another way. Then again maybe it's just me.

Pete.
Reply With Quote
  #6 (permalink)  
Old Mar 12th, 2007, 16:10
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Creating a scroll bar within a table

Nope it is most people. But you do whatever you want...lol
Reply With Quote
Reply

Tags
scrollbar, table

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
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
including scroll bar inside table in dreamweaver joshbay84 Web Page Design 3 Nov 30th, 2005 18:40


All times are GMT. The time now is 23:25.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs 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 43