1个回答
展开全部
<!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=utf-8" />
<title>div布局</title>
<style>
.content { width:500px;
height:500px;
border:#000000 1px solid;
}
.div_td { width:249px;
height:249px;
float:left;
color:#FF0000;
text-align:center;
line-height:250px;
}
</style>
</head>
<body>
<div class="content">
<div class="div_td" style="border-bottom:1px #000000 solid; border-right:1px #000000 solid;">
第一个
</div>
<div class="div_td" style="border-bottom:1px #000000 solid; ">
第二个
</div>
<div class="div_td" style="border-right:1px #000000 solid;">
第三个
</div>
<div class="div_td">
第四个
</div>
</div>
</body>
</html>
这就是你要的效果
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>div布局</title>
<style>
.content { width:500px;
height:500px;
border:#000000 1px solid;
}
.div_td { width:249px;
height:249px;
float:left;
color:#FF0000;
text-align:center;
line-height:250px;
}
</style>
</head>
<body>
<div class="content">
<div class="div_td" style="border-bottom:1px #000000 solid; border-right:1px #000000 solid;">
第一个
</div>
<div class="div_td" style="border-bottom:1px #000000 solid; ">
第二个
</div>
<div class="div_td" style="border-right:1px #000000 solid;">
第三个
</div>
<div class="div_td">
第四个
</div>
</div>
</body>
</html>
这就是你要的效果
追问
如果一区高只有50,三区能不能顶上去?
追答
是不会的,表格的话也是一行的宽度是一致的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询