|
Posted by Jukka K. Korpela on 09/26/06 20:05
Thierry Lam wrote:
> <input type="text" name="name" id="keyword" maxlength="50" size="40"
> onkeyup= "handleKeyUp(event)" value="" autocomplete=off/>
> <div id="scroll">
> </div>
>
> The scroll div is supposed to show off possible suggests for the text
> input. How can I ensure that the div is always under my text input?
You cannot. What is "under" in speech? And how could the div appear under
the input in Braille display? Besides, in visual browsers too, the browser
and the user always have the final word.
But under any normal circumstances, the <div> element will appear under
<input> in visual rendering, unless you do something to prevent that. So
what is the problem?
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Navigation:
[Reply to this message]
|