Last active
August 29, 2015 14:02
-
-
Save foru17/70104533a0c9c881f62b to your computer and use it in GitHub Desktop.
在项目中使用Base64 图片为背景
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
在线转换 http://dopiaza.org/tools/datauri/index.php | |
比较转换后字符大小 http://bytesizematters.com/ | |
*/ | |
<style> | |
.dot { | |
background-image: url(data:image/gif;base64,R0lGODlhBAABAIABAMLBwfLx8SH5BAEAAAEALAAAAAAEAAEAAAICRF4AOw==); | |
*background-image: url(http://www.zhangxinxu.com/wordpress/wp-content/themes/default/images/zxx_dotted.gif); // IE6~IE7 | |
} | |
</style> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment