CSS only

TwitterFacebook
Get flash to fully experience Pearltrees

Stylesheets / CSS-Eigenschaften / Positionierung und Anzeige von Elementen

Ab der CSS-Version 2.0 gibt es verschiedene Eigenschaften, um Elemente einer WWW-Seite exakt im Anzeigefenster des WWW-Browsers zu positionieren und die Position von Elementen untereinander genau zu kontrollieren. Dazu gehören Angaben zum absoluten und relativen Positionieren von Elementen, Angaben zur Ausdehnung von Elementen, Angaben zum Umfließen von Elementen und Angaben zum Überlappen und Anzeigen von Elementen. http://de.selfhtml.org/css/eigenschaften/positionierung.htm

CSS Tutorial - Float

http://www.tizag.com/cssT/float.php Floating is often used to push an image to one side or another, while having the text of a paragraph wrap around it. This type of usage is often referred to as text wrapping and resembles what you might see in many magazines that have articles which wrap around images of various shapes and sizes.
Willkommen bei Style-Sheets.de! Diese Site hat sich zum Ziel gesetzt, Webautoren, -designern und -entwicklern die Verwendung von Cascading Stylesheets zur visuellen Ausgestaltung von Webseiten näher zu bringen und Alternativen zur Verwendung von HTML -Techniken wie Tabellenbasiertem Layout aufzuzeigen.

style-sheet.de - Cascading StyleSheets im Praxiseinsatz

http://www.style-sheets.de/

CSSeasy.com - Learn CSS the modern way

http://csseasy.com/ A: Select a layout and go to "View > View source" to view the layout's source, then copy-paste the code in notepad and safe the file as index.html. Study the code and watch the changes when you change something.
Many Web developers run into margin collapsing without realising what it is, or why it is happening. It takes place on virtually every Web page, and in most cases, it creates the desired effect without causing any undesired side effects. However, when it does cause a problem, it usually appears as strange gaps at the top of elements even when they have their top margins set to 0.

CSS tutorial - Margin Collapsing

http://www.howtocreate.co.uk/tutorials/css/margincollapsing