|
CSSのプロパティ
CSSの主なプロパティについて簡単にまとめています。IE6とNN7.x(Mozilla/Gecko)のいずれかが対応しているもののみを対象としています。FireFox の対応状況は NN7 とほぼ同じです。IE独自の拡張機能は掲載していません。順番は原則としてアルファベット順です。なお、仕様はCSS2を参考にしています。
◇機能 :: プロパティの機能
◇IE :: Internet Explorerの対応状況 / "6"=IE6.0, "55"=IE5.5, "5"=IE5.0
◇NN :: Netscape Navigatorの対応状況 / "7x"=NN7.x (Firefox は NN7 とほぼ同じです)
◇Mac :: マッキントッシュ用ブラウザの対応状況 / "S"=Safari, "5"=IE5
◇OP :: Operaの対応状況 / "7x"=Opera7.x
CSSプロパティリファレンスで使われる項目の説明です。
- ●書式 / 設定値
- 記述の方法と設定できる値です。
●適用対象
- 適用の対象となる要素の種類です。
ブロックレベル address / blockquote / center / div / dl / form / hr / h1 / h2 / h3 / h4 / h5 / h6 / ol / p / pre / table / ul インライン a / abbr / acronym / br / cite / code / dfn /em / *img / *input / kbd / label / *object / q / samp / *select / span / strong / *textarea / var * ・・・ 置換要素
「子要素への値の適用」では、値が子要素にも適用される場合は「あり」、適用されない場合は「なし」と表記しています。ただし、原則として継承されるのは絶対値となります。
●対応状況
- 各社のブラウザの対応状況をバージョンごとに表示しています。
IE6, IE5,5, IE5.0 ... Internet Explorer(Windows用)の各バージョン NN7.x ... Netscape Navigator 7.x Safari ... Safari MacIE5 ... Internet Explorer(Mac用) 5.x OP7.x ... Opera 7.x
マーク :: ○:対応, △:一部非対応, ×:非対応
各ブラウザとも、CSSの対応には不備が多く、環境や条件(バグ等)によっては機能しないことがありますのでご了承ください。
| 機能 | プロパティ |
| サイズ
| height, width, max-height, max-width, min-height, min-width |
| 配置
| top, right, bottom, left, clear, float, position, text-align, vertical-align, z-index |
| 余白 | margin, margin-top, margin-right, margin-bottom, margin-left, padding, padding-top, padding-right, padding-bottom, padding-left |
| 前景 | color |
| 背景 | background, backgorund-attachment, background-color, background-image, background-position, background-repeat |
| ボーダー | border, border-top, border-right, border-bottom, border-left, border-color, border-top-color, border-right-color, border-bottom-color, border-left-color, border-style, border-top-style, border-right-style, border-bottom-style, border-left-style, border-width, border-top-width, border-right-wodth, border-bottom-width, border-left-width |
| フォント
| font, font-family, font-size, font-style, font-variant, font-weight, line-height, text-decoration, text-transform, letter-spacing, word-spacing |
| テーブル
| border-colapse, border-spacing, empty-cells, table-layout |
| リスト
| list-style, list-style-type, list-style-imag, list-style-positione |
| 印刷 | page-break-before, page-break-after |
| 表示
| cursor, direction, display, overflow, text-indent, unicode-bidi, visibility, white-space |
|