L'attribut
position spécifie le type de méthode de positionnement utilisé pour l'élément (statique, relatif, absolu, fixe ou collant).
Dans l'exemple ci-dessous, la hauteur n'est pas spécifiée en pourcentage et jQuery n'est pas requis
.mainbody{ position: absolute;//here we are setting the position of an element as absolute top: 30px; /* here we are defining Header Height to 30 px */ bottom: 10px; /*here we are defining Footer Height to 10 px */ width: 100%;// here we are setting the width to 100% }
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!