[css] 横スクロール付きテキストボックス - immovabletype


[css] 横スクロール付きテキストボックス

.textbox{
  width: 500px;
  overflow: scroll;
  white-space: nowrap;
  border: solid 1px #000;
}

コメントの投稿