Wait cursor over entire html page
Is it possible to set the cursor to 'wait' on the entire html page in a simple way? The idea is to show the user that something is going on while an ajax call is being completed. The code below shows a simplified version of what I tried and also demonstrate the problems I run into: if an element (#id1) has a cursor style set it will ignore the one set on body (obviously) some elements have a default cursor style (a) and will not show the wait cursor on hover the body element has a certain height depending on the content and if the page is short, the cursor will not show below the footer The