background-repeat; 平鋪 repeat-x 橫向平鋪
background-position:right top; 右上角 left 100px top 200px離左邊100像素 離上邊200像素
font-style:italic;傾斜 normal不傾斜
text-decoration:underline;下劃線 overline上劃線 line-through刪除線
none去掉下劃線
line-height:24px;行高
vertical-align:middle;垂直居中 一般設置行高後使用
visibility:hidden;可視性。hidden隱藏但是占空間,visible,顯示
border-width/style/color--邊框像素/邊框線條樣式/顏色
border-top/bottom/;left/right 上下左右邊框
margin:10px;對外邊框的距離,對外的
padding:10px;對內的,內容與邊框的距離
list-style:none;取消序號
overflow:hidden;超出范圍隱藏; scroll,超出范圍時出滾動條
超鏈接樣式
a:link /*一般鏈接*/
{
color:blue;
}
a:visited/*訪問過的鏈接格式*/
{
color:green
}
a:hover/*設置鼠標指向鏈接時的形式*/
{
color:red;
}
cursor:pointer 鼠標指到上面時的形狀
opacity:0.5;設置透明度