I have a wordpress site with a plugin container. In the container there are 3 widgets, with the same code. It looks good on ff and chrome, but in IE, every letter is bigger that the previous one. Is this due to some invalid CSS?
Share
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.
Check your markup. I don’t think the first H4 is closed properly causing all elements below to inherit from the opening H4.
Edit: Seems all of them are missing the closing
</H4>in my IE9