I frequently use this CSS selector parent>child. My design looks good in Mozilla and Opera.
But in IE, it sucks. I know > is not recognizable in IE, but what is the alternate to that in IE?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no alternate for the direct child selector in IE6 (it should work in IE7 though).
Instead you need to use the descendant selector (a space) and design your classes to compensate.