background-image:只定义背景图片
可以用background:url(./images/a.gif)
no-repeat
top
right
上面一种是复合定义,括号里是图片路径,后面是不平铺,背景位置是在右上角
<style>li {float:left}
li a {display:block}
</style>
就行了,有疑问再追问
background-image:只定义背景图片
可以用background:url(./images/a.gif)
no-repeat
top
right
上面一种是复合定义,括号里是图片路径,后面是不平铺,背景位置是在右上角
<style>li {float:left}
li a {display:block}
</style>
就行了,有疑问再追问