full page width stretch for radio button
Hi Guys,
- <div>
- <fieldset data-role="controlgroup" data-type="horizontal">
- <input type="radio" name="radio-choice-1" id="spent_money_1" value="choice-1" checked="checked" /> <label for="spent_money_1">Spent Some $</label>
- <input type="radio" name="radio-choice-1" id="made_money_1" value="choice-2"/>
- <label for="made_money_1">Made Some $</label>
- </fieldset>
- </div>
and i tried to put style="width:100%" in both div, fieldset and input but doesn't help either. Appreciate any advice please. thanks !
Cheers,
Mark