I work with asp.net webpage project and call alert script but it's top of page how can set style of alert page.enter image description here
Asked
Active
Viewed 232 times
0
-
1You cannot style the alert box, because that's a system object – user2657943 Jul 20 '17 at 08:17
2 Answers
1
You cannot style alert box since its a system object and is not supported to add CSS on it. What you can do is create an html element modal box that will imitate the alert box. You can do this with JQuery or Bootstrap. For reference you can check it here:

Willy David Jr
- 8,604
- 6
- 46
- 57