How to set different width for INPUT and DIV elements with Scriptaculous Ajax.Autocompleter?
- by Grzegorz Gierlik
Hello,
I am working on autocompleter box based on Scriptaculous Ajax.Autocompleter.
Here how my HTML/JS code looks like:
<input type="text" maxlength="255" class="input iSearchInput" name="isearch_value" id="isearch" value="<wl@txt>Search</wl@txt>" onfocus="this.select()">
<br>
<div id='isearch_choices'…