One interesting feature on my webpage is a textarea that can be resized using resize:both;
I am looking for a way to apply a specific style to this textarea only when the user resizes it. While I would prefer to achieve this with CSS alone, it seems like there isn't a pseudo-selector or method that would allow me to do so. Is my assumption correct?
If not, is there an event in jQuery that I could utilize for this purpose?
Additionally, what would be the most effective approach to reset the textarea to its original size? Would using jQuery once again be the best option?
Your insights and recommendations are greatly appreciated.