Using sprites with IMG tag?

后端 未结 6 1459
余生分开走
余生分开走 2020-11-29 23:26

I understand how to use sprites, however, isn\'t a \"src\" attribute required for IMG tags? I could always use a SPAN or other tag and set the background/width/etc but it wo

6条回答
  •  长情又很酷
    2020-11-30 00:01

    Using sprites doesn't necessarily mean you need to define them in css backgrounds. You can also use IMG tag sprites, to do so you need basically trim your image. There are two good articles explaining that technique:

    http://tjkdesign.com/articles/how-to_use_sprites_with_my_Image_Replacement_technique.asp

    http://www.artzstudio.com/2010/04/img-sprites-high-contrast/

    Both CSS and IMG methods sure have their own benefits, so you need to figure out which one suits you better.

提交回复
热议问题