php - In place text editor with some css effects when i click that html element -
i creating business card design application using jquery, php , mysql backend.
what want generate inline css editor few effects when click area. example, have div containing text
<div id="name_field">some text</div>
when click div must have dialog near text can customise css font size color etc. how can implement this?
here image
and card generation example want implement is
(please note 1 thing: dialog must have unique instance , must not effect other elements, i.e. effects element have generated it).
secondly, on server side want create image looking div area have created , customised.
any idea or suggestions welcome.
Comments
Post a Comment