I've implemented this on mouseover and onmouseout like so:
<select size="3" onmouseover="this.size=this.options.length;">
This is all well and good, except i don't want it only on mouseover, i want it always :) forever.
Thanks in advance.
|
I've implemented this on mouseover and onmouseout like so:
This is all well and good, except i don't want it only on mouseover, i want it always :) forever. Thanks in advance. |
|||
|
|
|
Update it on DomReady.
|
|||||
|
this worked for me :) |
|||
|