Please check this example: http://jsfiddle.net/F8QE5/
I wanted to keep the label 'Password'always in the top portion of the <td>
. Currently it's going to the middle section of the <td>
. I will be adding more fields in the right <td>
dynamically. So always, the label 'Password' should be in the top position. It shouldn't move to the center of <td>
.
Anybody know how to solve this issue?