CSS text-decoration-style ลักษณะการลากเลื่อนข้อความ
- หน้าก่อน text-decoration-line
- หน้าต่อไป text-decoration-thickness
การระบุและการใช้งาน
คุณสมบัติ text-decoration-style กำหนดชนิดของการตกแต่งของข้อความ (solid, wavy, dotted, dashed, double)。
คำแนะนำ:อ่านเพิ่มเติม คุณสมบัติ text-decorationซึ่งเป็นรูปแบบที่ย่อของสามคุณสมบัตินี้
- text-decoration-line
- text-decoration-style
- text-decoration-color
อ่านเพิ่มเติม
ตัวอย่าง CSSCSS ข้อความ
คู่มืออ้างอิง HTML DOMtextDecorationStyle คุณสมบัติ
ตัวอย่าง
ตั้งค่ารูปแบบ text-decoration ต่าง ๆ
div.a { text-decoration-line: underline; text-decoration-style: solid; } div.b { text-decoration-line: underline; text-decoration-style: wavy; } div.c { text-decoration-line: underline; text-decoration-style: double; } div.d { text-decoration-line: overline underline; text-decoration-style: wavy; }
ระบบการเขียน CSS
text-decoration-style: solid|double|dotted|dashed|wavy|initial|inherit;
ค่าทางภาษา CSS
ค่า | คำอธิบาย |
---|---|
solid | ค่าเริ่มต้น สายแสดงว่าเป็นสายเดียว |
double | สายแสดงว่าเป็นสายสองสาย |
dotted | สายแสดงว่าเป็นสายจุด |
dashed | สายแสดงว่าเป็นสายตั้ง |
wavy | สายแสดงว่าเป็นสายลาย |
initial | ตั้งคุณสมบัตินี้เป็นค่าเริ่มต้น อ่านเพิ่มเติม initial。 |
inherit | สืบทอดคุณสมบัตินี้จากองค์ประกอบพ่อของมัน อ่านเพิ่มเติม inherit。 |
รายละเอียดเทคนิค
ค่าเริ่มต้น: | solid |
---|---|
การสืบทอด: | ไม่ |
การสร้างอนุรักษ์ | ไม่สนับสนุน อ่านเพิ่มเติมคุณสมบัติที่เกี่ยวข้องกับอนุรักษ์。 |
เวอร์ชัน: | CSS3 |
JavaScript ระบบการเขียน | object.style.textDecorationStyle="wavy" |
การสนับสนุนโปรแกรมน่าเชื่อถือ
ตัวเลขในตารางแสดงว่าเวอร์ชันเบราเซอร์แรกที่สนับสนุนคุณสมบัตินี้
ตัวเลขที่มี -moz- แสดงว่าใช้หน้าในภายหลังเป็นตัวแรกที่มีคำนำหน้า
Chrome | IE / Edge | Firefox | Safari | Opera |
---|---|---|---|---|
57.0 | 79.0 | 36.0 6.0 -moz- |
12.1 | 44.0 |
- หน้าก่อน text-decoration-line
- หน้าต่อไป text-decoration-thickness