Answers
Start by creating a basic alert and then styling it to your needs. Here's the JavaScript that will enable you to do this. You would enter this following code anywhere you'd like the alert to pop-up AFTER you've styled it through your CSS:
<script type="text/javascript">
alert('ALERT!')
</script>
<script type="text/javascript">
alert('ALERT!')
</script>

