Forum Moderators: not2easy
In all browsers (except IE6), the site and all its pages display properly.
In IE6, the main content area does not display, yet the markup & content are in the HTML. Here's is an example of how it looks: <snip>
<div id="main">
<div class="gutter">
<div id="content">
<div class="post" id="post-4"> /* This is a WordPress wrapper around the post/page content */
... content ...
</div>
</div>
</div>
</div>
On pages where only straight text & images are presented, the pages displays properly in IE6. However, any page that contains content inside of <div>s that float, contain other floats (for column creation), etc., this content does not display at all.
I've spent many hours looking at possible CSS specificity issues. And while I haven't discounted this, my expectation is that the content would still be displayed, just not as expected. However, this content in the <div>s does not display at all.
Any guidance to this problem is greatly appreciated.
[edited by: swa66 at 9:21 am (utc) on Sep. 24, 2009]
[edit reason] No URLs, please see ToS and Forum Charter [/edit]
Try following the guidance in the pinned posts at the top of the forum and reduce your code so it still shows the problem and is the minimum you can make it.
That way it's more likely to trigger somebody finding/remembering what to do.