I want to style the confirm box generated by JavaScript. I want the background color of the box to be green and replace ok/cancel with yes/no. Do you know how to do this ?
ok/cancel
yes/no
You can't style a confirm(); alert -- this is generic to the browser. Instead, look into alternatives such as boxy for jQuery: http://onehackoranother.com/projects/jquery/boxy/
confirm();
Of course, you can style this in CSS until your heart melts. ;-)
1.4m articles
1.4m replys
5 comments
57.0k users