Wierd bug I found when testing my site on IE: for some strange reason a chunk of text disappears when loading a page. If, however, I scroll down so that the text area is no longer on screen, then I scroll back up, the text magically appears!
I am currently using IE 6 to test this. The disappearing parts are the airplane manufacturer and the airplane name:
Exhibition A:
http://www.aviamil.net/entry.php?m=f-14
Even more strange is the fact that it doesn't happen in some pages:
http://www.aviamil.net/entry.php?m=f-15
Here's the code for the div tags where the text disappears
#entrymanuf {
font-family: Arial;
font-size: 14pt;
}
#entrytitle {
padding-bottom: 10px;
border-bottom: 1px solid #CCCCCC;
font-family: Arial;
font-weight: bold;
font-size: 18pt;
}
what can it be?