|
|
Feedback on: JavaScript FAQ Knowledge Base
irt.org | About | Feedback | 1668 [ previous next ] Feedback on: Sent by Worth: Comments: "Q67 How can I control the width of a select box? You can only increase the width by padding out an entry with multiple ' '. Alternatively you could have a dummy entry with '-------------' characters. " Here's a method however, that is very helpful when attempting to control the select boxes size (in #'s of rows tall) or width (in cm or mm's wide): <keep in mind the 'size' parm here is for MULTIPLE select boxes, not used for width> <select name="PayorCode" style="width:65mm" multiple size=7> Further note, I actually learned this on a competitor's site. Respectfully, Other feedback on 'JavaScript FAQ Knowledge Base' - show all
|
-- div -->
|