【发布时间】:2015-09-30 17:51:31
【问题描述】:
我有如下表:
<table border="1px" width= "900px" ; height="100px">
<tr>
<td width="200px" height="100px" align="center" >
<p><img src="images/home.png"/></p>
<p>Room<p></td>
</tr>
</table>
看起来像:
我想做的是当鼠标悬停在“td”中的内容上时,会发生以下变化。
内容从“房间”变为 3 个不同的链接,重定向到不同的页面。
图像保持在中间,不透明度较高。
喜欢:
【问题讨论】:
-
我注意到您的表格中没有
<tbody></tbody>?
标签: html css html-table hover