html表格怎样固定高度,急,在线等

html表格怎样固定高度,急,在线等,第1张

test1:

<table>

    <tr>

        <td height="30"></td>

        <td></td>

    </tr>

</table>

test2:

<table height="150">

    <tr>

     <td></td>

    </tr>

</table>

test3:

<table>

    <tr>

     <td style="height:35px"></td>

    </tr>

</table>

test4:

<table style="height:350pxoverflow:hidden">

    <tr>

     <td></td>

    </tr>

</table>

亲,你想要哪个效果呢?

如下:

<td width=175(自定义) height=31(自定义)>

TD vAlign=center align=middle width="100%" bgColor=#f9f9f9

height="100%"><img src="image/head.jpg" width="760" height="111" alt=""></TD>

用%来确认

★加Q解决14615500


欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/zaji/6140542.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-03-16
下一篇2023-03-16

发表评论

登录后才能评论

评论列表(0条)

    保存