Forum Moderators: not2easy
I was wondering if there was a way to set the width of a pull-down menu with CSS. Thanks in advance.
EDIT: I was also wondering if there was a way to determine the border of a form, and the color of the scrollbar. Again, thanks in advance.
or whatever. This works fine in Firebird/Mozilla. In IE it will set the size of the dropdown, but it will not expand it when it drops down. So if you have
mmm mmm good
mmm mmm bad
mmm mmm ok
and you set width:3em
Firebird users will see the whole list
IE users will see
mmm
mmm
mmm
So use some care when setting the width.
Tom