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 12-15-2006, 12:10 PM   PM User | #1
Uzair
Regular Coder

 
Join Date: Aug 2005
Posts: 363
Thanks: 7
Thanked 1 Time in 1 Post
Uzair has a little shameless behaviour in the past
Question How to disable textarea scrolling ???

How can I disable a textarea's Scrolling ? Actually I dont wanna show scroll bar with textarea.
Uzair is offline   Reply With Quote
Old 12-15-2006, 12:16 PM   PM User | #2
croatiankid
Regular Coder

 
croatiankid's Avatar
 
Join Date: Jan 2006
Posts: 665
Thanks: 1
Thanked 12 Times in 12 Posts
croatiankid is on a distinguished road
Try using CSS: if you want it to never show a scroll bar:
Code:
overflow:hidden;
if you want it to hide the scroll bar, but when the text exceeds the height of the text area, a scroll bar will appear
Code:
overflow:auto;
^^^I think this second won't work in Opera, i think in Opera it always shows a scrollbar unless overflow:hidden is set
__________________
Hrvoje
Croatiankid designs
Downtown host
croatiankid 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 09:40 AM.


Advertisement
Log in to turn off these ads.