I’m having some frustrating alignment issues. I had previously posted a question because everything was arranged correctly in all of the browsers except FF. I now have everything correct but of course IE has swooped in to cause problems. It works fine in IE8 and IE9 but NOT in IE7.
Basically the left column is where the right column should be and the right column is below. I have a feeling it has something to do with inline:block or display:table-cell . Are there any known bugs with these styles in IE7?
display:table-cellis not working IE7. If you desperately need functionality that can only be provided bydisplay: table-cellin IE7, you have two choices:<table>and suffer unsemantic HTML.