/ Published in: CSS
Expand |
Embed | Plain Text
input {color: expression(this.type=="submit"?'#00ff00':'#333333'); }
You need to login to post a comment.
Mithun on 11/05/09
css hack input type button conditional ie7 selector
2 people have marked this snippet as a favorite
input {color: expression(this.type=="submit"?'#00ff00':'#333333'); }
You need to login to post a comment.