.left-b{
width:9px;
height:250px;
float:left;
background:url(index_06.gif) no-repeat;
}
这段代码什么意思? 我网页排版有错!请大家指点指点!
.left-b{
width:9px;
height:250px;
float:left;
background:url(index_06.gif) no-repeat;
}
这段代码什么意思? 我网页排版有错!请大家指点指点!
width 宽度
height 高度
float 浮动(对齐方式)
background 背景(no-repeat 不重复)
这个类或者Div的名字为left-b
宽度为9像素 高度250像素
浮动居左
背景是一个名叫index_06.gif的图片。背景不重复