pro19CEARGYHYDAY
New Member
i can't get this radio button with image horizontally e.g radio-image,radio-image,radio-image etc.can someone help me out. The html code is \[code\]<fieldset id="CreditCard"> <legend>Credit Card (required)</legend><fieldset class="optionGroup"> <label> <input type="radio" name="ccard"><img src="http://stackoverflow.com/questions/15583988/discover.png" alt="discover card"></label> <label> <input type="radio" name="ccard"> <img src="http://stackoverflow.com/questions/15583988/diners.png" alt="diners card"> </label> <label> <input type="radio" name="ccard"><img src="http://stackoverflow.com/questions/15583988/master.png" alt="master card"> </label><label> <input type="radio" name="ccard"><img src="http://stackoverflow.com/questions/15583988/visa.png" alt="visa card"> </label></fieldset>\[/code\]And the css code is \[code\]fieldset.optionGroup { float: none; margin-left: 25%; }fieldset.optionGroup label { display: inline; float: none; width: 100px; }fieldset.optionGroup input { float:none; margin: 0px; width: 20px; }\[/code\]Fiddle