Your Ad Here

Home » Simple CSS Code »

0

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


You may like these posts

    Steps to implement and hosting your website in google app engine for freeHow to overcome the browser autocomplete?PHP Header ExamplesMulti-language support for web application with MySql and PHP

 

Leave a Reply