Link to home
Start Free TrialLog in
Avatar of thepadders
thepadders

asked on

Is there a firefox version of style="filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"

Is there a firefox version of style="filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"
Ie, use the browser to make image in greyscale?

e.g.
http://corefx.net/content/tutorials/javascript/greyscaleimage/
ASKER CERTIFIED SOLUTION
Avatar of BobSiemens
BobSiemens

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of thepadders
thepadders

ASKER

Thanks :)

Archrajan, your link gave me exactly what i was looking for. Removing the color wastn't the essential bit, i just needed to change it. The opacity part worked perfectly, so I use now:

filter: alpha(opacity=30); moz-opacity: 0.3; khtml-opacity: 0.3; opacity: 0.3;

Hence splitting points :)
u r welcome