I\'m currently using readonly=\"readonly\" to disable fields. I\'m now trying to style the attribute using CSS. I\'ve tried using
input[readonly] { /*styling
input[readonly], input:read-only { /* styling info here */ }
Shoud cover all the cases for a readonly input field...