Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
[Need Help Not Sure If It Is CSS or HTML][Textarea Question]
Old 09-27-2006, 09:23 PM [Need Help Not Sure If It Is CSS or HTML][Textarea Question]
Critizin's Avatar
Ultra Talker

Posts: 267
Name: Peter West
Location: Nobleford, Alberta
Trades: 1
Hey guys i need some help sorry if its a css code and not a html code but how do u get a text to scroll when its gone past a certain limit like past a certain height example. http://www.freewebs.com/audroue/portfolio.html See how he has the scroll bar on the side were he can scroll down the content in that area? whats the code for that? i used to know it but it sliped my mind.
Critizin is offline
Reply With Quote
View Public Profile Visit Critizin's homepage!
 
 
Register now for full access!
Old 09-27-2006, 09:43 PM Re: [Need Help Not Sure If It Is CSS or HTML][Textarea Question]
Kirtan's Avatar
Who Am I?

Posts: 376
Name: Venkat Raj
Location: Salem, South India
Trades: 3
Hi here is sample page. You can copy and paste the source code for your use.

http://www.gx-affordable-web-design-...lp/scroll.html

The trick is just put the part of HTML you want to scroll within this piece of CSS

#content_box {
height:400px;
width:800px;
overflow: scroll;
}
__________________
All the Buddhas of all the ages have been telling you a very simple fact: Be -- don't try to become.
Kirtan is offline
Reply With Quote
View Public Profile Visit Kirtan's homepage!
 
Old 09-27-2006, 09:48 PM Re: [Need Help Not Sure If It Is CSS or HTML][Textarea Question]
Critizin's Avatar
Ultra Talker

Posts: 267
Name: Peter West
Location: Nobleford, Alberta
Trades: 1
well i went searching on google and i found one that works the code is

<div style="overflow auto; height:300px; width:300px">
<table cellpadding="0" cellspacing="0" style="width:250px;">
<tr>
<td> stuff here</td>
</tr>
</table>
</div>
</body>
</html>

And it worked Thanks for ur help though

Last edited by vangogh; 09-28-2006 at 01:07 AM..
Critizin is offline
Reply With Quote
View Public Profile Visit Critizin's homepage!
 
Old 10-02-2006, 04:44 AM Re: [Need Help Not Sure If It Is CSS or HTML][Textarea Question]
Kirtan's Avatar
Who Am I?

Posts: 376
Name: Venkat Raj
Location: Salem, South India
Trades: 3
Thats fine. Thanks.
__________________
All the Buddhas of all the ages have been telling you a very simple fact: Be -- don't try to become.
Kirtan is offline
Reply With Quote
View Public Profile Visit Kirtan's homepage!
 
Reply     « Reply to [Need Help Not Sure If It Is CSS or HTML][Textarea Question]
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13173 seconds with 12 queries