Thumbnail roll over? Thumbnail roll over?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Thumbnail roll over?

Started by rctruckz, May 18, 2006, 12:07:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rctruckz

Hi :)

Apart from my other question (sep topic) Im also wondering about this one!..

I downloaded the Meltingfilm theme & noticed it has like a roll-over effect for thumbs, how would i add roll over similar to my gallery?

Joachim Müller

using a tool like the Web developer toolbar or similar you can easily find out what CSS class is controlling which part of the page. In the case of the thumbnail, it's the class named "image". Looking at the stylesheet for the metlingfilm theme will show you the "rollover" trick: it's a proprietary, Microsoft-only filter. It will only work on Internet Explorer, all other browsers will ignore it. The code in question isfilter: progid:DXImageTransform.Microsoft.Shadow(color=#FFFF00,direction=135, strength=5) progid:DXImageTransform.Microsoft.Alpha(Opacity=100);More details on M$-filters can be found here: http://msdn.microsoft.com/workshop/author/filter/reference/filters/basicimage.asp
However, I can't recommend using those filters, as they're proprietary crap. A similar thing applies to the cross-hair mouse cursor - I hat it when sites use that effect without need.