javascript - Mouse hand cursor disappears in Google Chrome if page is reloaded -


using normal

.foo {cursor:pointer;cursor:hand;width:250px;height:250px;background:#aaa;} 

and

<div class="foo"><!--ph--></div> 

as seen here: http://jsfiddle.net/uzq5d/2/

if hold cursor on gray background reload pages, cursor defaults arrow.

is there nifty , lightweight way check if cursor on .foo element on load? or perhaps periodically, on mouse move? jquery allowed.

edit: i'm seeing behaviour using chrome on os x.

using jquery set cursor works - ie without css cursor - see here see mean --> http://jsfiddle.net/uzq5d/15/


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -