概要
GIGAZINE - 使えるCSSコードいっぱい「Dynamic Drive CSS Library」
Yahoo!が提供するレイアウト用CSSライブラリ:phpspot開発日誌
仕様
http://www.w3.org/TR/REC-CSS2/
http://www.y-adagio.com/public/standards/tr_css2/toc.html
http://www.w3.org/TR/css3-roadmap/
http://www.w3.org/TR/css3-box/
仕様解説サイト
Let's begin CSS -- Introduction
http://www.stupid-net.com/x/mt/archives/000188.shtml
http://www.asahi-net.or.jp/~bd9y-ktu/wdgcss/
http://hp.vector.co.jp/authors/VA022006/
http://www.zspc.com/stylesheets/index.html
サンプル提供サイト
ホームページ作成 - 見出しの表現いろいろ - WEBサイト作成 フリー素材コード の1uphp.com スタイルシート,htmlやFirefox,Operaなどのブラウザの表示結果まで。
<body style="background-image : url(画像へパス); background-repeat : no-repeat; background-position : right bottom; background-attachment : fixed;">
ブラウザのデフォルトスタイル極力減らす
* { margin: 0; padding: 0; font-style: normal; font-weight: normal; }
参考サイト
http://www.ybi.co.jp/koike/qa1500/qa1698.htm
CSS記述規則「プロパティ別整理法」の提案 : akiyan.com