I have the following css code working in Firefox/Chrome but not in IE8
input[type=\'text\'] { float: right; width: 170px; }
If I re
Go to this Question
Used to jquery
As like this
$('input[type="text"]').css({float: 'right'});