March 4, 2013

how to insert text on image dynamically using java script or jquery

Question by Ajay

using jquery or javascript , how to insert textbox data display on image,

Thank you

Answer by Starx

Instead, it might be better to give the textarea a background. Just use CSS

textarea {
    background: url("image/you/want.jpg");
}

Author: Nabin Nepal (Starx)

Hello, I am Nabin Nepal and you can call me Starx. This is my blog where write about my life and my involvements. I am a Software Developer, A Cyclist and a Realist. I hope you will find my blog interesting. Follow me on Google+

...

Please fill the form - I will response as fast as I can!