div+css 上浮动的问题,无效果
2个回答
2013-07-09
展开全部
<!DOCTYPE HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<style type="text/css">
.infor {
background-color: pink;
width: 500px;
height: 400px;
margin: 100px auto;
}
#head {
background-color: green;
float: left;
width: 100px;
height: 150px;
line-height:150px;
text-align: center;
}
#attr {
background-color: gray;
float: left;
width: 300px;
height: 150px;
line-height:150px;
text-align: center;
margin-left:5px;
}
</style>
<div class="infor">
<div id="head">head</div>
<div id="attr">attr</div>
</div>
</body>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<style type="text/css">
.infor {
background-color: pink;
width: 500px;
height: 400px;
margin: 100px auto;
}
#head {
background-color: green;
float: left;
width: 100px;
height: 150px;
line-height:150px;
text-align: center;
}
#attr {
background-color: gray;
float: left;
width: 300px;
height: 150px;
line-height:150px;
text-align: center;
margin-left:5px;
}
</style>
<div class="infor">
<div id="head">head</div>
<div id="attr">attr</div>
</div>
</body>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-07-09
展开全部
看你这图片不是已经达到效果了嘛?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询