Re: [問題] 此css table 如何?
※ 引述《zora44 (Zora)》之銘言:
: 各位大大好
: 小弟想請問下網址圖片中之表個如何利用CSS製作呢?
: http://ppt.cc/WQyU
: 若有相關CSS網頁及表格介紹也可提供
: ,謝謝!
這樣不知道可不可以
css:
<style type="text/css">
td { width: 200px; height:40px; border: 1px inset #bbb; padding:5px; }
table { border: 3px outset #bbb; border-spacing: 5px; }
.inA { background-color: #888; }
.inE { background-color: #00FF66; };
</style>
table:
<table>
<tr>
<td class="inA">A</td>
<td colspan="2"></td>
</tr>
<tr>
<td></td>
<td></td>
<td class="inE" rowspan="2">E</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.133.13.137
推
04/26 18:10, , 1F
04/26 18:10, 1F
→
04/26 18:11, , 2F
04/26 18:11, 2F
→
04/26 18:11, , 3F
04/26 18:11, 3F
→
04/26 18:36, , 4F
04/26 18:36, 4F
→
04/27 05:30, , 5F
04/27 05:30, 5F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章