Check out this awesome Javascsript clock! It's pretty clever.
(It doesn't work in Firefox though.)
http://www.leasttern.com/WebDesign/Cursors/coolclockcursor.html
That's very good! Was worth loading IE up for, and the coding skills are certainly something to look up to.
You can get a cursor like that with Freewebs that's almost identical. The only difference is that the Freewebs version is more colourful.
Hah! Yeah, this is not new, I'm still having it on my computer at home. The nice thing is that you can change everything you want like the colors, the numbers...
Anyway, it's still nice!
I've been trying to figure out how to change the speed that the date rotates, but I can't. Does anyone know how? :-?
Quote from: Conway link=1133039180/0#4 date=1133206339I've been trying to figure out how to change the speed that the date rotates, but I can't. Does anyone know how? :-?
change
step=0.06; to
step=0.03; for half-speed or
step=0.00; for no-speed
also, make sure you are changing the actual code and not the copy of the code below it that is shown on the page ;)
Thanks Mindless!
I guess you know a bit of Javascript. I still struggle with HTML. ;)