Make form label text wrap around embedded 'checkbox' input, or simulate that somehow?
The label:
Is there any kind of CSS trick I can use here in order to better wrap the text around the input, such that despite the input's height exceeding the 1st line's line-height, the 1st line will still be normally aligned to the top of the label?
So far I've made the input position:absolute; relative to the label, but that of course only takes it out of the flow completely.
Any pointers is greatly appreesh as always.
0 Replies