<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'input default value'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 07:05:14 GMT</pubDate>
<item>
<title>lesha said on 2/26/09</title>
<link>http://snipplr.com/view/1453/input-default-value/</link>
<description><![CDATA[ <code>
<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'; this.style.color = 'grey';}" onfocus="if (this.value == 'E-mail Address') {this.value = ''; this.style.color = '#000000'; }"  />
</code> ]]></description>
<pubDate>Thu, 26 Feb 2009 18:57:54 GMT</pubDate>
<guid>http://snipplr.com/view/1453/input-default-value/</guid>
</item>
<item>
<title>lesha said on 2/26/09</title>
<link>http://snipplr.com/view/1453/input-default-value/</link>
<description><![CDATA[ `

` ]]></description>
<pubDate>Thu, 26 Feb 2009 18:57:19 GMT</pubDate>
<guid>http://snipplr.com/view/1453/input-default-value/</guid>
</item>
<item>
<title>lesha said on 2/26/09</title>
<link>http://snipplr.com/view/1453/input-default-value/</link>
<description><![CDATA[ Rohit, just change document.getElementById(1) into this: ]]></description>
<pubDate>Thu, 26 Feb 2009 18:54:58 GMT</pubDate>
<guid>http://snipplr.com/view/1453/input-default-value/</guid>
</item>
<item>
<title>Rohit said on 12/5/08</title>
<link>http://snipplr.com/view/1453/input-default-value/</link>
<description><![CDATA[ There's  big hole in your code men , when you load it first time it show the gray color 'E-mail Address' but when you just  click on textbox and don't put any text in it , the textbox rewrites itself with 'E-mail Address' but text color is black and not gray which it should be. Hopefully you understand what i say. Well plz reply if you find a way out of that error. ]]></description>
<pubDate>Fri, 05 Dec 2008 13:55:28 GMT</pubDate>
<guid>http://snipplr.com/view/1453/input-default-value/</guid>
</item>
</channel>
</rss>
