没有隐藏替代文本

发布于 2024-08-03 23:33:21 字数 421 浏览 2 评论 0原文

我在内容管理系统 cmsms 中使用 sifr,这是我第一次遇到 sifr 的问题。

http://www.improvingbiz.co.uk/index.php? page=e-commerce

Sifr 正在显示文本和 Flash,从而产生了这个双标题!

我有 sifr 替换 #title 并在屏幕 CSS 中使用以下内容:

.sIFR-hasFlash #title {
    visibility: hidden;
    font-size:0px;
}

...无济于事。

I am using sifr in the content management system cmsms, and for the first time ever I've experienced a problem with sifr.

http://www.improvingbiz.co.uk/index.php?page=e-commerce

Sifr is showing the text as well as the flash, resulting in this double headline!

I have sifr replacing #title and using the following in screen CSS:

.sIFR-hasFlash #title {
    visibility: hidden;
    font-size:0px;
}

...to no avail.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

遗心遗梦遗幸福 2024-08-10 23:33:21

要求我将 sIFR 样式表放入 CMS 样式表中,它不喜欢指向外部表的链接。

Required me to put the sIFR stylesheet into the CMS style sheet, it didn't like a link to an external sheet.

白云不回头 2024-08-10 23:33:21

一般来说,sIFR 不是当今应该使用的技术。

相反,请使用 @font-face css 属性,并允许使用旧版浏览器的用户查看其默认字体。通过这种方式,您可以为可以支持新功能的用户进行渐进升级,但不会破坏旧(或非常旧)浏览器的用户的功能。

如果您对图像的呈现方式有强烈的感觉,则标题应该是图像。如果需要的话,可以使用 css 来设置它们的样式。请参阅此处的示例:http://www.csszengarden.com/

需要 Flash 是一件非常糟糕的事情对于游戏,因为对于速度较慢的计算机(例如上网本)的用户来说,它会极大地减慢加载时间。

In general, sIFR is not a technique that should be used today.

Instead, use the @font-face css property, and allow users using older browsers to see their default fonts. This way you have progressive upgrades for the users who can support the newer features, but you don't break things for users of older (or very old) browsers.

Headlines should be images if you feel strongly about how they render. Style them with css if you need to. Look here for examples: http://www.csszengarden.com/

Flash is a really bad thing to require for titles because it slows load times incredibly for users of slower computers (netbooks, for example).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文