Jump to Real's How-to Main page

Expand a SELECT with mouse over

<SELECT 
   onmouseover="this.size=this.length"
   onmouseout="this.size=1">
  <OPTION>1111
  <OPTION>2222
  <OPTION>3333
</SELECT>
Try it here :
If you find this article useful, consider making a small donation
to show your supportfor this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2007
[ home ]