タグ

2010年10月24日のブックマーク (2件)

  • Home - Luke Larsen

    Hi, I'm Luke LarsenI'm a UX Leed Engineer based in Utah. I currently work for PlutoTV where I design and build interfaces that allow our internal teams to schedule content, and manage channels. I have planned and built out entirely new features while also maintaining existing areas in the system. I co-started a component library that powers the system and keeps the team organized. I enjoy planning

    Home - Luke Larsen
    hr07jp
    hr07jp 2010/10/24
    横スクロールサイト
  • [CSS]幅は可変で高さは異なるカラムの高さを等しくするスタイルシートのまとめ

    幅は%で指定した可変、高さはそれぞれ異なるカラムを使ったレイアウトで、スタイルシートを使用してカラムの高さを等しくする今までの方法から、これからの方法までを紹介します。 Fluid Width Equal Height Columns [ad#ad-2] 下記は各ポイントを意訳したものです。 Doug Neiner メソッド Nicolas Gallagher メソッド Using Tables One True Layout メソッド Flexbox メソッド メモ 訳者注 各デモは「:nth-child」を使用しているため、モダンブラウザのみ期待通りに表示します。詳しくは「メモ」を参照ください。 Doug Neiner メソッド 「Doug Neiner」メソッドは、CSS3グラデーションからアイデアを得た方法です。 [css] .five-columns { background-i

    hr07jp
    hr07jp 2010/10/24
    幅可変で高さが異なるカラムの高さを揃えるCSS