<html>
<head>


<style>
div {
width: 100px;
height: 100px;
  background-color: gray;
}
table{
width: 50px;
height: 50px;
  background-color: lightgray;
  position: relative;
  bottom: -50px;//table.height - div_height
}


</style>
<body>
<div id="div_content">
<table><tr><td><td></tr><table>
</div>
</body>

</html>


效果图




Logo

云原生社区为您提供最前沿的新闻资讯和知识内容

更多推荐