Hi I have labels beside text boxes in my application. They are contained within a table. In IE6 the labels always appear slightly higher than the textboxes.
Can someone please tell me how to style to fix this?
Thanks!
Hi I have labels beside text boxes in my application. They are contained within a table. In IE6 the labels always appear slightly higher than the textboxes.
Can someone please tell me how to style to fix this?
Thanks!
In theory, the way to style this is to put vertical-align: middle on all of the inline elements in that line.
That is, the text box as well as the label beside it, not just one or the other.
Whether that fixes this particular issue on IE6 though is anyone's guess. If you continue to have problems you may want to upload an example.