- Nov 5, 2011
- 5,855
.
Demo: Fake Mouse-pointer Facebook like trap thing topic here ..
Demo: Fake Mouse-pointer Facebook like trap thing : on jack-shepherd.co.uk : http://jack-shepherd.co.uk/experiments/Fake-Mouse-Cursor/
QUOTE:
'Uses a fake cursor to get the user to click on a Facebook 'Like' button. Could probably be used more deviously - perhaps cursor:none isn't a great idea.
Might take a couple of clicks to work. Also on OSX Chrome requires the cursor to leave the window and re-enter.
How does it work?
Hide the normal cursor, create a 'fake' cursor with an offset from the real one. Made slightly complicated because the Like button is in an iFrame - usually the 'fake' cursor would stop moving while the real cursor is over the iFrame. Solved by cycling show/hide a transparent DIV over the top of the iFrame.' ..
Demo: Fake Mouse-pointer Facebook like trap thing topic here ..
Demo: Fake Mouse-pointer Facebook like trap thing : on jack-shepherd.co.uk : http://jack-shepherd.co.uk/experiments/Fake-Mouse-Cursor/
QUOTE:
'Uses a fake cursor to get the user to click on a Facebook 'Like' button. Could probably be used more deviously - perhaps cursor:none isn't a great idea.
Might take a couple of clicks to work. Also on OSX Chrome requires the cursor to leave the window and re-enter.
How does it work?
Hide the normal cursor, create a 'fake' cursor with an offset from the real one. Made slightly complicated because the Like button is in an iFrame - usually the 'fake' cursor would stop moving while the real cursor is over the iFrame. Solved by cycling show/hide a transparent DIV over the top of the iFrame.' ..