Which graphic file formats are supported by browsers?

前端 未结 3 484
[愿得一人]
[愿得一人] 2020-11-28 10:56

JPEG, GIF and PNG can be displayed with the img tag and will work in all browsers, the object element can be use for displaying images specifying its MIME type, but what oth

3条回答
  •  孤城傲影
    2020-11-28 11:44

    Until 2006, IE didn't deal properly with PNGs that used the alpha channel, while Firefox and other (nearly) standards conforming browsers did. There is still a lot of IE 6 out there, judging by my apache logs.

提交回复
热议问题