Click to See Complete Forum and Search --> : changing mouse pointer on the page while the page is loading
Nickolay
08-02-2004, 05:26 PM
While loading any page Mozilla sets mouse pointer to hourglass. I'd like it to be default while page is loading. It can be set to the "hand" view or to any other. But it does not want to become default! I need it because I have the all time open thread to the page. What do you think about this?
David Harrison
08-02-2004, 05:58 PM
This should do it:body{
cursor:default;
}But why do you need it so bad anyway? It doesn't harm the viewing of your page does it?
By the way, cursor:hand; is IE only, the proper way to do it is cursor:pointer;
Nickolay
08-03-2004, 03:52 AM
Yes I tried this too. I even tried to use onMousemove() event to change the mouse pointer. Mozilla understands the pointer is not default, but the changing of it makes it a pointer with the hourglass again. Yes, I know that "hand" is a IE specification. I wrote that to describe a view of the pointer. As I wrote I had an all time open thread to the page. I mean the page never stops loading. The information can be added every second.
Thank you.
I am having the same problem. Have you found a solution yet?