如果css是放在css文件夹,图片是放在images文件夹,则可以用div{background:url("../images/pic.png"); }这样来实现,pic.png是背景图片。
直接写div{background:example.jpg no-repeat;}