4 回答

TA貢獻(xiàn)149條經(jīng)驗(yàn) 獲得超291個(gè)贊
加給td
<style type="text/css">
? ? ? ?table{ width:100px; height:100px; border-left: solid 1px red; border-top: solid 1px red;}
? ? ? ?td{ border-right: solid 1px red; border-bottom: solid 1px red;}
</style>
<table cellpadding="0" cellspacing="0">
? ? ? ? ? ?<tr>
? ? ? ? ? ? ? ?<td></td>
? ? ? ? ? ? ? ?<td></td>
? ? ? ? ? ?</tr>
? ? ? ? ? ?<tr>
? ? ? ? ? ? ? ?<td></td>
? ? ? ? ? ? ? ?<td></td>
? ? ? ? ? ?</tr>
? ? ? ?</table>

TA貢獻(xiàn)123條經(jīng)驗(yàn) 獲得超103個(gè)贊
td才有border-bottom呀
另外最好還是用列表做吧
右邊的時(shí)間什么的可以嵌套span 或者ol li?
添加回答
舉報(bào)