Strange results with autocomplete
I plopped an input box with auto-complete turned on and a search button on my page. My friend created some JS code to allow the auto-complete to access an array of kit names. Well, it works perfectly except for the list it generates. The list is correct and clickable but the text itself is just floating over the page content (in this case the search button). It looks kinda bazaar and is transparent in terms of the search button is clickable through the floating text. What are we missing here?
Try words like "amra", "pat", "mat" to see the strange effect.
Please help.
---Frank
Ps.
I'm just starting to learn JS and jQ so I'm clueless and my friend knows JS very well but not jQ and .css. Oy!