- Download Needed files...
- Next create a block in drupal admin/build/block and,
- Link all the above files in the block
- eg:
- script type="text/javascript"src="/path0/path1/path2/coolclock.js"></script
- script type="text/javascript" src="/path0/path1/path2/moreskins.js"></script
- NOTE : and for IE 6,7,8 (you should add the conditional script)
- eg:<!--[if IE]><script type="text/javascript" src="/path0/path1/path2/excanvas.js"></script><![endif]-->
- And then then add the canvas tag which calls the clock eg:canvas id="c1" class="CoolClock" width="60" height="60" style="width: 170px; height: 170px; "></canvas
- It should probably work in all major browsers (Firfox, Google Chrome, Safari, Opera) but not in IE 5 +
- In-order to fix it in IE include the below function in the body load event, “CoolClock.findAndCreateClocks()”
- eg: body onload="CoolClock.findAndCreateClocks()"
- Viola!!!!!! Enjoy HTML5 Canvas Clock
No comments:
Post a Comment
Thank you! I'll get back to you soon