<html>
<body>
This should be level with the middle of the box!
<textarea id="id" name="name" rows="9" cols="50">Text is in here!</textarea>
</body>
</html>
ボックスの左側のテキストがドラッグされている場合でも、ボックスの中央と同じ高さになるようにするにはどうすればよいですか? CSS で実行できますか、それとも Javascript が必要ですか?