I have a page that displays a view summarizing a content type. You can see the page at http://myrcpl.com/strategic_planning.
In Internet Explorer only (of course), the vertical space between divisions is not consistent, with one title sometimes being squished closer to another.
I've searched the site, and can't seem to find anything about this. I can find a lot on google about using float: left; and display: inline; together to overcome horizontal spacing issues in IE, but nothing regarding vertical spacing.
I'm using IE 8. When I enable compatibility view, the vertical spacing issue goes away, but the lines of text in blocks in the right sidebar no longer wrap, and exceed the edge of the block.
If anyone has seen this before, and can steer me in the right direction, it would be greatly appreciated.
Comments
SOLVED: (Probably a Work Around Really)
The code for the title is rewritten by the view to include h4 tags. At the end of the closing h4 tag, I added paragraph tags.
It's taller than I want, but the space is consistent. If anyone has a better way, please feel free to post.