Wednesday, August 10, 2011

How to disable CSS implement on just one input element?

Only declare the class of the input type text. Do not set a class for the button/submit (remove class="myButton"). Then, you can create your own css rules for the button element.

No comments:

Post a Comment