ホームページ  >  に質問  >  本文

タイルレイアウトでの横スクロールボタン

<p>次のように、タイル レイアウトで垂直にスクロールするボタンがたくさんあります。</p> <p> <pre class="brush:html;toolbar:false;"><style> .tile-button { 幅:33.3%; 高さ:100ピクセル; 背景色: 水色; 境界線: 実線の 1px グレー。 ホワイトスペース: 通常; マーリング: 0px; } </スタイル> <body style="マージン: 0;"> <div style="width:100%;height:300px;background-color:coral;overflow-y:scroll;font-size:0px;"> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <button class="tile-button">title</button> <div> </body></pre> </p> <p>今度は同じことを行う必要がありますが、水平スクロールのみを使用します。 誰か助けてくれませんか? 誠にありがとうございます</p>
P粉823268006P粉823268006437日前556

全員に返信(2)返信します

  • P粉060528326

    P粉0605283262023-09-01 14:46:59

    この CSS コード「white-space:nowrap;」をコンテナ DIV に追加するだけです。

    リーリー

    返事
    0
  • P粉156415696

    P粉1564156962023-09-01 10:50:41

    解決策を見つけました:

    リーリー

    返事
    0
  • キャンセル返事