I'm using object.style.filter='Gray', object.style.filter='fliph', object.style.filter='flipv', object.style.filter='invert' this is working in IE, but in firefox its not working. Can u help for this.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
|
|||
|
|
|
Filters are IE specific. CSS will work to set the color in both IE and FF:
If your goal is to tint the entire div, your best bet is to create a new div which covers the first, and is partially transparent. |
|||||
|