Radiobuttons and checkboxes alignment issues for IE9

bymmerraphape

New Member
I had been developing on a server that uses IE8.When I deployed my application to another server using IE9, all my web controls become unaligned as below.Checkbox:
92fAy.png
and RadiobuttonList:
svnBT.png
What is the best way to make the controls aligned again? I also have the same problem in Chrome.EDIT: I'm creating my controls dynamically in code-behind.
 
Top