Probably can't remove filter from the <div>
because it has no filter property.
<body>
is the tag with the property; after some messing around
document.body.style.filter = '';
Removes the filter (but obviously, from the whole body).
Andrew67
2010-09-09 05:13:13