Add a Calendar Date Picker to a Form with jQuery
October 6th, 2011
No comments
Categories: webdesign
Need to target the submit button of your form without adding a class or an id to it? This might come up if you don’t have access to the actual form code for some reason. Luckily CSS can be used to take care of this situation. It may not work in all version of Internet Explorer, but who cares, nobody should be using that browser anyway.
Here’s the magic CSS:
input[type="submit"] {color:#eee}