<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

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐