Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<select>
<option>a</option>
<option>b</option>
<option>c</option>
</select>
when I click "a" then drop down comes a
b
c
a
when I click "b" then drop down comes like b
c


a
b
when I click "c" then drop down comes like c (feature of ie11)
but I want the answer like ie7 how drop down woks
please help me how to disable compatibility at code level??
thanks in advance
Posted
Comments
ZurdoDev 12-Dec-14 7:56am    
This does not make any sense.
Member 11305582 17-Dec-14 3:21am    
is it possible to do like that???
ZurdoDev 17-Dec-14 7:48am    
Like what? This does not make any sense.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900