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

link

and card generation example want implement is

http://www.optimalprint.co.uk/edit-design?cid=4lkbh0l-efk&design_id=tqsipgvszxi#id:ge8ie8nuryie_olwtkszk1dyugll9_nkgxaxuefxwue+page:1

(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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -