[Proto-Scripty] AutoComplete Keyboard functions not working.

2010-06-11 Thread Greg Militello
Hi everyone, I am new at programming and I cannot figure out how to get the Autocomplete's keyboard functionality to work correctly. I am able to get Autocomplete function but when you hit the up and down arrow, the select does not change. Could someone take a look at my code and point out what I

[Proto-Scripty] Re: AutoComplete Keyboard functions not working.

2010-06-11 Thread Greg Militello
I actually was able to figure it out, It was actually working the whole time. If you add this bit of CSS code li.selected { background: teal ;color: black; } /code you can see what is actually see what is selected. Greg On Jun 10, 3:47 pm, Greg Militello greg.milite...@gmail.com wrote: Hi