first play with CANVAS tag - no images used.

(almost) completely configurable.

no javascript library. minifies to 3.6kb.

  digitalClock({
    element : 'clock', // clock container ID
    iDigitWidth : 100, // width of a single digit
    iLineSize : 20, // width of a single bar
    iGap : 2, // gap between bars
    sDigitColor : '#00ff00' // hex color
  });
  

tested in ff3, safari4 (inc. iphone), chrome5.

haven't got the glow effect that i wanted right yet, but looks ok.

danny@dannycallaghan.com