这是我的代码。我无法解决为什么id=right
有点低?我该如何解决?
我的CSS代码:
#container
{
width:70%;
margin:0 auto;
}
body
{
text-align: center;
background-color:#708090;
}
#left
{
float:left;
}
#content
{
}
#right
{
float:right;
}
对 div 的值只有float:right
.