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.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---