Possible Duplicate:
Change the native confirm/alert
I would like to know if you can change the style of an alert box (i.e color, font). Can someone give me an example?
Possible Duplicate:
Change the native confirm/alert
I would like to know if you can change the style of an alert box (i.e color, font). Can someone give me an example?
You cannot change this. You can create your own, using absolutely-positioned HTML elements. These are called Modal Dialogs or Modal Windows.
No, you can't.
Instead, you can create a fake dialog in Javascript, like jQuery UI Dialog.
No, I'm afraid that is not possible.
With JavaScript, you are limited to only 3 popup boxes: alert, prompt and confirm.
Have you tried jQuery's UI? They have a dialog box you can customize.
Here's an example of the jQuery UI dialog, which may be what you're looking after:
As mentioned before, different "themes" (css styles) are available to choose or customize yourself here: http://jqueryui.com/themeroller/