图片替换问题

发布于 2024-11-13 09:44:07 字数 260 浏览 1 评论 0原文

我对在网页设计中选择最佳的图像替换技术感到困惑。

此博客提供了一些技术:

http://css-tricks.com/css-image -replacement/

图像替换中哪种技术更好?

当我们可以使用 img 标签的“alt”属性来放置一些文本时,为什么我们应该使用 css 图像替换?

I am confused by selecting the best technique for image replacement in web design.

Here at this weblog some techniques are provided:

http://css-tricks.com/css-image-replacement/

Which technique in image replacement is better?

Why should we use css image replacement when we can use 'alt' attribute of img tag to put some text ?

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

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

发布评论

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

评论(1

平安喜乐 2024-11-20 09:44:07

alt 属性无法处理 CSS。图像替换显示样式元素而不是图像,这对于无图像(如果存在)的人来说是有好处的。

至于“最好”,我会说“不”。 3 很好。没有额外的标记,也没有问题。所有其他解决方案都会受到其中之一的影响。

The alt attribute can't handle CSS. Image replacement displays a styled element instead of the image, which is good for image-less (if they exist) people.

As for the "best", I'd say No. 3 is good. No extra markup and no issues. All the other solutions suffer from one or the other.

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