check out this and if you click on one of the inputs at the top some jquery will happen. Now you can see my issue, which is the text "Message:" should be aligned with the top of the textarea to its right.
Thanks!!
check out this and if you click on one of the inputs at the top some jquery will happen. Now you can see my issue, which is the text "Message:" should be aligned with the top of the textarea to its right.
Thanks!!
This bit of css applied to the textarea works:
CSS
vertical-align: top;