I have a class
.tab{filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ffff', endColorstr='#e8f2f8');}
and when one of the tabs is selected I want to remove the filter:
.tab.selectedtab{/*what do I put here to remove the filter?*/}
Open Internet Explorer, select the Tools button , and then select Internet options. On the Privacy tab, under Pop-up Blocker, select or clear the Turn on Pop-up Blocker check box, and then select OK.
More on Internet Explorer Phishing Filters With the SmartScreen Filter, every download and website is checked against an ever-growing list of phishing and malware sites. If the filter finds something suspicious, it prompts you to exit the page or continue through to the unsafe website.
In Internet Explorer, select the Tools button, point to Safety, and then select Delete browsing history. Choose the types of data or files you want to remove from your PC, and then select Delete.
The Edge icon, a blue letter "e," is similar to the Internet Explorer icon, but they are separate applications.
The answer is to set the enabled property of the filter like so:
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
I've only tried this in IE8, but it seems to do the trick:
filter: none;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With