CSS

Home>CSS

この情報はお役に立ちましたか?よろしければ皆様にもお知らせください。

  このエントリーをはてなブックマークに追加 mixiチェック  

CSS(カスケーディングスタイルシート)とは、ウェブサイトの見栄えを設定する規格です。HTMLの各要素に対してCSSを施すことで、その要素の表現方法をコントロールできます。
W3C(WWW技術の標準化団体)によれば、HTMLは文書の構造を示す言語であるので、文書のデザインに関する表現は、すべてCSSで行うことが望ましいとされています。
CSSを利用することで、HTMLの要素のみでは表現できない細かい設定ができます。また、外部ファイルとしてCSSを用意することで、HTMLソースをすっきりさせることもできます。

用途別リファレンス

CSSサンプル

レイアウト

小技

プロパティリファレンス

A

azimuth

B

background background-attachment background-color
background-image background-position background-repeat
border border-bottom border-bottom-color
border-bottom-style border-bottom-width border-collapse
border-color border-left border-left-color
border-left-style border-left-width border-right
border-right-color border-right-style border-right-width
border-top border-top-color border-top-style
border-top-width border-width bottom

C

caption-side clear clip
color content counter-increment
counter-repeat cue cue-after
cue-before cursor

D

direction display

E

elevation empty-cells

F

filter float font
font-family font-size font-size-adjust
font-stretch font-style font-variant
font-weight

H

height

L

left letter-spacing line-height
list-style list-style-image list-style-position
list-style-type

M

margin margin-left margin-right
margin-top marker-offset marks
max-height max-width min-height
min-width

O

orphans outline outline-color
outline-style outline-width overflow

P

padding padding-bottom padding-left
padding-right padding-top page
page-break-after page-break-before page-break-inside
pause pause-after pause-before
pitch pitch-range play-during
position

Q

quotes

R

richness right

S

size speak speak-header
speak-numeral speak-punctuation speech-rate
stress

T

table-layout text-align text-decoration
text-indent text-shadow text-transform
top

U

unicode-bidi

V

vertical-align visibility voice-family
volume

W

white-space window width
word-spacing

Z

z-index

関連リンク

よく読まれている記事

UpDate:2010-3-12