Vote count:
0
I'm trying to set the width of my 3 checkboxes to be 33% each, but no matter what I do I'm not able to change the width at all.
The form/fieldset portion of my HTML looks like this:
<form class="form_attendance">
<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true" id="form_attendance">
<legend>Attendance</legend>
<input type="checkbox" name="checkbox1" id="checkbox1" class="selector">
<label for="checkbox1">1</label>
<input type="checkbox" name="checkbox2" id="checkbox2" class="selector">
<label for="checkbox2">2</label>
<input type="checkbox" name="checkbox3" id="checkbox3" class="selector">
<label for="checkbox3">3</label>
</fieldset>
</form>
I've tried setting different widths to the input- form- and fieldset-components in CSS using both class and id but nothing happens.
Does anyone have any idea?
asked 19 secs ago
Aucun commentaire:
Enregistrer un commentaire