html select box down arrow looks like mouse

bypeClealaMaroa

New Member
On IE8,9 and 10 a select element looks like the attached picture. The drop down arrow is replaced with something that looks more or less like a mouse.On Firefox and Chrome it looks like a standard drop down with a down arrow.I can't find anywhere that I've done anything with CSS to alter selects.Any suggestions?\[code\] <td> <select id='allocated' name='alloc' onchange='allocChange()'> <option value='http://stackoverflow.com/questions/15894684/??' selected='selected'>??</option> <option value='http://stackoverflow.com/questions/15894684/1A' >1A</option> <option value='http://stackoverflow.com/questions/15894684/1B' >1B</option> <option value='http://stackoverflow.com/questions/15894684/1C' >1C</option> <option value='http://stackoverflow.com/questions/15894684/2A' >2A</option> <option value='http://stackoverflow.com/questions/15894684/2B' >2B</option> <option value='http://stackoverflow.com/questions/15894684/3A' >3A</option> </select> </td>\[/code\]CSS not a factor - same thing happens even when stylesheet not loaded
AQw2N.png
 
Top