Yes.
try that:
$('select').focus(
function (){$(this).attr('size',5)}
).blur( function (){$(this).attr('size',0)} )If it.. rate me please. On Dec 23, 9:47 pm, Jake Moon <[email protected]> wrote: > Is it possible to open the select list on focus? > > Best regards, > > Jake Moon

