Published in: JavaScript
URL: http://discoapp.com/beta/
<input id="1" name="post[email]" value="E-mail Address" style="width:100%; text-align: center; color: grey; margin-bottom: 10px;" onblur="if (this.value == '') {this.value = 'E-mail Address'; document.getElementById(1).style.color = 'grey';}" onfocus="if (this.value == 'E-mail Address') {this.value = ''; document.getElementById(1).style.color = '#000000'; }" />
You need to login to post a comment.
