Help - Search - Members - Calendar
Full Version: text not loading properly
Movable Type Community Forum > Other Product Discussion > Bugs and Odd Behavior
Marc Brazeau
When my pages load a lot of the text is half whited out. Hitting refresh or scrolling over and back fixes the text.

That however is not the solution to the problem.
LisaJill
Peekaboo!

(it's a bug, click the link for explanation/possible remedies. biggrin.gif )
Marc Brazeau
When my pages load a lot of the text is half whited out. Hitting refresh or scrolling over and back fixes the text.

That however is not the solution to the problem.

http://www.joehilldispatch.org
Marc Brazeau
After reading through that thread and two other threads that branched out from that and a few other things, I stumbled across this:

http://validator.w3.org/

A html validator which told me that I didn't have a DOC Type specified.

Lightbulb!

When I installed a script for expandable comments, I put the script at the very top of my template. When I moved

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">






Back to the top, it fixed two problems - the white out and my fonts had 'inexplicably' grown.

Sweetness!

This - http://validator.w3.org/ - is a great tool, even for a fool like me.
ndns
It sounds like you are experiencing the IE Peekaboo Bug. Try searching the forums for peekaboo AND bug. You should come up with a fix that will work.
Marc Brazeau
After trying a number of the peekaboo fixes, the one that worked was removing

CODE
background:#F5F5F5;


from

CODE
.blog {
   padding:15px;
 }

AND

    .blogbody {
 font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
 color:#000;
 font-size:small;
 font-weight:normal;
   line-height:125%;
 }


I don't know what I'd do if I wanted my blog to be a separtate color, but luckily, I don't.

I initially didn't try that fix, because it was always referenced in regard to

CODE
background:#FFF
and I wasn't using that and I wasn't having the problem when I was using the default template and I associated that with default settings.

For what it's worth, these two fixes for the bug

The Holly Hack

CODE
/* begin hide from IE5-Mac \*/
* html .comments-body { height: 1%; }
/* end hide */


and

Fixing the scrolling DIV display bug in IE6

CODE
body{
  background : url(null) fixed no-repeat;
}


Didn't help. At least in my case. They did help others however.

Anyhow, thanks ndns and Lisa Jill for your help. I hope my experience can help others with this infuriating problem.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.