Skip to content

Instantly share code, notes, and snippets.

@foru17
Last active August 29, 2015 14:02
Show Gist options
  • Save foru17/70104533a0c9c881f62b to your computer and use it in GitHub Desktop.
Save foru17/70104533a0c9c881f62b to your computer and use it in GitHub Desktop.
在项目中使用Base64 图片为背景
/*
在线转换 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