IE7 is a JavaScript library that makes the explorer work by standards. It eliminates many problems with css, makes the correct processing of semi-transparent PNG under IE5 and IE6.
IE7 loads and parses stylesheets in a format understandable to the explorer. After that, it becomes possible to use CSS2 / CSS3 functions without css hacks.
The light version of the script is included in your HTML / XML document. No change in markup or css styles is needed.
')
IE7 provides Microsoft Internet Explorer with support for the W3C CSS and HTML standards:
* supports the following CSS selectors:
+ namespace | selector
+ parent> child
+ adjacent + sibling
+ adjacent ~ sibling
+ [attr], [attr = "value"], [attr ~ = "value"], etc.
+ .multiple.classes (fixes bug)
+: hover,: active,: focus (for all elements)
+: first-child, last-child, only-child, nth-child, nth-last-child
+: check,: disabled,: enabled
+: root,: empty,: contains (),: not ()
+: before /: after / content:
+: lang ()
* works with HTML and XML documents
* supports imported styles
* preserves the structure of style sheets
* does not change the structure of the document
* does not re-request DOM structure when using javascript
* uses pure CSS to properly display style sheets
* supports W3C box model in standard and individual modes
* supports fixed positioning (objects do not flicker)
* supports overflow: visible
* supports min / max-width / height
* fixes damaged (X) HTML elements (abbr, object)
* standardizes form actions (form behaviors)
* supports PNG alpha channel
* has a lightweight script (22K)
* has a modular structure (free add and remove modules)
* works with Microsoft Internet Explorer 5+ (Windows only)
Download
version: 0.9 (alpha)Translation topic from
de-mare.netOriginal on
dean.edwards.name (
unavailable at the time of writing the topic)
upd now the topic is in a more appropriate section