CSS
Aus Mein Wiki
Sebra (Diskussion | Beiträge) (→Vererbung) |
Sebra (Diskussion | Beiträge) (→Vererbung) |
||
Zeile 1: | Zeile 1: | ||
+ | |||
+ | |||
+ | .allesKlein, .gelb { | ||
+ | font-size: 10px; | ||
+ | } | ||
+ | |||
+ | .gelb { | ||
+ | background-color: yellow; | ||
+ | } | ||
+ | |||
+ | == Anwendung von Css == | ||
+ | === Hierarchie === | ||
+ | * http://de.selfhtml.org/css/formate/zentrale.htm#verschachtelte_elemente | ||
+ | === Positionnierung === | ||
+ | * http://de.selfhtml.org/css/eigenschaften/positionierung.htm#max_width | ||
+ | |||
+ | |||
=== Vererbung === | === Vererbung === | ||
*[http://www.peterkropff.de/site/css/vererbung.htm] | *[http://www.peterkropff.de/site/css/vererbung.htm] | ||
*[http://www.css4you.de/wscss/css08.html] | *[http://www.css4you.de/wscss/css08.html] | ||
+ | *[http://www.thestyleworks.de/basics/inheritance.shtml] | ||
+ | *[http://de.selfhtml.org/css/layouts/einfuehrung.htm selfhtml] | ||
+ | |||
+ | |||
+ | === Manipulation per JavaScript === | ||
+ | * per JQuery | ||
+ | $(".gelb").AddClass("allesKlein"); |