i have a select tag,... like this,..
<select style="max-width:150px">
<option value='1'>bla bla bla bla bla bla bla ...(let's say a long words)
......
</select>
it's works in FF,.. but not ie,.. than i change max-width with width style="width:150px"
it's works in both,.. but,..
in ie... the text is truncated
anyone can help me? am i doing wrong? is there a better way to fix it?
sorry if my english bad :(