Wednesday, 2 January 2013
Just a quick one.. was suprised today to findout that onclick="this.value='';" does not actually work in modern mozilla browsers to clear the text when clicking into a text box.

Well, quick work around that I located doing some searching


input:focus:-moz-placeholder { color: transparent !important; }

0 comments: