How to convert html div into the Image
-
How to convert html div into the Image. if any one has answer then please contact :(( me.
Best Regards, Chetan Patel
-
How to convert html div into the Image. if any one has answer then please contact :(( me.
Best Regards, Chetan Patel
-
You cannot "convert" a div to a image if you want to show the image thre are two says 1)
- Put the image inside the div
Thanks Laddie Kindly rate if the answer was helpful
i have a div and i put some control in it. and i am trying to convert that div into the Image. my div become a image.
Best Regards, Chetan Patel
-
i have a div and i put some control in it. and i am trying to convert that div into the Image. my div become a image.
Best Regards, Chetan Patel
I'm unable to understand your question. How can one convert div to image? :omg:
Chetan Patel Sai Soft wrote:
my div become a image
According to me, this is simply not possible. :laugh:
-
I'm unable to understand your question. How can one convert div to image? :omg:
Chetan Patel Sai Soft wrote:
my div become a image
According to me, this is simply not possible. :laugh:
i want to create image for the contents in Div Element. i need to generate image from html
Best Regards, Chetan Patel
-
How to convert html div into the Image. if any one has answer then please contact :(( me.
Best Regards, Chetan Patel
I have the same issue, I want to create an image from div contents, any help possible ?? :confused:
-
I'm unable to understand your question. How can one convert div to image? :omg:
Chetan Patel Sai Soft wrote:
my div become a image
According to me, this is simply not possible. :laugh:
-
I have the same issue, I want to create an image from div contents, any help possible ?? :confused:
You can Use http://forums.asp.net/t/1117630.aspx/2/10[^]
-
You cannot "convert" a div to a image if you want to show the image thre are two says 1)
- Put the image inside the div
Thanks Laddie Kindly rate if the answer was helpful
I hope that this might work.... :)
$(document).ready(function(){
var imageSrc= $('div').css('background-image');
alert(imageSrc);
$('img').attr('src',imageSrc);
}); -
I hope that this might work.... :)
$(document).ready(function(){
var imageSrc= $('div').css('background-image');
alert(imageSrc);
$('img').attr('src',imageSrc);
});Actually I need the same result fot collection of images in the same div.. But I cant.. Help me if anyone have idea