help pls
1
Name:
Anonymous
2011-03-27 14:54
Hai guys, i need some help
Is it possible to disable the hourglass with javascript and/or CSS? It's pretty annoying when i load new content onto the page every second and cursor keeps flashing
2
Name:
Anonymous
2011-03-27 14:57
3
Name:
Anonymous
2011-03-27 14:58
now i could copy a trollface but i'm too tired...
4
Name:
Anonymous
2011-03-27 15:04
Is it possible to disable the hourglass with javascript and/or CSS?
clearTimeout() tends to work, but make sure you use it correctly.
5
Name:
Anonymous
2011-03-27 15:09
i mean, is it possible, that the hourglass will never appear in the window?
6
Name:
Anonymous
2011-03-27 15:10
No, it's impossible.
That's why every website has hourglasses everywhere.
7
Name:
Anonymous
2011-03-27 15:38
Actually, he could make it so that the icon that shows during that interval is not an hourglass, but that would require a higher level of adjustment.