|
|
Q1263 How do I change the width of a select with dynamically created options in Netscape Navigator 3?
irt.org | Knowledge Base | JavaScript | Bugs | Q1263 [ previous next ] Q1263 How do I change the width of a select with dynamically created options in Netscape Navigator 3?
Affects:
Use a history.go(0) after adding the option(s). it will re-render the page with the new options and a new width. Alternatively have wide dummy options to begin with and delete/overwrite them when you add the options. |
-- div -->
|