Image is not placed properly.
I have a div with height and width as 302*302 then,
I want to place the image,whatever the image size should be(eg:-1024*768,250*25 0)
The image must be viewed as completely in that div.
I had tried by giving style="overflow :auto;"but, both horizontal and vertical scrollbars are apperaed for the div.
And also,the image is also showing very big when we given the big image and very small when we given the small image.
I want when the big (or) small image is given,it should be displayed in that div only without scroll bar.
Plz help me
I have a div with height and width as 302*302 then,
I want to place the image,whatever the image size should be(eg:-1024*768,250*25 0)
The image must be viewed as completely in that div.
I had tried by giving style="overflow :auto;"but, both horizontal and vertical scrollbars are apperaed for the div.
And also,the image is also showing very big when we given the big image and very small when we given the small image.
I want when the big (or) small image is given,it should be displayed in that div only without scroll bar.
Plz help me
Comment