After countless hours of research and experimentation without success, I have a strong feeling that the answer is no. However, I would greatly appreciate confirmation one way or the other.
I am faced with a challenge where I have a multi-line label to the left of a select field. Let's assume the label spans 3 wrapped lines. My goal is to align the middle line of the label vertically with the select field. Here's what I envision:
Label Line 1
Label Line 2 SelectField
Label Line 3
This question brings back memories of a similar query from a few years ago, which unfortunately did not receive a definitive answer: Vertical center label with text area and with select and with textbox. One user mentioned that JavaScript might be necessary for this task.
I've put together a FIDDLE showcasing my current progress. While I've managed to find some intriguing variations, none quite achieve the desired alignment.
If anyone can confirm whether this alignment is feasible or not, I would greatly appreciate it! Thank you so much!!!
[EDIT: Spelling]