.logo_left {
width: 375px;
float: left;
display: inline;
}
.logo_right {
width: 300px;
height: 28px;
margin-top: 30px;
float: right;
display: inline;
color: #8E8E8E;
}
上面这些是我从源代码下载下来的index.html中的代码。
老师请问一下,里面的display:inline;是只要用了float属性就就要加上吗?
.logo_left {
width: 375px;
float: left;
display: inline;
}
.logo_right {
width: 300px;
height: 28px;
margin-top: 30px;
float: right;
display: inline;
color: #8E8E8E;
}
上面这些是我从源代码下载下来的index.html中的代码。
老师请问一下,里面的display:inline;是只要用了float属性就就要加上吗?
2014-08-25
举报