IE growing letter on home page

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?

Related posts

Leave a Reply

1 comment

  1. Check your markup. I don’t think the first H4 is closed properly causing all elements below to inherit from the opening H4.

    <div class='title'>
     <h4>
      <a href="http://social-media.networkednews.net/uncategorized/this-website-will-start-soon-only-in-a-few-days/2011/11/30" target="_blank"> This website will start soon, only in a few days!</a>
     <h4>  <!--- Here --->
    </div>
    <i>30 Nov 2011, 09:01</i>     
    

    Edit: Seems all of them are missing the closing </H4> in my IE9