ie 7

IE7 provides Microsoft Internet Explorer with support for W3C standard CSS. It supports the following CSS selectors:
o namespace|selector
o parent > child
o adjacent + sibling
o [attr], [attr=”value”], [attr~=”value”]
o .multiple.classes (fixes bug)
o :first-child, :last-child
o :hover, :active, :focus
o :root

ingenious! the parent > child selector is especially useful. it may even be possible to extend javascript DOM support in internet explorer to make bxe run.

Leave a comment