Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: JavaScript FAQ Knowledge Base

irt.org | About | Feedback | 1668 [ previous next ]

Feedback on:
JavaScript FAQ Knowledge Base

Sent by
Jeff on August 24, 2000 at 17:42:38:

Worth:
Very worth reading

Comments:
It's just not as accurate or correct as the reader would like to see. The thing that's most damaging to the novice web developer is to see statments that are global or all inclusive/exclusive such as the one that was listed in this JavaScript FAQ Knowledge Base.

"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,
JA


Other feedback on 'JavaScript FAQ Knowledge Base' - show all


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.