par
Megadeth » 03 déc. 2015, 11:10
Salut,
Quels sont tes éléments parent ? C'est quoi la structure globale de la page ?
car chez moi dans une page très simple, ça fonctionne.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans nom</title>
<style>
.entite
{
display:inline-block;
border:1px solid grey;
width:290px;
height:400px;
}
</style>
</head>
<body>
<div class="entite">1</div>
<div class="entite">2</div>
</body>
</html>
Mega

Salut,
Quels sont tes éléments parent ? C'est quoi la structure globale de la page ?
car chez moi dans une page très simple, ça fonctionne.
[html]<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans nom</title>
<style>
.entite
{
display:inline-block;
border:1px solid grey;
width:290px;
height:400px;
}
</style>
</head>
<body>
<div class="entite">1</div>
<div class="entite">2</div>
</body>
</html>[/html]
Mega
;)