HTML if image is not found

后端 未结 16 2034
温柔的废话
温柔的废话 2020-12-07 13:46

I have an image in a HTML page:

\"Smiley

If the image is not found o

16条回答
  •  悲&欢浪女
    2020-12-07 14:22

    I added a parent div around the image and used the following onerror event handler to hide the original image because in IE there was still an ugly image-not-found image shown after using the alt attribute:

提交回复
热议问题