【发布时间】:2015-04-08 01:35:13
【问题描述】:
我在 Photoshop 中创建了一个简单的动画加载 gif。它在 Internet Explorer 中工作得非常好,但在 Firefox 中却不行。我研究了很多,但一无所获! gif如下,photoshop的输出是....
Format: GIF
Dimensions: 300w x 300h
Size: 43.98K
Settings: Selective, 256 Colors, 100% Diffusion Dither, 42 frames, Transparency off, No Transparency Dither, Non-Interlaced, 0% Web Snap
<html>
<head>
<title>load1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (load1.jpg) -->
<img src="BrowserPreview_tmp.gif?1428467176" width="300" height="300" alt="">
<!-- End Save for Web Slices -->
</body>
</html>
【问题讨论】:
-
我在 Photoshop 中打开了您的文件,然后使用“Save for the Web”将其保存为 GIF,现在它可以在 IE 和 FF 中使用。