JavaScript CSS3 border-image-width Örnek
javascript css3 border-image-width örnek uygulama
bu kutu kenarlarına bir resim stili atanmıştır.
Javascript ile border-image-width özelliğine "15px 25px" değeri verildiğindeki etkisini görmek için aşağıdaki çalıştır tuşuna basınız !
function fonk() {
document.getElementById("anakutu").style.borderImageWidth = "15px 25px";
}
document.getElementById("anakutu").style.borderImageWidth = "15px 25px";
}
JavaScript css border-image-width © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder