61,125
社区成员
发帖
与我相关
我的任务
分享<html>
<body>
<h3>This is a header</h3>
<p>This is a paragraph.</p>
<table>
<td>
<div style="width:120px;background-color:#cc88ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;" title="somelongtextsomelongtext">
somelongtextsomelongtext
</div>
</td>
<td>
<div class="a" style="width:110px;background-color:#dddddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;" title="some long text">some long text
<div >some long text
</div>
</div>
</td>
</table>
</body>
</html>
<style>
.a div{display:none;}
.a:hover div{display:block;position:absolute;color:red;font-size:36px;}
</style>