Modifying a CSS style

delpierro

New Member
I'm struggling creating a CSS style.This is what I've got: http://jsfiddle.net/WhNRK/26/It was designed for a label, but now I'm trying to modifying for something like this:\[code\]<input type='radio' name='mcq' id='radio-choice-1' value='http://stackoverflow.com/questions/14392946/1' /> <div class='container'><label for="radio-choice-1" onclick="">Choice 1</label></div>\[/code\]So if I did this, I broke up the design. Someone can help a little bit? This is a radiobutton style for an iPad.
 
Back
Top