CSS text-decoration-style Özelliği
CSS text-decoration-style
Csstext-decoration-style
özelliği ile text-decoratin için uygulanacak olan çigi çeşidi belirlenebilir.
Örnek:
Bu örnekte bir paragraf elemanına uygulanacak olan text-decoration çizgisinin çeşididotted
olarak uygulanmıştır. p {
text-decoration: underline;
-moz-text-decoration-style: dotted;
text-decoration-style: dotted;
}
CSS text-decoration-style nedir nasıl kullanılır
Özelliğin çizgi tipi belirlenir.
CSS text-decoration-style Tarayıcı Desteği
Tablodaki sayılar özelliği destekleyen ilk tarayıcı versiyonlarıdır.
CSS Kodu: | |||||
---|---|---|---|---|---|
text-decoration-style | Desteklenmiyor | Desteklenmiyor | 6.0 -moz- | Desteklenmiyor | Desteklenmiyor |
CSS text-decoration-style Değerleri
text-decoration-style: solid|double|dotted|dashed|wavy|initial|inherit;
Yorumlar
Yorum Gönder