23 Sep
2011
23 Sep
'11
7:06 p.m.
That is CSS: input[name='foo'] { } http://www.w3.org/TR/CSS2/selector.html#attribute-selectors Jamie Holly http://www.intoxination.net http://www.hollyit.net On 9/23/2011 1:02 PM, Salvatore De Paolis wrote:
On Fri, 23 Sep 2011 09:39:38 -0400 Jamie Holly <hovercrafter@earthlink.net> wrote:
Use an attribute selector:
input[name='foo']
Uhm..how can I do that just with CSS?
Thanks, Sal