gpt4 book ai didi

html - IE6 : How to get inline base64 images to work with IE6?

转载 作者:技术小花猫 更新时间:2023-10-29 12:14:13 25 4
gpt4 key购买 nike

如何让 IE6 显示内联 base64 编码图像?

<img src="data:image/png;base64,....." />

这适用于 Firefox/Chrome/Safari,但不适用于 IE6。

最佳答案

我的解决方案在 IE6 上运行流畅。可能对你有帮助!

<!--
Content-Type: multipart/related; boundary="=_data-uri"
-->
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#pic {
width:670px;height:710px;
background-image: expression("url(mhtml:" + window.location + "!locoloco)");
}
</style>
</head>
<body>

<div id="pic" ></div>
<div id=test style="display: none;">

--=_data-uri
Content-Location:locoloco
Content-Transfer-Encoding:base64

iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8 /w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==
--=_data-uri--

</div>
</body>
</html>

关于html - IE6 : How to get inline base64 images to work with IE6?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1575333/

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