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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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