I\'m currently working on a project where I have no control over the HTML that I am applying CSS styles to. And the HTML is not very well labelled, in the sense that there a
input[type=text] { width: 150px; length: 150px; } input[name=myname] { width: 100px; length: 150px; }