body {
background: url(images/1.jpg) no-repeat center top;
}
ul {
width: 100px;
height: 100px;
overflow: hidden;
}
.baidu {
overflow: hidden;
margin: 100px auto;
/* background-color: #fff; */
width: 413px;
padding-top: 3px;
}
.baidu li {
float: left;
margin: 0 1px;
cursor: pointer;
}
.baidu img {
width: 100px;
}
本文介绍了CSS在网页设计中的应用,包括设置背景图片的定位、ul元素的宽度控制、浮动布局的实现,以及表格隔行变色和表单全选/反选功能的代码示例。





被折叠的 条评论
为什么被折叠?



