rahms : I need to correct the bug shown by curtischan, so I'll add your suggestion at the same time.
However, there are some things I can't change. The "tilting" with IE is because I didn't tested it with that browser (since IE doesn't support very well the transformations). I'll check what I can do with it, though.
The "always on top" is because it's a "true" HTML element. Everything else in Construct is drawn on a Canvas, but not that (and it's not possible to do that in another way). I'll try to add an option to rasterize the DIV and paste in inside the Canvas.
About the lack of touch, it's because I forgot to pass "touch" events (for the moment it's only passing click events).