Question

I have this html table and in one of the columns there is a image for view. The image is showing correctly on ff and chrome but there is some thumbnail or some thing coming over the image in ie. Pls help me as I am blank .

I am attaching the two images.

chrome & FF chrome and ff

and this one is for ie.

ie

Was it helpful?

Solution

Actually I have used the below HTML:

<div>
<img alt="view" style="background-image:'/sampleimg.png'" href=""/>
</div>

and this bauses problem on IE. So i have modifies the html to

<div style="background-image:'sampleimg.png'">
<img alt="view" href=""/>
</div>

and the problem is solved

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top