在jsp页面中怎样让一个td显示到一个td的右下角

 我来答
开心鬼全案品牌
2019-10-12 · TA获得超过117个赞
知道小有建树答主
回答量:276
采纳率:76%
帮助的人:63.9万
展开全部
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style>
table td{
width: 200px;
height: 100px;
position: relative;
}
.mytd_div{
width: 50px;
height: 50px;
//border: 1px solid black;
position: absolute;
top: 50px;
left: 150px;
background: yellow;
text-align: center;
line-height: 50px;
}

</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="1">
<tr>
<td>
<div class="mytd_div">1</div>
</td>
</tr>
</table>
</body>
</html>
你可以尝试一下这段代码
如果对您有帮助别忘记采纳
无名氏一个day
2019-10-12
知道答主
回答量:2
采纳率:0%
帮助的人:1409
展开全部
<style>
table {
position: relative;
}
td {
width: 100px;
height: 30px;
background: #eee;
}
</style>

<table>
<tr>
<td></td>
<td style="position: absolute;; top: 100%;"></td>
</tr>
</table>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式