coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: n3n on December 07, 2005, 10:55:24 PM

Title: Adding semi transparant gif on thumbs
Post by: n3n on December 07, 2005, 10:55:24 PM
Hi,

I would like to add a semi transparent gif on the thumbs, not to hide the location of the thumbs, but to add a bit
more spark to them. Heres an example: http://www.threadless.com/catalog/Retired

Could someone tell me what file to edit, and how to achieve it ? They use javascript at this site, but i thought it would be possible
with a the css hover function...
Title: Re: Adding semi transparant gif on thumbs
Post by: n3n on December 15, 2005, 11:55:38 PM
hmm, anyone >
Title: Re: Adding semi transparant gif on thumbs
Post by: donnoman on December 16, 2005, 04:40:15 AM
The actual image in those pages is being shown as the background of a div, then javascript is using the hover events to swap out the transparent image.

you would have to modify the $template_thumbnail_view template in your theme, and add appropriate JS links to template.html and make the css changes.
Title: Re: Adding semi transparant gif on thumbs
Post by: n3n on December 16, 2005, 11:49:11 AM
tnx for the tip man :) gonna give it a go.