Home › Forums › CSS › colour lens for images › Re: colour lens for images
May 28, 2012 at 9:06 pm
#103588
Participant
That does work brilliantly. However, when I applied it to my images (which are little icons with transparent backgrounds over a white background — view it here) I see a green background around them.
I guess I realise now that I just want the images themselves to move towards a shade of green. Your code works great for completely square/rectangle images. So maybe something for an image program like The Gimp instead?
Also for my education, what is the difference between these two lines?
opacity: 0.8;
filter: alpha(opacity=80);
thank you for your solution!