Cool! Thank you!
I have been playing about but if you add the size attribute to the select box it seems fine
eg
HTML Code:
<select size="2">
<option>Option</option>
<option>Option</option>
</select>
also if you do position: absolute; in the css on a normal select box it does some crazy things.
Last edited by Androo; 08-15-2006 at 12:15 PM..
|