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?*/}