*html .... (IE6)
html > body ....(IE7/FF)
* html is special tag for IE6. Does IE7 has something too? i need just some small css detail in IE7. Just for IE7 without FF.
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
*:first-child+html, which you can prepend tofieldset. You should be using conditional comments though.Your rule should look like..
*:first-child+html fieldset { }