Is absolute positioning supported? Here's basically what I'm trying to do, but the text is not getting overlaid. (Sorry, I didn't know whether to put this under discussions or issues)
<div id="thisisrelative">
<img />
<div id="thisisabsolute">text i want overlaid</div>
</div>
What else can I try? Thanks!