对 TextBox 设置css属性

正确的:

input[type=text] { width:90%; }

注意不正确的:

input[@type='text'] { width:90%; }

浏览器检测通过:FF3、IE7/8