leotaozeng
2015-05-20 11:42
img和background image有点搞不清,这两者什么时候分开用啊!!
怎么会分不清楚咧~~
img是标签元素,
background image是CSS属性。
body
{
background: #00FF00 url(bgimage.gif) no-repeat fixed top;
}
以上是background所有属性
body
{
background-image: url(bgimage.gif);
}
这是background的一个属性image。
企业网站综合布局实战
157042 学习 · 1984 问题
相似问题