How to change my JavaScript alert box color | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 1

How to change my JavaScript alert box color

Thats, like for example i want an alert when a form is submitted with green text

28th Jun 2018, 4:06 PM
silver christopher
silver christopher - avatar
2 odpowiedzi
+ 2
The alert box is a system object, and not subject to CSS. To do this style of thing you would need to create an HTML element and mimic the alert() functionality.
28th Jun 2018, 4:34 PM
damyco
damyco - avatar
+ 1
Thanks
28th Jun 2018, 6:58 PM
silver christopher
silver christopher - avatar