What would be the correct way to align checkboxes and their labels, in
your opinion?
For example
....
<td>
<input type="checkbox" class="cbox" name="thisCheck " />
<label for="thisCheck" >Check this if you want a copy</label><br/>
</td>
....
I am having a hard time with this. Firefox seems to ignore
vertical-align for labels and checkboxes. IE seems to vertically
transpose labels, and Opera doesnt do anything.
Any help appreciated.
Casimir Pohjanraito
your opinion?
For example
....
<td>
<input type="checkbox" class="cbox" name="thisCheck " />
<label for="thisCheck" >Check this if you want a copy</label><br/>
</td>
....
I am having a hard time with this. Firefox seems to ignore
vertical-align for labels and checkboxes. IE seems to vertically
transpose labels, and Opera doesnt do anything.
Any help appreciated.
Casimir Pohjanraito
Comment