Customized alerts in Javascript not working properly

Posted by mmh on Stack Overflow See other posts from Stack Overflow or by mmh
Published on 2012-07-09T10:54:48Z Indexed on 2012/11/11 17:00 UTC
Read the original article Hit count: 167

Filed under:
|
|
|

I am developing an addon to Firefox using addon-builder. I want to replace a normal alert box in Javascript with my addon. So, I have choosen customized alert boxes using jQuery. The jAlert details are given here.

Now, I made customized alerts (with title and colors in alert). It is wroking properly on some websites. But on some websites the default CSS is dominating my jQuery CSS, which leads to unexpected alerts (ugly alerts).

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery