The title is a bit confusing I know but I wasnt quite sure how to word my question.
my site — http://gx61design.com — has a alert box that shows up onLoad I need to make it a sort of modal box so that when it shows up you cannot use the arrow keys or hover over the elements in the page like you can at the moment
You can set up a global variable to see if user dismissed a dialog and cancel arrow events until a user dismisses the dialog box. So using the code from your page:
or you could put the key binding function in the apprise callback function directly: