Reply
[Need Help Not Sure If It Is CSS or HTML][Textarea Question]
Old 09-27-2006, 10: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
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!
 
When You Register, These Ads Go Away!
Old 09-27-2006, 10:43 PM Re: [Need Help Not Sure If It Is CSS or HTML][Textarea Question]
Kirtan's Avatar
Who Am I?

Posts: 377
Name: Venkat Raj
Location: Salem, South India
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, 10: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
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 02:07 AM.
Critizin is offline
Reply With Quote
View Public Profile Visit Critizin's homepage!
 
Old 10-02-2006, 05:44 AM Re: [Need Help Not Sure If It Is CSS or HTML][Textarea Question]
Kirtan's Avatar
Who Am I?

Posts: 377
Name: Venkat Raj
Location: Salem, South India
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

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

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


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


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

 


Page generated in 0.11800 seconds with 12 queries