Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

flickr thumbnail rollover/out
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: flickr thumbnail rollover/out
#12511
flickr thumbnail rollover/out 13 Years ago Karma: 0
hi!
I need the opacity of flickr thumbnails to increase gradually on rollover,
and decrease gradually on roll out.
Is it possible?

Thanks again for your support
The administrator has disabled public write access.
 
#12513
Re:flickr thumbnail rollover/out 13 Years ago Karma: 746
Hello,

Could you provide link to page where we can see Flickr gallery on your site or specify what layout type you use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12514
Re:flickr thumbnail rollover/out 13 Years ago Karma: 0
sure, is

www.ottotto.it/index.php?option=com_content&view=article&id=5&Itemid=10

I used advanced gallery with a fixed_flickr_gallery_height class
The administrator has disabled public write access.
 
#12516
Re:flickr thumbnail rollover/out 13 Years ago Karma: 746
You can add the next CSS rules to site template CSS file:

Code:


.fixed_flickr_gallery A
{
  opacity: .5; /* FF 1.5+, Opera, Safari */
  filter: alpha(opacity=50); /* IE 7 and below */
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
  -khtml-opacity: .5; /* Safari 1.x */
  -moz-opacity: .5; 
}

.fixed_flickr_gallery A:hover
{
  opacity: 1; /* FF 1.5+, Opera, Safari */
  filter: alpha(opacity=100); /* IE 7 and below */
  -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  -khtml-opacity: 1; /* Safari 1.x */
  -moz-opacity: 1; 
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1