hmmm, I am not sure if it will work (no time to check) but have you tried the CSS property max-width?
::] krycek [::
__________________ ithium | SOAPI | SDP | PTPScript manual "ithium is a non-profit webhost, which is pretty much unique. The mission of ithium is to provide free hosting resources for worthwhile and needy non-profit projects, which otherwise may not be able to obtain such facilities. The money from commercial customers goes to maintain ithium's servers and further development."
I'm going to try searching for this (though nothing as of yet), but is there an attribute I can use within the form/option tag itself?
I know using CSS is good but this is the only place where this problems occurs is with this one drop-down menu (which BTW, you select from a list of options and then 'go').
We've tried width="" and max-width="" and maxwidth=""
well, max-width is CSS only so nope it will not work as an attribute (unless inside a style attribute).
I am not sure that overflow would apply to a select/option element, but you could try overflow: hidden (the attribute would be style="overflow: hidden")
Other than that I am not sure
::] krycek [::
__________________ ithium | SOAPI | SDP | PTPScript manual "ithium is a non-profit webhost, which is pretty much unique. The mission of ithium is to provide free hosting resources for worthwhile and needy non-profit projects, which otherwise may not be able to obtain such facilities. The money from commercial customers goes to maintain ithium's servers and further development."