Konu
Css'de javascriptteki onclick özelliği varmı
27-02-2021, 20:39:37
#5
buddy
tolgaand adlı üyeden alıntı:
mesajı görüntüle
https://developer.mozilla.org/tr/docs/Web/CSS/:active
https://developer.mozilla.org/tr/docs/Web/CSS/:focus
https://developer.mozilla.org/en-US/docs/Web/CSS/:visited
bunları deneyebilirsiniz.
However this will only apply the style when the mouse button is held down. The only way to apply a style and keep it applied onclick is to use a bit of JavaScript.