: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.