Adding semi transparant gif on thumbs Adding semi transparant gif on thumbs
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Adding semi transparant gif on thumbs

Started by n3n, December 07, 2005, 10:55:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

n3n

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...

n3n


donnoman

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.

n3n