Hi,
I'm currently using a 9-patch for making speech bubbles but this can be cumbersome (e.g. resizing the bubble according to TextSize needs a 0.1s wait because of rendering timing etc.) so I thought I'd use a <div> plugin to display them. This works great but my elements now float above everything else.
I know this is by design but I was wondering if this is intentional in HTML5? I mean, is it done for security reasons or is it an overlook that will be resolved in like HTML6 or something? Using HTML directly as sprites could provide nice vector capabilities but this floating thing can be seriously limiting.