Jamie99
05-02-2006, 04:05 PM
Is it possible to use CSS on a text area to remove the right side scroll bar?
Thanks in advance
Thanks in advance
|
||||
Text Area / No Scroll BarJamie99 05-02-2006, 04:05 PM Is it possible to use CSS on a text area to remove the right side scroll bar? Thanks in advance _Aerospace_Eng_ 05-02-2006, 04:22 PM textarea { overflow:auto; } that will remove it and add it back on if the content exceeds the specified rows. oldcrazylegs 05-03-2006, 02:11 AM this will make it disappear and stay that way no matter what amount you put in the textaraea. textarea { overflow:hidden; } |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum