0

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

gmYsf
  • 101
  • 6

2 Answers2

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:

https://jqueryui.com/dialog/

Willy David Jr
  • 8,604
  • 6
  • 46
  • 57
0

try this, this will work fine :

https://github.com/t4t5/sweetalert

Akshit Ahuja
  • 337
  • 2
  • 15