I have a textarea on my page, with resize:both;
I want to be able to apply a style to that textarea only when the user resizes it. Preferably I would like to be able to do this with CSS, but I dont think there is a pseudo-selector or method that would work with just pure CSS. Am I wrong?
Failing this, is there an event I can make use of in jQuery?
And what would be the best way of reseting the textarea to its original size? Would this be with jQuery again?
Many thanks.