Hi,
I have this page.
If <input>
is and inline element why goes down the second radio button (Chico) ??
Regards
Javi
Hi,
I have this page.
If <input>
is and inline element why goes down the second radio button (Chico) ??
Regards
Javi
Try left floating the unordered list containing the radio buttons:-
ul.radio_list { float: left; }
Try setting display:inline
on your li
elements (the containers for your radio buttons).