Quote:
Originally Posted by feraira
I'm wondering how you can change the size (width) of a select box. The reason being, I have this:
HTML Code:
<td align="center"/><select name="what" ><option selected="selected">Please Select</option><option>test</option><option>Test2</option></select></td>
.. it doesn't go wide enough for the 'Please Select' to fit in.
Help?
|
I wouldn't bother. Unless you do a JS selection, you'll get different width with every browser. Better adjust your design to it in it's default size.
__________________
THE FORCE is with me at last! All I need now is some TALKUPATION ;)
|