Disappearing Text Or Images In IE

Sometimes you will observe that in IE some images & contents vanish from sight. This items are actually present, and if you highlight everything on screen or click refresh once or twice they'll often re-appear. This normally happens because of the strange bug which is present in IE.

This problem mostly occurs on background images and on text next to a floated element. To solve the problem, simply insert "position: relative" into the CSS command for the disappearing element, & for some peculiar reason that will usually fix the problem. Sometimes this thing doesn't work, those times allocate a width to the offending element in the CSS & that should fix the problem.