Can I set the image border color via javascript?
I need to set the image border color dynamically, via javascript.
I can set the border size easily via this code:
theImage.attr('border',3);
But I can't seem to set the color. Setting border-color or a bunch of other things I tried doesn't change it from black.
Help. Thanks!