forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: joeyphoto on November 06, 2005, 06:37:55 pm

Title: Where is this image border coming from? How do I change it?
Post by: joeyphoto on November 06, 2005, 06:37:55 pm
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://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fsouthbayexposure.hn.org%2Fborder.jpg&hash=6a3902b0cd931ebcf8be84f8207db8840c150da3)

Is there a way to change the color of it.

Title: Re: Where is this image border coming from? How do I change it?
Post by: Tranz on November 06, 2005, 06:57:09 pm
It's likely your theme. Check in classic. For more help, post a link.
Title: Re: Where is this image border coming from? How do I change it?
Post by: joeyphoto on November 06, 2005, 07:06:53 pm
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
Title: Re: Where is this image border coming from? How do I change it?
Post by: Tranz on November 06, 2005, 07:14:52 pm
I'm guessing this is it:
Code: [Select]
.image {

margin: 2px;

filter: progid:DXImageTransform.Microsoft.Shadow (color=#8C0000, direction=135, strength=5);

}
Title: Re: Where is this image border coming from? How do I change it?
Post by: joeyphoto on November 06, 2005, 07:46:44 pm
yep that was it.  Thanks for the help.