Posted by Thierry Lam on 09/26/06 19:49
Let's say I have the following piece of codes: <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?
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming