我的朋友正在做一个网站。一些页面将 gif 图像文件显示为链接。它们在 Firefox 和 Chrome 中正确显示,但在 Internet Explorer 中不正确。如何让图像在 Internet Explorer 中显示?这是一行应该显示 gif 链接的 html 代码:
<a href="kendo.htm"><img src="arrowprev.gif" alt="previous page arrow"/></a>
| <a href="index.htm">HOME</a>
| <a href="festivals.htm"><img src="arrownext.gif" alt="next page arrow"/></a>
谢谢您的帮助!