Share this page 

Expand a SELECT with mouse overTag(s): Form


<SELECT
   onmouseover="this.size=this.length"
   onmouseout="this.size=1">
  <OPTION>1111
  <OPTION>2222
  <OPTION>3333
</SELECT>
Try it here :