• When user resizes a textarea the WIDTH and HEIGHT get set in the STYLE attribute

    Presumably there is some javascript somewhere listening for some event/s that causes the STYLE to get set? I would like to listen to the same event/s so that we can set the STYLE for the containing DIV so that the resized textarea does not over or underlap…