Positioning

previoustopnext

Exemples:

IMG.icon { 
 float: left;
 margin-left: 0;
 }
 
 #header {
 position: fixed;
 width: 100%;
 height: 15%;
 top: 0;
 right: 0;
 bottom: auto;
 left: 0;
 }

Arnaud Le Hors

ESSI