Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
順序付きリストの「li」タグ内に TextArea を貼り付けると、その「li」の番号が TextArea の左上隅ではなく左下隅に表示されます。修正はありますか?ネットのどこを探しても見つからない...
例:
<ol> <li>Coffee</li> <li> <TextArea></TextArea> </li> <li>Milk</li> </ol>
次のような出力が 表示されます:
textarea { vertical-align: top; }
jsFiddle の例