

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Filter gray image, black around png in Internet Explorer 8
The filters to be applied must be formed in a single filter call. Set like this:
progid : DXImageTransform.Microsoft.BasicImage(grayscale = 1)
The CSS should work like the following:
.demo { background: transparent; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = #00FFFFFF,endColorstr = #00FFFFFF) progid:DXImageTransform.Microsoft.BasicImage(grayscale = 1)"; /* IE8 */ zoom: 1; }
- Related Questions & Answers
- Internet Explorer 8 will not modify HTML5 tags in print stylesheet
- How to enable JavaScript in Internet Explorer (IE)?
- How to disable JavaScript in Internet Explorer (IE)?
- How can we debug JavaScript in Internet Explorer?
- Difference between Black Box Testing and Gray Box Testing
- How to run Selenium tests on Internet Explorer browser?
- What is Selenium Internet Explorer Driver or IE Driver?
- How to fix Array indexOf() in JavaScript for Internet Explorer browsers?
- Blank PNG image is shown with toBase64Image() function
- How to enable / Disable Enhanced Protection Mode in Internet Explorer using PowerShell?
- Strange cursor placement in modal when using autofocus in Internet Explorer with HTML
- Using HP UFT GetCellData function on SAP Web Dynpro crash Internet Explorer
- How to read a JPEG or PNG image in PyTorch?
- Drawing borders around an image using OpenCV
- How to block a website in your web browsers (Chrome and Internet Explorer)
Advertisements