CSS Tips and Trix

Textarea scrolbars

If you want to hide the scroll bar when it's not needed you should use overflow:auto; in your style definition for the textarea. …

.textarea
{
   overflow:auto;
}
 
/home/dodgydevil/wiki.zendfusion.com/data/pages/scripts/css/css_tips.txt · Last modified: 2009/08/13 01:55 by bosbaba
[unknown button type]
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Zend Fusion