On Fri, 23 Sep 2011 13:06:16 -0400
Jamie Holly <hovercrafter at earthlink.net> wrote:
> That is CSS:
>
> input[name='foo'] {
>
> }
>
Yes I can see it now and I can select the input this way.
But I don't see how to modify the src attribute with this.
input[name='foo'] {
src: 'foo-link';
}
doesn't work.
Thanks,
Sal