Skip to content

Instantly share code, notes, and snippets.

@binnng
Last active December 16, 2015 04:39
Show Gist options
  • Select an option

  • Save binnng/5378625 to your computer and use it in GitHub Desktop.

Select an option

Save binnng/5378625 to your computer and use it in GitHub Desktop.
bg.png和pic.png谁先加载?
<!doctype html>
<html>
<style type="text/css" rel="stylesheet">
#bg{background:url(bg.png)}
</style>
<div id="bg"></div>
<img src="pic.png" />
</html>
@binnng

binnng commented Apr 14, 2013

Copy link
Copy Markdown
Author

chrome下测试,是先pic,再bg。明天再测试别的浏览器。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment