Forum Moderators: open

Message Too Old, No Replies

image color filtering

Is there a code for firefox

         

frisso

3:40 pm on Nov 3, 2005 (gmt 0)

10+ Year Member



Is there a code which does the same thing as this -

<style type="text/css">
i{filter:chroma(color=#ffffff)}
</style>

Which will work in firefox

Robin_reala

5:23 pm on Nov 3, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No, filters are an IE-only invention. You can access CSS colours through scripting so you could write your own Javascript implementation of the chroma algorithm if you really needed it.