textarea label vertical-align: middle

前端 未结 5 1514
甜味超标
甜味超标 2021-02-14 02:45

I\'m trying to align the label for this text area in the middle of the text box, but it just isn\'t working. The output looks something like this:

          xxxx         


        
5条回答
  •  长发绾君心
    2021-02-14 03:26

    This worked for me. First the textarea is floated right, then the word "address" appears before it. It's in reverse order, but displays correctly

    Address

    To show:

    Address┌──────────────┐
    

提交回复
热议问题