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.
水平方向の行(インライン)にリストアイテムを表示する順序付けされていないリスト要素がありますが、コンテンツが含まれている要素よりも幅が広いとします。絶対位置を使用せずに新しい行にドロップするのではなく、単にページから実行するようにする方法はありますか?
確かにあります、ただ使用してください:
ul { white-space: nowrap; }
JSフィドルデモ。
これにより、含まれているコンテンツが1つの非折り返しの行に沿って続行されます。
参照:
white-space
コンテナのスタイルを。で設定するだけwhite-space: nowrap;です。
white-space: nowrap;