帮忙修改网页代码
你提问提的太抽象了。。。
翻译下代码吧。。。
CSS学习中 完全自己的理解 有不准确的请见谅
body {
margin: 0; //设置外边框为0
font-family: Arial, Helvetica, sans-serif; //设置字体
font-size: 18px; //字体大小
}
#top_header,#top, #header, #nav, #main, #footer {
width: 788px; //设置宽度
margin: 0px auto; //上下外边框为0 左右为自动,也就是居中
clear:both; //清除浮动
}
#date {
line-height: 30px; //文字行高30px
height: 30px;
float: left; //向左浮动
margin: 0;
padding: 0; //设置外边框为0
}
#logo {
border: 1px solid #00A8FF; //设置边框样式和颜色
float: left;
height: 60px;
width: 180px;
line-height: 70px;
text-align: center; //文本位置为居中
}
#banner {
border: 1px solid #00A8FF;
height: 70px;
width: 560px;
float: right;
line-height: 70px;
text-align: center;
}
#header {
height: 80px;
overflow: hidden; //超出显示范围的内容会被隐藏
}
#fav {
line-height: 20px;
float: right;
height: 20px;
margin: 0;
padding: 0 10px 0 0; //外边框 4个值分别代表:上 右 下 左
}
#top {
line-height: 20px; //设置文字的高度
height: 20px;
}
#nav ul {
margin: 0px;
padding: 0px;
height: 32px;
list-style: none;
background: url(../../templates/green/images/ind- //设置背景 url中是背景图像的路径
多重随机标签