jQuery UI Radio Buttons Misaligned in Internet Explorer 6
10-14-2010
In case anyone wondered why radio buttons with the jQuery UI framework are misaligned in IE6, here is the solution.
You have to give the div-tag the radio buttons are in a predefined width, so the buttons will not be displayed on top of each other.
Solution:
Code on Pastebin.de
You have to give the div-tag the radio buttons are in a predefined width, so the buttons will not be displayed on top of each other.
Solution:
Code on Pastebin.de

Write a comment!
