设置table 行高无效
执着地梦想 2012-03-26 05:05:33 table表格行高受CSS影响,无法改变,最小始终是20,现在需要设置成1,不能更改CSS,其他很多地方还要用,
<div id=demo style="overflow:hidden;height:350px;width:200px;">
<div id=demo1 >
<table cellspacing="0" cellpadding="0 border="1" style="font-size:1px;height:1px;line-height:1px;overflow:hidden;word-wrap:break-word;align:right;">
<tr>
<td><a href="#" onmouseover="MouseOver(this)"><img src="/images/j1.gif" border="0"></a></td>
</tr>
<tr>
<td style="bgcolor:#cccccc;line-height:1px;height:1px;"></td>
</tr>
</table>
</div>
请指教。