remove safari’s resize grip in textareas

March 11, 2010

in web

Another quickie:

You know those resize grips that safari adds in to textarea input fields by default?

safari's resize grip

Generally I find them helpful, but I was recently asked to remove them entirely from a website. Turns out it’s pretty easy to do, with some simple css:

textarea {
     resize: none;
}

Cheers…

Leave a Comment

Previous post:

Next post: