i'm just going to toss this question up in a rough form now, while i'm thinking of it, and come back to flesh out the details. it's terribly vexing. maybe someone here will know wtf is going on.
i have this big data-entry sort of page, a table-kind of layout using divs. each row has subrows which can be toggled open/closed. the toggling is triggered using css visibility settings. each "cell" of the table has a little image in it's corner, you click on the image, and a popup window opens that allows you to put notes on the entry.
this popup window has a textarea and a set of checkboxes, along with a button (input type=submit, i think). the popup is an iframe nested inside a hidden div.
on IE7, once you've popped open this notes iframe and scrolled the page down, mousing over the popup's textarea makes it DISAPPEAR and show the page content beneath it. wtf? the checkboxes also show the page below when you mouse over.
so, i've tried a few different fixes. z-index was what i was hoping could be used to fix this. no such luck. i might try replacing the textarea with a plain input type=text, but since the checkboxes also exhibit this bug, i suspect the one-line text input will also cause the bug.