Float疑问?
<html>
<head>
<style type="text/css">
div
{
width:200px;
height:200px;
border:1px red solid;
float:left;
}
</style>
</head>
<body>
<div>
<div id="q"></div>
<div id="p"></div>
</div>
</body>
</html>
代码有问题吗?为什莫运行结果还是垂直分布,不在通过一水平面上。。。。
<html>
<head>
<style type="text/css">
div
{
width:200px;
height:200px;
border:1px red solid;
float:left;
}
</style>
</head>
<body>
<div>
<div id="q"></div>
<div id="p"></div>
</div>
</body>
</html>
代码有问题吗?为什莫运行结果还是垂直分布,不在通过一水平面上。。。。
2016-04-19
举报