Hi friends,
Here following code will add to styles of text area, that removes the scrolling of that one.
Because in firefox browser we can not visible the scoll but in IE we will get the scrolling , so i am facing most of the sites, for the sake of another person like me dont want to waste time on searching on this.
**********************************
overflow-x:hidden; overflow-y:hidden;
**********************************
Add that lines for text area.
*****************************
<textarea cols=”20″ rows =”20″ style =” overflow-x:hidden; overflow-y:hidden;”></textarea>
*******************
Hope this will be useful