Click to See Complete Forum and Search --> : css and textarea


HJC
01-20-2009, 10:44 PM
is that possible to <textarea rows="6" cols="25" id="title"></textarea>
not defaul scroll up and down symbol

felgall
01-20-2009, 11:51 PM
That depends on which browser is being used. Some browsers only display the scrollbar if the content is too big and some always display it. Some may allow you to hide it if you add overflow:hidden in the stylesheet but then it will not appear even if the content gets too big to fit.

HJC
01-21-2009, 03:14 AM
Thank you