Good fix for an annoying IE bug which causes blocks of text to 'disappear' - usually when above or below a list (with the bullet points forced outside the div)...
Those familiar with IE's propensity to "disappear" protruding content know that applying {position: relative;} to the protruding element can sometimes make it display properly. In fact, the bullets are really still there in IE6, but that browser has a well known difficulty with showing content when it is forced outside of its container, usually as a result of applying negative margins. Although these bullets are not your typical box content, they are connected to the list items, and are clearly being forced to display outside of the DIV container, so this IE bug is at least being semi-consistent.
details here
No comments:
Post a Comment