Michael Winter wrote:
Razzbar wrote:
<snip> set at 0. ...
and it doesn't help. I minimize and restore the window,
hoping it will redraw correctly, but no luck.
<snip> It's not restricted to IE, and there's nothing you can do about it.
It's simply how the browser (or OS, depending) renders the control.
One proposed strategy for dealing with the way form controls show
through positioned DIVs is to set their visibility style property to
"hidden" on the controls. Either hiding all of the controls on a page
whenever the DIV is visible (which shouldn't be a problem if the DIV is
acting as a modal dialog), or comparing the control positions with the
offsets box of the DIV and hiding any controls that are overlapped by
the DIV (quite a lot of work to implement cross-browser), and
re-revealing them when uncovered.
Netscape 4 rather ruins that plan as it is not possible to individually
hide form controls and putting them in a positioned DIV/Layer and hiding
that influences how they are interpreted as part of any containing form.
Richard.