blockquoteでの引用を美しく表示するCSSサンプル
2006年11月27日-
スポンサード リンク
Natalie Downe Blog Archive Inline image quotes
I have been meaning to write about this technique for some time now. The aim is a block quote looking something like this, with speech marks at the front and termination of the text but without the nastiness of inline images.
blockquoteでの引用を美しく表示するCSS。
次のようなシンプルなblockquoteのHTMLがあったとします。
<blockquote cite="Brian Littrell"><p>Shoot for the moon. Even if you miss, you'll land among the stars.</p></blockquote>
サンプルで示されているCSSを使うことで次のように表示されます。
画像を2枚使っていて、CSSは次のようになっています。
blockquote {
blockquote p {
text-indent: 25px;
background: url(quotes1.png);
background-position: 0 2px;
background-repeat: no-repeat;
}
display: inline;
margin: 0;
padding-right: 24px;
background: url(quotes2.png);
background-position: bottom right;
background-repeat: no-repeat;
}
画像とCSSをちょこっと変更することで、よりオシャレな引用部分を作れるでしょう:-)
関連エントリ
スポンサード リンク
Advertisements
SITE PROFILE
最新のブログ記事(新着順)
- 2012年2月3日 管理人のブックマーク
- 500以上のモノクロ記号アイコンセット「PICOL」
- WEBブラウザベースのプロジェクト管理ツール「ChiliProject」
- 2012年2月2日 管理人のブックマーク
- 高機能なカルーセルを実装するjQueryプラグイン50まとめ
- CSS3で画像レスなソーシャルサイト連携ボタンサンプル集「Zocial」
- 2012年2月1日 管理人のブックマーク
- ECサイトを作る際に便利なフレームワーク「Enlight」
- 簡単コードで実装&カスタマイズできるツールチップ実装jQueryプラグイン「Poshy Tip」
- 2012年1月31日 管理人のブックマーク
- 過去のエントリ



















間違いの指摘をしていただける方はメール、あるいはTwitterでお願いします(クリック)




