If I post new message to my blog, it is not displaying on my blog. There is white space instead of my message. When I scroll up/down for two/three screens and return to top of page � my message is appear. What is my problem?
If I post new message to my blog, it is not displaying on my blog. There is white space instead of my message. When I scroll up/down for two/three screens and return to top of page � my message is appear. What is my problem?
It's a problem with that stylesheet in IE, don't remember if there is a fix.
One thing to look for is a negative value for any size, margin or padding properties in your css.
I believe it has something to with a div that is floated over another, and only in IE 6. If the div that is floated over has a background color, that background color covers everything in the nonfloated div until IE is forced to redraw the screen (as when another browser window is passed over it).
This topic has been closed to new replies.