Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Buddypress/Site broken in internet explorer 7

Difficult to help further than saying validate your layout, it’s very badly mal formed. CSS is parsed and applied to the DOM if the DOM is broken then CSS can not be applied correctly or struggles to know where elements start and end. Lots of things can stall the correct construction of a complete page, and this will be different from browser to browser.

You must work through the code identifying where things have broken and correcting them, only then can you be sure that you have a level playing field and that any remaining issues are not simply related to broken markup.

Fyi a good place to start would be the fact that half the necessary head elements are halfway down the page inside the body element of the document, frankly it’s one of those times I would rather HTML had a stricter parsing engine rather than the abomination referred to as the Tag Soup Parser.

Skip to toolbar