Please help, IE 6.0 seems to hava a problem with input form autocomplete
dropdown positioning.
The dropdown list with last entries which appears normally right
below the field but when used within an IFRAME it is offset far down from
input field - seems the dropdown is moved down exactly same amount as
IFRAME offset from the top of the main document.
Simple example:
<form method="get">
<input type="text" name="Name" value="">
</form>
works ok here:
but this example does not work when hosted in IFRAME :
(simplified code here):
<table border=1>
<tr><td><B> HEADER </B></td></tr>
<tr><td><ifra me src="inner.htm" ></iframe></td></tr> ...
the autocomplete is moved down from it's form field.
This works ok in Firefox. Anybody has a clue how to workaround it
or fix it in my code?
It looks very ugly in my project :(
Thanks a lot!
Kuba
--
Please remove "niepotrzeb ne_" from my e-mail when answering.
dropdown positioning.
The dropdown list with last entries which appears normally right
below the field but when used within an IFRAME it is offset far down from
input field - seems the dropdown is moved down exactly same amount as
IFRAME offset from the top of the main document.
Simple example:
<form method="get">
<input type="text" name="Name" value="">
</form>
works ok here:
but this example does not work when hosted in IFRAME :
(simplified code here):
<table border=1>
<tr><td><B> HEADER </B></td></tr>
<tr><td><ifra me src="inner.htm" ></iframe></td></tr> ...
the autocomplete is moved down from it's form field.
This works ok in Firefox. Anybody has a clue how to workaround it
or fix it in my code?
It looks very ugly in my project :(
Thanks a lot!
Kuba
--
Please remove "niepotrzeb ne_" from my e-mail when answering.
Comment