CSS: applying property to input element with type="text"
Hello,
I would like to use CSS to apply a width of 100% to all <input> elements,
but to only those that have an type attribute set to "text", without
affecting check boxes, radio buttons, etc...
Comment