PDA

View Full Version : Need help finding something!



KiD0M4N
03-31-2008, 09:48 PM
Hey people,

I need a quick favour. Do any of your remember a particular HTML page which had a button and when you moved your move to click on it, the button moved away?

Care to google it for me? I am unable to track it down.

Regards,
Karan

xytrius
04-01-2008, 01:59 PM
Here you go: :)

http://computeledge.com/scripts.html

xytrius
04-01-2008, 02:06 PM
By the way, there is a way to actually execute the click event of the moving button:

Use <tab> to get focus on the moving button and press <enter>, many programmers discover this pretty fast.

You would have to write an additional routine to move focus away to another object when the "running button" gets focus to make the perfect "running button". :D