I was creating a simple select box in \[code\]jQuery\[/code\]. Everything is fine except its \[code\]scrolling\[/code\].I need to set the \[code\]UL\[/code\] height with \[code\]overflow\[/code\], so that i can have a scrollbar.Please see the jsfiddle : HEREOn the jsFiddle you can see that \[code\]onKeyDown\[/code\] ( keyBoard down arrow ) selection will move down.But after its \[code\]height\[/code\] limit its not automatically scrolling down.Looks like i am doing something wrong, Please help me.Thanks.UPDATE :\[quote\] Guys, Please understand that the given example fiddle is just an example only. The Actual one differ.I updated my fiddle.\[/quote\]