Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 16. Apr 2024, 10:48

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
PostPosted: 6. Dec 2009, 05:37 
Offline
User avatar

Joined: 16. Sep 2009, 12:26
Posts: 19
Location: Switzerland
Hello,

I have another question:
How to change the transparency value of the magnifying glass icon "Lytebox" (file "../buttons/openlight.gif") too light and not very visible on the pictures ?

Thank you.


Top
 Profile  
 
 Post subject:
PostPosted: 6. Dec 2009, 19:00 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
change the opacity in the css

.imagefull
{
opacity: 0.8;
}

to the value you like.


Top
 Profile  
 
 Post subject:
PostPosted: 7. Dec 2009, 18:50 
Offline
User avatar

Joined: 16. Sep 2009, 12:26
Posts: 19
Location: Switzerland
Hello,
Thank you for the parameters.

So I added "mystyle.css" (root) :
Code:
.imagefull {
  -moz-opacity:0.90;
  opacity:0.90;
}

But this changes nothing! :? (also tested other values)
Is this fair? :idea:

Ad: It's "my_style.css" and not "mystyle.css".


Last edited by BravoZulu on 7. Dec 2009, 21:52, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: 7. Dec 2009, 19:13 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
try my_style.css.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 7. Dec 2009, 21:46 
Offline
User avatar

Joined: 16. Sep 2009, 12:26
Posts: 19
Location: Switzerland
Ooooops !!! :oops:
Sorry, of course it's "my_style.css"
(I use this file for long time).

So where is the problem?
Thanks!


Top
 Profile  
 
 Post subject:
PostPosted: 8. Dec 2009, 00:13 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
It's of course the other style:

.imagealpha {
-moz-opacity:0.30;
opacity:0.30;
}

I wrote you the style for the hover...


Top
 Profile  
 
 Post subject:
PostPosted: 8. Dec 2009, 04:50 
Offline
User avatar

Joined: 16. Sep 2009, 12:26
Posts: 19
Location: Switzerland
Thank you for the reply.

I also tried with ".imagealpha"! But I only tested with I.E. and it works only with Firefox!

So I made the change to Firefox and Internet Explorer and everything is fine now:
\ Source database: "style.css" + "style_ie.css" (root)

Add to "my_style.css" (root) :
Code:
/* Transparency Magnifier (openlight.gif) (Lytebox) small magnifier icon - Basic: 0.30 - Firefox_355 OK - TWG_1781_Lic. */
.imagealpha {
  -moz-opacity:0.50;
  opacity:0.50;
}
/* Transparency Magnifier Hover (openlight.gif) (Lytebox) small magnifier icon - Basic: 0.80 - Firefox_355 OK - TWG_1781_Lic. */
.imagefull {
  -moz-opacity: 0.90;
  opacity: 0.90;
}
/* Transparency Magnifier (openlight.gif) (Lytebox) small magnifier icon - Basic: 0.30 - IE_80 OK - TWG_1781_Lic. */
.imagealpha {
filter:alpha(opacity=50);
}
/* Transparency Magnifier Hover (openlight.gif) (Lytebox) small magnifier icon - Basic: 0.80 - IE_80 OK - TWG_1781_Lic. */
.imagefull {
filter:alpha(opacity=90);
}

Greetings :D

PS: I think it's better this way. (Maybe you want to include these default settings).
View results as: http://www.murieldubuis.com/media1.htm


Top
 Profile  
 
 Post subject:
PostPosted: 8. Dec 2009, 10:17 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
But now you get css error is firefox because Firefox does not know
filter:alpha(opacity=50);

- Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy