我的标题横幅图像在 Firefox 中显示正常,但在 IE 中显示不正常。我通常只有一个 .Jpeg 图像,但在圣诞节时我有一个动画 .gif 似乎都没有在 IE 中显示。有人可以帮我检查一下吗?
http://www.clarksonsedinburgh.co.uk/
非常感谢,
帕特里克
我的标题横幅图像在 Firefox 中显示正常,但在 IE 中显示不正常。我通常只有一个 .Jpeg 图像,但在圣诞节时我有一个动画 .gif 似乎都没有在 IE 中显示。有人可以帮我检查一下吗?
http://www.clarksonsedinburgh.co.uk/
非常感谢,
帕特里克
尝试使用此代码
<img width="966" height="100%" alt="Clarksons of Edinburgh" src="/imgs/bg/clarksons Christmas.gif">
<img src="/imgs/bg/clarksons Christmas.gif" width="966" height="" alt="Clarksons of Edinburgh" />
也许它不喜欢 height=""
您的图像高度未指定,IE 认为它的高度=1
设置高度属性
HTML1512: Unmatched end tag.
www.clarksonsedinburgh.co.uk, line 39 character 1
HTML1514: Extra "<body>" tag found. Only one "<body>" tag should exist per document.
www.clarksonsedinburgh.co.uk, line 40 character 1
HTML1508: Unmatched end tag.
www.clarksonsedinburgh.co.uk, line 82 character 286
这就是 IE 提醒我的