Uzair
12-15-2006, 12:10 PM
How can I disable a textarea's Scrolling ? Actually I dont wanna show scroll bar with textarea.
|
||||
How to disable textarea scrolling ???Uzair 12-15-2006, 12:10 PM How can I disable a textarea's Scrolling ? Actually I dont wanna show scroll bar with textarea. croatiankid 12-15-2006, 12:16 PM Try using CSS: if you want it to never show a scroll bar: 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 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 |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum