Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-03-2002, 08:36 PM   PM User | #1
waps
New Coder

 
Join Date: Jun 2002
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
waps is an unknown quantity at this point
Table cell overflow

Hi there,

In the past I have set the height of a <div> element using css and using that css, asked it to hide any overflow which may occur.

I was just wandering if it can be done to a table cell as well. If so what is the css i need to use.

Any ideas ??

Thanks
waps is offline   Reply With Quote
Old 07-03-2002, 08:53 PM   PM User | #2
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
td {
width: 200px;
height: 120px;
overflow: scroll;
}

For example.
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 02:20 PM.


Advertisement
Log in to turn off these ads.