Frage

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

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top