INHALT


ARTIKEL


TUTORIALS


WEBSTUFF


SCRIPTS


NETLIFE


COMMUNITY

CSS - CSS Befehle

Die wichtigsten Cascading Style Sheets im Überblick.

Cascading-Style-Sheets Übersicht

Befehl Werte Gültig für

Links

A:link Link viele CSS-Befehle
A:visited Besuchter Link viele CSS-Befehle
A:active Aktiver Link viele CSS-Befehle
A:hover OnMouse-Over-Effekt viele CSS-Befehle

Schrift

font-family Schriftname (, Schriftname) alle HTML Elemente
font-style normal | italic | oblique alle HTML Elemente
font-variant normal | small-caps alle HTML Elemente
font-size absolute Größe | relative Grösse | Göße | Prozent alle HTML Elemente

Farben und Hintergrund

color Farbe in Wort und Zahl alle HTML Elemente
background-color transparent | Farbe alle HTML Elemente
background-image none | Farbe alle HTML Elemente
background-repeat repeat | repeat-x | repeat-y | no-repeat alle HTML Elemente
background-attachment scroll | fixed alle HTML Elemente

Text

word-spacing normal | Größe alle HTML Elemente
letter-spacing normal | Grösse alle HTML Elemente
text-decoration none | underline | overline | line-through | blink alle HTML Elemente
vertical-align baseline | sub | super | top | text-top | middle | bottom | Prozent alle HTML Elemente
text-transform none | capitalize | uppercase | lowercase alle HTML Elemente
text-align left | right | center | justify alle HTML Elemente
text-indent Größe | Prozent alle HTML Elemente
line-height normal | Nummer | Größe | Prozent alle HTML Elemente

Positionierung

position static | absolute | relative alle HTML Elemente
left auto | Größe | Prozent alle HTML Elemente
top auto | Größe | Prozent alle HTML Elemente
width auto | Größe | Prozent alle HTML Elemente
height auto | Größe | Prozent alle HTML Elemente
clip auto | Form alle HTML Elemente
overflow visible | hidden | scroll | auto alle HTML Elemente
z-index auto | Zahl alle HTML Elemente
visibility inherit | visible | hidden alle HTML Elemente

 

 


Impressum | Kontakt | Feedback