Possible Duplicate:
Change the native confirm/alert
alert("hello")
Is there anyway to change the style of the default alert box rather than providing the user with the same old windows feel..
Possible Duplicate:
Change the native confirm/alert
alert("hello")
Is there anyway to change the style of the default alert box rather than providing the user with the same old windows feel..
No, this is hardcoded to the browser. I use jQuery UI dialogs rather than alerts, they're easily customizable:
As far as i know there are no ways to change the style of the default alert box. It is styled from the browser (in firefox 4 and > it's much nicer)
You can't change the alert window style, its depend on OS and Browser. If you want to change the look and feel you need to use Javascript Model windows like JQuery Dialogs
Just use a jQuery UI Dialog. You can't customize the default dialog and it's entirely up to the browser as to how that looks.
It is absolutly relative to the browser used. You can't change it.
The common workaround is using a div over a darkened background. Look for lightbox CSS usage.
Provide the user with a new operating system.