New Feature: optional IE fixes

New Feature: optional IE fixes


I think it would be great to have optional IE fixes such as
$('#myDiv').zIndex({
above: '#otherDiv #thatDiv',
below: '.firstDiv #nextElm'
});
or
$('#myDiv').solveIEBug('double-float-margin');
This way we can target a specific element and fix the issues or state
how they should be fixed with jQuery.