请问如何为dw的头部添加背景,我用div标签添加的为什么是一张图片
给头部的div添加css属性
background: url(xxx.jpg); background-repeat: no-repeat; background-size: cover;