TIFF格式无法使用CSS

时间:2011-09-29 19:07:32

标签: css tiff gif

在CSS文件中定义并在索引文件中调用时,图像(logo.tiff)将不会显示。

但是,当我以其他格式保存它时,例如gif或jpeg,它可以正常工作。这有什么理由或解决方法吗?

谢谢你们。

CSS文件:

.logo{
    float:left;
    overflow:hidden;
    text-indent:-9999px;
    background:url(../images/logo.tiff) no-repeat;
    width:218px;
    height:103px;
}

Index.html文件:

<h1 class="logo"><a href="#">Our Slogan Here</a></h1>

1 个答案:

答案 0 :(得分:4)

Web浏览器不支持TIF文件