While working on my website, I encountered an issue with the way text is being rendered in <p>
and <h2>
.
The footer of my site has three columns, but for some reason the middle column is displaying its <p>
text within the <h2>
text. This problem only occurs in IE8 and IE9, while earlier versions of IE and Firefox render correctly.
I've already attempted to use position: relative
, set margin and padding to 0px
, but nothing seems to fix it. My code also includes a proper doctype
.
Here's an image demonstrating the issue:
For the full code, check it out on fiddle: http://jsfiddle.net/GWRfH/