css 重点

1:为table边框设置样式

border-color: #519BEC;
    border-width: 10px;
    border-style: solid;

2:设置按钮:

background-color: #4ec83b;

border-radius: 3px;

color: white;

text-decoration: none;

text-align: center;

vertical-align: middle;

-moz-box-orient: vertical;

line-heigth: 29px;

width: 82px;

 3:当窗口中的内容被position:xxx移走之后,容器会变空,这时又想显示容器的背景。可以使用:over-flow:hidden;

 4:table中显示空的单元格:empty-cells: show;

posted @ 2015-03-12 15:07  letmedown  阅读(121)  评论(0)    收藏  举报