Craig Givens wrote: > ... > > Here are screencaps of the problem. This is running on FF 1.5-2.0 Windows: > http://www.geocities.com/craiggivens01/screen.jpg > http://www.geocities.com/craiggivens01/screen2.jpg > > That left column div (called "leftColumn-home" and "leftColumn" in the > css) sometimes renders way down below the fold when Firefox loads the > page -- leaving all that white space gap in between. When I hit > refresh on the browser, it sometimes gets cleared up and jumps back up > into place. Other times it reverts back down. This doesn't happen in > IE -- only Firefox and Mozilla. > > I figured this has something to do with the way the float is set for > that div, but who knows what it could be given the crazy markup order > of the page (which was necessary to preserve the design). > > Here are my 2 template pages below. From the index page, click on the > left orange blocks which say "Click this Title" to see the same effect > on the subsequent page. > > http://www.geocities.com/craiggivens01/index.html > http://www.geocities.com/craiggivens01/page2.html > > It usually happens on a first load of the page. If not, Hit the back > button from page2.html and try clicking on the link once more to get > the page to re-load. ...
You are declaring display:table on #contents. div#contents contains #topicheader, #rightColumn, #leftColumn. We've seen similar issues related to display:table in Fx [1]. An element coming too late, depending on the connection, will land in a next generated anonymous table-row. The reason you are using display:table is most probably because of the containment of floats in this new block formatting context. I'd try another float containing method. Please report back if it fixes the problem. Ingo [1] http://archivist.incutio.com/viewlist/css-discuss/82716 -- http://www.satzansatz.de/css.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/