0 Members and 1 Guest are viewing this topic.
I did it by hand, with the help of a script
"welcome to the world of computers, where everything seems to be based on random number generators"
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-25020274-1']); _gaq.push(['_setDomainName', 'clrhome.tk']); _gaq.push(['_setAllowHash', 'false']); _gaq.push(['_trackPageview']);
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-25020274-1']); _gaq.push(['_setDomainName', 'clrhome.tk']); _gaq.push(['_setAllowHash', 'false']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
A fun little suggestion - include a section that tells the ports of the key?
BTW: finished naming all the keys!
div { position: relative; height: 576px; background: url(http://clrhome.tk/resources/keypad/paper.png) top left no-repeat; overflow: auto; }
Hey Deep, I improved your script a little. CSS:Code: [Select] div { position: relative; height: 576px; background: url(http://clrhome.org/resources/keypad/paper.png) top left no-repeat; overflow: auto; }
div { position: relative; height: 576px; background: url(http://clrhome.org/resources/keypad/paper.png) top left no-repeat; overflow: auto; }
FFR: you can use Tipsy for tooltips. It is a jQuery addon.http://onehackoranother.com/projects/jquery/tipsy/#
div { position: relative; height: 576px; background: url('paper.png') top left no-repeat; }
div { position: relative; min-height: 500px; padding-bottom: 76px; background: url('paper.png') top left no-repeat; }