タグ

横スクロールに関するmasakaz77のブックマーク (2)

  • 【HTML+CSS】横スクロールバーを消したい!|あかねいろ手帳

    横スクロールバーが邪魔で消したい! 横スクロールバーがいらない所で出てきたりしますよね。 (特にスマホ) 横にはみ出した時の為にあえて横スクロールバーを出しておく人もいるのですが、操作上不便なので消す方法です。 overflow-xをhiddenにする CSSは簡単。 [css] .body{ overflow-x: hidden; } [/css] overflow-xは、横にオーバーしたものをどうするかの指示をします。 (overflow-yは縦にオーバーしたものをどうするか指示します。) overflow: scroll; /*スクロールバーを出す*/ overflow: hidden; /*隠す(スクロールバーを非表示)*/ overflow: auto; /*自動(スクロールバーが表示される)*/ 設定したのにまだ横スクロールバーが出る?! 設定もちゃんとしてるのにまだ横スクロー

    【HTML+CSS】横スクロールバーを消したい!|あかねいろ手帳
  • Youtubeの動画を背景に

    Introduction In the ever-evolving landscape of web browsing, staying abreast of the latest technologies is crucial. HTML5, the fifth and current version of the Hypertext Markup Language, has revolutionized the way we experience the web. With its advanced features and enhanced capabilities, HTML5 has become the cornerstone of modern web development, offering a more seamless and interactive user exp

    Youtubeの動画を背景に
    masakaz77
    masakaz77 2013/06/24
  • 1