According to my tests on the selectors, IE7b2 supports:

 > (Child)
+ (Direct Adjacent Sibling)
~ (Indirect Adjacent Sibling)
[attr] (Basic Attribute)
[attr="value"] (Attribute/Value)
[attr~="value"] (Attribute/Spaced Values)
[attr|="value"] (Attribute/Hyphen-Sep Values)
[attr*="value"] (Attribute Substring Selector)
[attr^="value"] (Attribute Starting String Selector)
[attr$="value"] (Attribute Ending String Selector)
:hover
:first-child

Seems like an awful short list.  Also note that form elements seem to 
show really odd bugs with the attribute selectors (for example, 
input[type="submit"] will select nothing, and when I had both a text and 
submit input element on the same page, input[type] only selected the 
submit button).
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to