DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> 關於CSS >> css樣式做細線表格
css樣式做細線表格
編輯:關於CSS     

<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>

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved