What's the right way to make sure checkboxes stick with their labels
when the window is resized?
Right now I'm trying <label><input ...text</labelwith
white-space:nowrap on label, but this only seems to work in Firefox and
IE 7.
In IE 8 and Opera I get one long line, as if the nowrap applied outside
the label elements.
In Safari for Windows, it groups the text with the checkbox on the right
instead of the left! That one I can't figure at all.
when the window is resized?
Right now I'm trying <label><input ...text</labelwith
white-space:nowrap on label, but this only seems to work in Firefox and
IE 7.
In IE 8 and Opera I get one long line, as if the nowrap applied outside
the label elements.
In Safari for Windows, it groups the text with the checkbox on the right
instead of the left! That one I can't figure at all.
Comment