javascript - Editable Text Over Image -
i wondering, there way of getting text go on image, have text can changed without going html, aka using textbox form displayed on webpage, , inputted text being put on image? know can done im struggling on start, , reply pointing me in right direction gratefully recieved.
gareth
if browser compatibility not issue, can done html5 so:
<div contenteditable="true"> text can edited user. </div>
then either set image background image div, or place image within div set z-index lower of text.
Comments
Post a Comment