怎样让两个div横向并排??、
5个回答
2011-12-07
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.a {
background-color: #666666;
float:left;
position: relative;
width: 30%;
text-align: center;
}
.b {
background-color: #006699; float:left;
position: relative;
width: 30%;text-align: center;
}
.container {
margin: 100px;
position: relative;
}
.c {
background-color: #FF66CC; float:left;
position: relative;
width: 30%;text-align: center;
}
-->
</style>
</head>
<body>
<div class = "container">
<div class="a">a</div>
<div class="b">b</div>
<div class="c">c</div>
</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.a {
background-color: #666666;
float:left;
position: relative;
width: 30%;
text-align: center;
}
.b {
background-color: #006699; float:left;
position: relative;
width: 30%;text-align: center;
}
.container {
margin: 100px;
position: relative;
}
.c {
background-color: #FF66CC; float:left;
position: relative;
width: 30%;text-align: center;
}
-->
</style>
</head>
<body>
<div class = "container">
<div class="a">a</div>
<div class="b">b</div>
<div class="c">c</div>
</div>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<div style="width:100px; float:left">此处显示新 Div 标签的内容</div>
<div style="width:100px; float:left"">此处显示新 Div 标签的内容</div>
<div style="width:100px; float:left"">此处显示新 Div 标签的内容</div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
float:left
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询