设计之家 > 教程 > 網頁教程 > CSS教程 >

css樣式做細線表格

作者:未知 來源:本站原創 時間:2006-03-12

<style type="text/css">
<!--
table {border-collapse:collapse;}
td{
border-left:0;
border-top:0;
border-right:1px solid #00cd11;
border-bottom:1px solid #cb1122;
font-family:"Courier New", Courier, mono;
font-size:11px;
height:25px;
padding:0 12px 0 12px;
border-collapse:collapse;
}
.tdblue{
font-weight:bold;
color:#3C00C6;
}
-->
</style>

<table cellspacing="0" cellpadding="0">
  <tr>
    <td class="tdblue">Select My Menu</td>
  </tr>
  <tr>
    <td>Who am I?</td>
  </tr>
  <tr>
    <td>細線表格</td>
  </tr>
  <tr>
    <td>Contact me</td>
  </tr>
</table>

标签:

相關文章:

推薦設計

最新文章