+ 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
2 Answers
+ 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.
+ 1
Thanks