Greetings,
First, is it possible to change the cursor (in IE5+) to one that is not built in to the browser? Either with Javascript, or with Cascading Style Sheets???
I know how to change the cursor using the style="CURSOR: 'wait'" attribute. And I can change the cursor using style sheets. However, both methods only seem to work if the cursor that I am changing to is one of the dozen or so standard ones.
I want to change the cursor to the combination of an hourglass and the pointer. This is the cursor that Windows displays when an application is loading. I retrieved that wait_m.cur file from windows and tried to set my cursor to that file but it did not work.
How can I change the cursor to a custom icon? It only has to work in IE5+.
Thanks so much,
Draug
First, is it possible to change the cursor (in IE5+) to one that is not built in to the browser? Either with Javascript, or with Cascading Style Sheets???
I know how to change the cursor using the style="CURSOR: 'wait'" attribute. And I can change the cursor using style sheets. However, both methods only seem to work if the cursor that I am changing to is one of the dozen or so standard ones.
I want to change the cursor to the combination of an hourglass and the pointer. This is the cursor that Windows displays when an application is loading. I retrieved that wait_m.cur file from windows and tried to set my cursor to that file but it did not work.
How can I change the cursor to a custom icon? It only has to work in IE5+.
Thanks so much,
Draug