markdown CSS Sprites

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown CSS Sprites相关的知识,希望对你有一定的参考价值。

## CSS Sprites
CSS sprites combine multiple images into one single larger image. It is commonly used technique for icons (Gmail uses it). How to implement it:

1. Use a sprite generator that packs multiple images into one and generate the appropriate CSS for it.
2. Each image would have a corresponding CSS class with background-image, background-position and background-size properties defined.
3. To use that image, add the corresponding class to your element.

以上是关于markdown CSS Sprites的主要内容,如果未能解决你的问题,请参考以下文章

css sprites

CSS Sprites(CSS 精灵)

CSS Image Sprites - 如何获取图像的一部分

CSS Sprites+CSS3 Icon Font

CSS Sprites样式生成工具的使用

如何使用 CSS sprites 组合图像