开发者

Image replacement issue

开发者 https://www.devze.com 2023-03-10 04:54 出处:网络
I am confused by selecting the best technique for image replacement in web design. Here at this weblog some techniques are provided:

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开发者_C百科 when we can use 'alt' attribute of img tag to put some text ?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号