首頁 >web前端 >html教學 >table 中如何画一条线?加一个tr的话,线长度不够100%。_html/css_WEB-ITnose

table 中如何画一条线?加一个tr的话,线长度不够100%。_html/css_WEB-ITnose

WBOY
WBOY原創
2016-06-21 09:23:511549瀏覽

<tr  style="background:#000000;height:1px;width:100%">		<td height="1px;"></td></tr>

这样的话,线总是有一点不到边上,怎么样才能让线100%占据表格?


 <table style="background: #0CA3DC" border="0">		<tr>		<td height="20px;">aaaaaaaa</td>		</tr>		<tr  style="background:#000000;height:1px;width:100%">		<td height="1px;"></td>		</tr>		<tr>		<td>bbbbb</td>		</tr>		<tr> </tr></table>


回复讨论(解决方案)

table加border-collapse:collapse

border-collapse: collapse;

你这样和作边框有什么差?为什么不直接用边框?

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn