disappearing text in IE
Cool, I was just reading through some CSS tutorials when I came across Webcredible’s “Ten More CSS Tricks You May Not Know“. Tip #6 discusses a strange bug in IE that causes text next to a floated item to disappear. The fix is quite simple, just add position: relative to the CSS element that defines the missing text.
