Table Box that can Scroll

This is a discussion on "Table Box that can Scroll" within the Web Page Design section. This forum, and the thread "Table Box that can Scroll 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 Jan 10th, 2006, 10:49
New Member
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Table Box that can Scroll

Hi there,

Im pretty new to web design and am currently putting myself a site together using Front Page. I would like to add a box to one of my pages that I can have a list of info on that people can scroll down. Not the whole page, i.e. just one cell in a table for example. Here is an example of the sort of thing that I mean - http://www.lamornapenrose.co.uk/prof....html?pageID=2

Can anyone let me know how to get this box?

Thanks.
Matt
Reply With Quote

  #2 (permalink)  
Old Jan 10th, 2006, 12:25
Junior Member
Join Date: Jan 2006
Location: Leeuwarden, NL
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Post Re: Table Box that can Scroll

Here's a one-cell scrolling table or you:
HTML: Select all
<html>
<head>
<title></title>
</head>
<body>
<p class="title">Uppest text</p><p class="text">text
<br />text2 
<br />text3
<br />text4
<br />text5
<br />
<br />
<br />text
<br />
<br />text
<br />
<br />text
<br />text
<br />text
<br />
<br />text
<br />
<br />text
<br />
<br />text
<br />text
<br />
<br />text
<br />
<br />text
<br />
<br />text
<br />
<br />more text..
<br />
<br />textblablabla
<br />
<br />blablabla
<br />
<br />put more text
<br />
<br />text 
<br />
<br />
<br />
<br />text
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br /> 
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br /> </p></body>
</html>
With some HTML you can make the width en height.
Reply With Quote
  #3 (permalink)  
Old Jan 10th, 2006, 15:01
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Table Box that can Scroll

Google "iframe" to learn the easiest way.
Reply With Quote
  #4 (permalink)  
Old Jan 13th, 2006, 08:29
Junior Member
Join Date: Dec 2005
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Table Box that can Scroll

There are two ways that I can think of, Iframe as mentioned above or using a div.
HTML: Select all
<div style="width:200px; height:100px; overflow:auto; border-style:solid; border-width:1;">
Put some text in here. Enough text to make the div to overflow, otherwise the scrollbars won't show.
</div>
Reply With Quote
  #5 (permalink)  
Old Jan 18th, 2006, 03:48
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Table Box that can Scroll

I would definately stay away from the Iframe if possible. As it can really get nasty rendering sometimes. The div is a good idea using the overflow feature. I thought I saw another technique too, but for the life of me I can't remember it.
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
Reply

Tags
table, box, scroll

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
Coding to put a scroll bar into a table cell (Calendar) woodsy134 Web Page Design 1 May 23rd, 2008 16:13
vertical scroll bar to a table encompass Web Page Design 2 Jun 12th, 2007 12:10
Creating a scroll bar within a table Diablo Web Page Design 5 Mar 12th, 2007 16:10
Putting a scroll bar in a table in dreamweaver Diablo Web Page Design 6 Jan 16th, 2007 19:16


All times are GMT. The time now is 17:51.


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