1. 程式人生 > >text-decoration、text-decoration-color、text-decoration-line、text-decoration-style屬性

text-decoration、text-decoration-color、text-decoration-line、text-decoration-style屬性

text-decoration:over-line  定義上劃線

text-decoration:line-through  定義刪除線

text-decoration:underline  定義下劃線

text-decoration:blink   定義閃爍文字

text-decoration:none  無裝飾

 

text-decoration-color:16進位制/預定義的顏色值/rgb  定義文字裝飾顏色

text-decoration-line:over-line/line-through/underline/blink/none  定義文字裝飾線條型別

text-decoration-style:dotted/solid/dashed/wavy/double  定義文字裝飾線條的樣式

dotted:將文字裝飾線條定義為點線

solid:將文字裝飾線條定義為單實線

dashed:將文字裝飾線條定義為虛線

wavy:將文字裝飾線條定義為波浪線

double:將文字裝飾線條定義為雙實線

 

注:text-decoration-style幾乎所有瀏覽器都不支援,但是火狐支援一個可替代該屬性的屬性 -moz-text-decoration-style