I have a radio button with long labels that wraps to the next line, it is displaying correctly in Firefox and IE8, but not in IE7 and IE6.
Basically, what I want is shown below (where o is the radio button):
- I/we authorise WITHDRAWALS from my Investec account to and DIRECT DEBITS from this designated account
- I/we authorise WITHDRAWALS ONLY from my account to this designated account
- I/we authorise DIRECT DEBITS ONLY from this designated account to my account
My css:
label {
float:none;
padding-left: 15px;
text-align:left;
width:420px;
display:block;
margin-left; 10px;
}
In IE7 and IE6, the next line is under the radio button, not under the first letter of the first word of the label