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.
3 Answers
You can't style the alert box.
You can create a div put the message in it style it with css and pop it up with javascript.
An example for this can be find in the jQuery UI dialog widget, DEMO
Comments
You can not style alert box, what you could do is create a modal popup
eg.
window.alert()style. it must've been a custom<div>you were seeing.