Does anyone know the CSS syntax to add an attribute selector that uses PHP array style name attribute for the form element.
I want something like input[name=attrValue[]].dspNone, but the [] is not working in my style sheet.
Does anyone know the CSS syntax to add an attribute selector that uses PHP array style name attribute for the form element.
I want something like input[name=attrValue[]].dspNone, but the [] is not working in my style sheet.
One word. Quotes.
input[name="attrValue[]"]