2013-08-18

Disabling The Ability To Resize a Textarea

Just found out something I'd not know before.

Textarea's can be resized in most major browsers, however should you want to disable this functionality on a site you simply need to add this CSS to the textarea's style:

resize: none;

Simple!

Linkedin Stackoverflow GitHub

About Me

I'm a web developer (mostly Front end) currently working at Studio 24 (I previously worked for an Essex based company called Intelligent Penguin).

I spend a fair amount of time messing around on the web, I'm reasonably active on Stackoverflow (link above) and I've been known to tweet occasionally.

I started this site primarily as a blog, I find it useful to write about what I learn and that's what I intend to do (hopefully my ramblings are useful to someone)!