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.
Asked
Active
Viewed 2,549 times
1
user1752627
- 2,477
- 2
- 14
- 10
-
5i dont believe you can change the native `window.alert()` style. it must've been a custom `` you were seeing.– YS. Oct 21 '12 at 12:50
-
possible duplicate of [how to change the style of alert box](http://stackoverflow.com/questions/7853130/how-to-change-the-style-of-alert-box) – kapa Feb 21 '14 at 11:13
3 Answers
0
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
gdoron is supporting Monica
- 142,542
- 55
- 282
- 355
0
You can not style alert box, what you could do is create a modal popup
eg.
Community
- 1
- 1
MagePal Extensions
- 17,571
- 2
- 45
- 62