Forum Moderators: not2easy
span.dictionary {
display: block;
width: 100%; /*added as possible fix - no go*/
height: 100%; /*added as possible fix - no go*/
font-family: "Palatino Linotype", "Times New Roman", serif;
border: 2px solid #F0E68C; /*Khaki*/
background: #FBFCDA; /*light yellow*/
padding: 5px;
}
Try: position:static (yes, that's the default) on all unpositioned elements, or position:relative on the parent or the element itself.
It's one of the harder bugs in IE to work around in my experience.
you'll find a few more that had the same in the past out here [google.com]