JavaScript CSS border-top-width Örnek
javascript css border-top-width örnek uygulama
CSS'te Kutunun üst kenarının kalınlığının değerinin değiştirilmesi..
Javascript ile border-top-width özelliğine "20px" 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.borderTopWidth = "20px";
}
document.getElementById("anakutu").style.borderTopWidth = "20px";
}
JavaScript css border-top-width © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönderme