2个回答
展开全部
<!doctype html>
<html>
<head>
<title></title>
<style>
div
{
height: 200px;
border: 0;
}
.clear:after
{
content: '\20';
clear: both;
display: block;
}
.left
{
width: 150px;
float: left;
background-color: Yellow;
}
.content
{
margin-left: 150px;
display: block;
position: relative;
}
.content div
{
width: 50%;
}
</style>
</head>
<body>
<div class="clear">
<div class="left">
左
</div>
<div class="content clear">
<div style="background-color: Red; float: left;">
</div>
<div style="background-color: Black; margin-left: 50%;">
</div>
</div>
</div>
</body>
</html>
2014-06-25
展开全部
使用百分比
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询