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,728 times
1

user1752627
- 2,527
- 2
- 15
- 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 not style alert box, what you could do is create a modal popup
eg.

Community
- 1
- 1

MagePal Extensions
- 17,646
- 2
- 47
- 62