I have the following css code working in Firefox/Chrome but not in IE8
input[type=\'text\'] { float: right; width: 170px; }
If I re
According to http://reference.sitepoint.com/css/css3attributeselectors#compatibilitysection attribute selectors are quite buggy in IE8
You might want to try just using classes on those input fields you want to select