Uncle Jim's Web Designs
Shadow Clock
Author: Jim Stiles
This is a clock script that produces a shadow effect.
Here's the Script:
Here are some instructions for using the shadow clock:
1. Moving the display:
- Simply change the values of top and left in the first Div tag.
2. Changing fonts:
- In the Cascading Style Sheet definition change the appropriate value :
-- font-family : defines the font. (Example : font-family: Arial;)
-- font-size : defines the size of the font. (Example : font-size: 26pt;)
-- color: Defines the color of the font (Hexadecimal value). (Example : color: #FF0000)