CSS常用属性及描述概要1
CSS常用属性及描述
CSS 背景属性(Background)
属性 值 描述 CSS background body
{background:#00FF00 url(bgimage.gif) no-repeat fixed top; }在一个声明中设置所有的背景属性。背景属性都不能继承 1 background-attachment scroll,fixed
设置背景图像是否固定或者随着页面的其余部分滚动。 1 background-color 颜色值 设置元素的背景颜色。背景属性都不能继承 1 background-image url(URL) 设置元素的背景图像。 1 background-position center ,top ,bottom ,right, left
设置背景图像的开始位置。top、bottom、left、right 和 center。
通常,这些关键字会成对出现,不过也不总是这样。还可以使用长度值,如 100px 或 5cm,最后也可以使用百分数值。 1 background-repeat epeat,repeat-x,repeat-y,no-repeat 设置是否及如何重复背景图像。repeat-x 和 repeat-y 1 CSS 边框属性(Border 和 Outline)
属性 值 描述 CSS border .d1 {
原创力文档

文档评论(0)