KNoodles
April 28th, 2004, 12:16 AM
Hi,
I have a few <select> objects generated from javascript. Their width is being set by:
document.all.tags("select")(x).style.pixelWidth=maxwdth;
When I add more options after resizing them, the drop down lists don't resize automatically in the browser anymore. Is there a way to enable automatic resizing again after using pixelWidth?
KNoodles
I have a few <select> objects generated from javascript. Their width is being set by:
document.all.tags("select")(x).style.pixelWidth=maxwdth;
When I add more options after resizing them, the drop down lists don't resize automatically in the browser anymore. Is there a way to enable automatic resizing again after using pixelWidth?
KNoodles