parallon
04-10-2007, 09:24 PM
Hello all. I am using the following code to automatically widen a select box, but in some cases a user has to click on it up to three times to get it to stay open. At first I thought it was a monitor resolution issue, but determined that it wasn't. Could it be the browser version?
Here is the code:
<select name="selCase" id="selCase" style="width: 100px; font:12px;" onmousedown="this.style.width='' " onchange="this.style.width='100px' " >
Thanks in advance,
Parallon
Here is the code:
<select name="selCase" id="selCase" style="width: 100px; font:12px;" onmousedown="this.style.width='' " onchange="this.style.width='100px' " >
Thanks in advance,
Parallon