:first-child
You can’t use the psuedo selector :first-child (or :last-child) in IE6.
There is a work around, of course, using conditional comments and expressions.
* html body { float:left; display:inline; voice-family: "\"}\""; voice-family:inherit; }
You can’t use the psuedo selector :first-child (or :last-child) in IE6.
There is a work around, of course, using conditional comments and expressions.
I know I wouldn’t give my :first-child to support ie6.
Neil Haskins
25 Jan 10 at 10:34 pm