Someone helped me with an image picker for a WordPress plugin on here recently, but I now need to get the image picker to update the CSS on the page too.
Here is a demo of the image picker:
http://demo.pixopoint.com/static/image-picker/
First person to post a <strong>live demo</strong> on here, which can update the background of the body tag with an image, wins the prize.
Existing functionality of the page must remain in tact (ie: input field still needs to be updated when an image is clicked).
Christianto answers:
Hi Ryan,
Looks familiar to me.. :D
Did the background should be repeated x or y, and background position?
Christianto comments:
The demo attach will no repeat the background and positioned on left top.
You can edit it manually on line 31 for repeat and position of background.
Hope this help..