Forum Moderators: not2easy
... for some strange reason the <h1> and <p> tags above the first div don't display their font colour in IE6. They're there, but invisible. Very odd.
Can anyone throw any light on this? Is there another way to remove that really annoying few pixels gap below the first div? Margins and paddings are all set to zero.
* html #content h1 { height: 1%; }
... an IE hack that seems to fix the problem where an unrelated and higher tag - in this case <h1> - was showing the text color the same as the background - though why
object { display: block; }would trigger off the problem I have no idea.