I want to change a style of javascript alert box.As you can see in many website like facebook,Here is alert boxex are stlyed.how can I do that.
You can not style alert box, what you could do is create a modal popup
eg.
http://jqueryui.com/dialog/
http://defunkt.io/facebox/
How to code a JavaScript modal popup (to replace Ajax)?