I'm getting this border around my thumbnails and full size images but it
only shows up in internet explorer.
It looks sort of like a gradient.
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fsouthbayexposure.hn.org%2Fborder.jpg&hash=6a3902b0cd931ebcf8be84f8207db8840c150da3)
Is there a way to change the color of it.
It's likely your theme. Check in classic. For more help, post a link.
Here's my site.
I started with a theme but it's been heavily modified. The only thing I cant seem to change is that image border.
www.southbayexposure.com
I'm guessing this is it:
.image {
margin: 2px;
filter: progid:DXImageTransform.Microsoft.Shadow (color=#8C0000, direction=135, strength=5);
}
yep that was it. Thanks for the help.