I am trying to test using hype for a webpage. As a test I used a textarea with an image beneath it. I want to know if it's possible to adjust the position the image during the window resize so that the text does not overlap the image.
hype in its basics (animation) relies on absolute positioning.
it’s been extended by layouts and responsive settings, but relative (www-standard) positioning is not supported.
you can add innerHTML to elements if you just need it here and there or write some js-workarounds, but those are just workarounds …