图片替换问题
我对在网页设计中选择最佳的图像替换技术感到困惑。
此博客提供了一些技术:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.