Chris Sharman wrote:
Quote:
ie ignores the child selector, positioning everything aligned left. |
Yes. IE doesn't support selectors introduced in CSS 2.
Quote:
I thought the ie child selector bug only occurred where there were no
spaces (parent>child) - I'd thought it worked when there were (parent
child). |
I have a feeling that if there are spaces then it might treat it like a
descendent selector - but don't quote me on that.
I think Dean Edward's script will hack child selector support into IE.
Another option is:
foo bar { /* Set */ }
foo * bar { /* Reset to status before setting */ }