码迷,mamicode.com
首页 > Web开发 > 详细

html5-css列表和表格

时间:2017-10-07 17:33:13      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:height   lis   lower   htm   cells   bsp   image   lap   enter   

td{
    /*width: 150px;
    height: 60px;*/
    padding: 10px;
    text-align: center;
}
 table{
     width: 500px;
     /*border-collapse: separate;*/
     border-collapse: collapse;
     border-spacing: 5px;
     caption-side: bottom;
     table-layout: fixed;
     empty-cells: hide;
     
 }
 ul{
     width: 100px;
     /*list-style-type: circle;*/
     list-style-type: square;
     /*list-style-position: inside;*/
     list-style-position: outside;
     list-style-image: url(../pic/2.png);
 }
 ol{
     /*list-style-type: decimal;
     list-style-type:decimal-leading-zero;
     list-style-type: lower-roman;
     list-style-type: upper-roman;
     list-style-type: upper-alpha;*/
     list-style-type: lower-alpha;
 }

html5-css列表和表格

标签:height   lis   lower   htm   cells   bsp   image   lap   enter   

原文地址:http://www.cnblogs.com/houweidong/p/7635055.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!