Sage
Staff Emeritus
- 12,533
- United States
- GTP_Sage
No, not the one by Microsoft. Instead, it's a CSS and .htc file that invokes DHTML behavior in IE5/6 to bring them up to standards. This includes the following:
namepsace|selector
:root
:hover/active/focus
[attr]
[attr="value"]
[attr~="value"]
multiple classes
parent > child
adjacent + selector
adjacent ~ selector
:first/last-child
min/max-width/height
<abbr/>
position:fixed
box-model
:before/after/content
:first-line/letter (fix bugs?)
PNG transparency
text-shadow
<q/>
support for IE5.0
:empty
(Unbolded items indicate not finished yet)
Grab it here:
http://dean.edwards.name/IE7/
Simply friggin' amazing.
namepsace|selector
:root
:hover/active/focus
[attr]
[attr="value"]
[attr~="value"]
multiple classes
parent > child
adjacent + selector
adjacent ~ selector
:first/last-child
min/max-width/height
<abbr/>
position:fixed
box-model
:before/after/content
:first-line/letter (fix bugs?)
PNG transparency
text-shadow
<q/>
support for IE5.0
:empty
(Unbolded items indicate not finished yet)
Grab it here:
http://dean.edwards.name/IE7/
Simply friggin' amazing.