0

Possible Duplicate:
Dropdownlist width in IE

I have set select tag width to fix value, according to my UI layout, but my options are too long (too wide), so they get truncated in IE8. Other browsers are showing proper output. please suggest way to fix IE8 issue

Community
  • 1
  • 1

1 Answers1

1

I think one solution is to define the value of 'title' property for all options

imjin
  • 11
  • 1