gpt4 book ai didi

html - 图像无法在 ie6 中呈现

转载 作者:行者123 更新时间:2023-11-28 02:19:09 24 4
gpt4 key购买 nike

我这里有一个小谜题:一个html页面在img声明之前有一个注释,像这样:

<!---->
<img src='shar.gif' alt='' class='center'/>

另一个没有:

<img src='shar.gif' alt='' class='center'/>

前图是在ie6中渲染的,而后图不是。两个页面都声明为 XHTML 1.0 Transitional,并且 w3c 验证程序对两个页面的 html 和 css 均表示“OK”。 Opera、Firefox、Safari 在这两种情况下都渲染图像。即使 ie 7.0 和 ie 8.0 呈现相同。

这是robust sample 的小型本地版本.这是一个 failure one .任何想法为什么(空或不)在图像之前评论使其在 ie 中“可见”?

最佳答案

我做了一个测试页:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>img</title>
<meta http-equiv=content-type content="text/html; charset=utf-8">
</head>
<body>
<!---->
<img src='smaller.jpg' alt='' class='center'/>
</body>
</html>

在 FF 3 和 IE 6 中对我来说效果很好。也许这与 CSS 有关?
请发布更广泛的示例...

关于html - 图像无法在 ie6 中呈现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/465141/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com