One page of the entire site has invisible elements before resizing or scrolling in IE

One of my pages on my site is behaving very strangely in IE6.
One element ignores its background color and border.
The other element is invisible (is the text color the same as the foreground color?)

Elements do not always show this behavior, but about 50% loads without any pattern. When the browser window is resized or scrolled, or items are selected, the outline shows a thin whole suddden.

WTF ...

Has anyone figured out how I can start debugging this?

0


source to share


3 answers


Looks like you might be overwhelmed by the hasLayout issue / bug in IE6. Check http://www.satzansatz.de/cssd/onhavinglayout.html



+2


source


It looks like it might be a peekaboo bug .



0


source


Before doing anything, you must do the following two things:

  • Make sure you have a document type
  • validate your HTML and css

Once these two things are done, you will be in a much better position to distinguish between your bugs and IE bugs.

0


source







All Articles