D
Davindra
Hello, sorry if this is posted in the wrong area, but any help and/or
direction would be appreciated.
I have a combobox on a form that is bound to collection.
The collection however starts off empty, and as the user manipulates data,
values are added and removed from the collection.
The combobox is stretched as follows:
[select name="lstItems" size="5" id="lstItems" DESIGNTIMEDRAGDROP="365"
style="font-family:Tahoma;font-size:11px;width:320px;"]
[/select]
While this works perfectly in IE, the mozilla browsers ignore the
stretching.
The control stretches to the size of the contents in mozilla browsers,
forcing the table cell to shrink/expand as data is added.
This just looks very unprofessional.
I was wondering how to force the control to set a fixed size that I have
specified and have it work in Mozilla.
Thanks in advanced.
direction would be appreciated.
I have a combobox on a form that is bound to collection.
The collection however starts off empty, and as the user manipulates data,
values are added and removed from the collection.
The combobox is stretched as follows:
[select name="lstItems" size="5" id="lstItems" DESIGNTIMEDRAGDROP="365"
style="font-family:Tahoma;font-size:11px;width:320px;"]
[/select]
While this works perfectly in IE, the mozilla browsers ignore the
stretching.
The control stretches to the size of the contents in mozilla browsers,
forcing the table cell to shrink/expand as data is added.
This just looks very unprofessional.
I was wondering how to force the control to set a fixed size that I have
specified and have it work in Mozilla.
Thanks in advanced.