Could someone please tell me how can I change the default css of a alert/prompt box ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t. They are native to the browser and are not styl-able.
You should turn to javascript alert-like systems. Using jQuery, here are some:
This answer shows a way to have a confirm-like blocking dialog using jquery ui dialog