[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

メモ

概要

仕様

http://www.w3.org/Style/CSS/

http://www.w3.org/TR/REC-CSS1

http://www.w3.org/TR/REC-CSS2/

http://www.y-adagio.com/public/standards/tr_css2/toc.html

http://www.w3.org/TR/CSS21/

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://anslasax.net/css-make/

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;">

デフォルトスタイルキャンセル

CSS Tools: Reset CSS

デフォルトスタイルの差異をなるべく無くすCSS

ブラウザのデフォルトスタイル極力減らす

* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

参考サイト

http://www.ybi.co.jp/koike/qa1500/qa1698.htm

http://is.vis.ne.jp/

CSS記述規則「プロパティ別整理法」の提案 : akiyan.com


CategoryWebTechnology

紹介マニアMoinMoin: CascadingStyleSheets (last edited 2016-10-30 11:38:08 by sakito)