In IE, how do I remove a filter?

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?*/}
54
задан Kyle 27 October 2010 в 08:37
поделиться