Single.php breaking in IE?
-
Is there something different about how single.php is served that would cause IE to behave differently than on any other page?
Here is a page that uses single.php:
https://lolabeta.com/cupcakes/coconut-margarita/
It is displaying as intended in Chrome and Firefox, but it is breaking in IE9, IE8 and probably other IE versions. (I am using Win7 32 bit.)
Specifically, the widths/padding/margins of divs are not being interpreted correctly — and more specifically, IE is interpreting them differently on this page than on other pages in the site that use the same header/footer, styles, etc.
(So, to be clear, the problem is not just IE vs. other browsers, but IE on this specific page vs. IE on other pages.)
Compare the page above to another page in the site, such as this:
https://lolabeta.com/cupcakes/
Looking with IE9 just at the very top navigation menu with IE9, for instance (where it says “Location & Hours,” etc.) — on the broken page the div (id=tool-menu) is far wider than its content, while on the non-broken page it fits its content.
On both pages the menu is being drawn using the same markup from header.php. Both pages also use footer.php and the page templates themselves don’t (I believe) have unclosed tags.
So I’m wondering: Is it there something different about single.php?? Something that is throwing IE but not other browsers?
- The topic ‘Single.php breaking in IE?’ is closed to new replies.