html - IE does not show full content of Combo Box -


i have used following html code in select.

<html> <head> <title> </title> </head> <body> <form> <select id="cbotest" style="width:100px;">    <option id="option1">test value option value 1</option>    <option id="option2">test value option value2 long description</option>    <option id="option3">test value foroption value3 long description</option> </select> </form> </body> </html> 

but internet explorer displays content of combo box given below. truncates content of combo box match width of combo box. issue present in ie. issue not present in mozilla , firefox. how can resolve issue?

test value test value test value 

i had problemen once. resolved setting width auto when clicked , resetting width when user closes pop-up. did trick when on ie.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -