public static class LayoutImplIE6
extends Object
IE6-specific implementation, which uses the "onresize" event, along with a
series of measurement tools, to deal with several IE6 bugs. Specifically,
IE6 doesn't support simultaneous left-right and top-bottom values, and it
misplaces by one pixel elements whose right/bottom properties are set.
Because this implementation gets compiled in for both IE6 and 7, it
dynamically detects IE7 and punts to the super implementation.
- See Also:
- Serialized Form