[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

CSSとdisplayに関するethertankのブックマーク (3)

  • キャプションの幅を画像の幅に合わせる

    Fig 1: Wikipedia のキャプションつき画像の例 ちょっとわかりにくいタイトルになってしまいましたが、つまり Wikipedia のやつ (Fig 1) みたいに、「画像 (またはビデオなどの埋め込みコンテンツ) の下にキャプションをレイアウトするとき、キャプションが複数行にわたる場合は画像の幅に合わせて折り返したい (ただし画像の幅はバラバラ)」というのをシンプルかつ汎用的なかたちで実現する CSS を考えてみました。というか、このブログのレイアウト用にけっこう長いことあれこれ考えてたもののこれといった手が思いつかなくて放置していたんですが、上手い解決を Stack Overflow でみつけた のでパクった、という話です。 <figure> <img src="/img/photo.jpg"> <figcaption>Lorem ipsum dolor sit amet</

    キャプションの幅を画像の幅に合わせる
  • Cross-Browser Inline-Block

    Ah, inline-block, that elusive and oh so tempting display declaration that promises so much, yet delivers so little. Too many times have I received PSD files like this: and begin to cry. Normally, this type of layout would be a cakewalk. Fixed width, fixed height, float:left and you’re done. Buuuuut, the design needs to work with variable amounts of content, which means if one of these blocks has

    Cross-Browser Inline-Block
  • CSS Template Layout Module

    W3C Working Draft 29 April 2010 This version: http://www.w3.org/TR/2010/WD-css3-layout-20100429 Latest version: http://www.w3.org/TR/css3-layout Previous version: http://www.w3.org/TR/2009/WD-css3-layout-20090402 Editors: Bert Bos (W3C) bert@w3.org César Acebal (University of Oviedo) Copyright © 2010 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark and document use rules appl

    ethertank
    ethertank 2010/05/01
    W3C 2010/04/29草案。簡単に書けそうだけど…バグりそう。
  • 1