I\'ve the following sample html, there is a DIV which has 100% width. It contains some elements. While performing windows re-sizing, the inner elements may be re-positioned,
Pure Javascript solution, but works only if the element is resized with the css resize button:
offsetWidth and offsetHeight with stored values, and if different, do what you want and update these values.