vertically center text next to textarea

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JackRbt
    New Member
    • Aug 2008
    • 22

    vertically center text next to textarea

    I can do that if they're in a cell, but they're not. With CSS, I can center horizontally.

    Can I have text with is to the left of a textarea, and have the text vertically centered with respect to the textarea?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    Originally posted by JackRbt
    Can I have text with is to the left of a textarea, and have the text vertically centered with respect to the textarea?
    This should be possible. If I can have a look at the code I might be able to tell you more.

    as for the css - vertical align is allowed for display: table-cell and display: inline (but you can't apply a height to inline elements)

    regards

    Comment

    Working...