Salut à tous. Je suis tombé sur un petit soucis étrange. Je vous livre le code original
Si je rajoute une div de 1px en plus (comme ca =>){
Tout disparait. J'ai une page blanche. Pourquoi cette div d'un pixel provoque ca. C'est un mystere pour moi.
Si vous avez une idée...
<div align='center' style='position:relative;top:0px;left:0px;width:970px;border:5px red solid;background-color:yellow;'>
<div style='float:left;background-image:url(./Elements/cadreg.png);width:8px;height:187px;'>
</div>
<div style='float:left;background-image:url(./Elements/cadrem.png);width:300px;height:187px;'>
</div>
<div style='float:left;background-image:url(./Elements/cadred.png);width:36px;height:187px;'>
</div>
<div style='float:left;background-image:url(./Elements/cadreg.png);width:8px;height:187px;'>
</div>
<div style='float:left;background-image:url(./Elements/cadreg.png);width:8px;height:18px;'>
test
</div>
</div>
Si je rajoute une div de 1px en plus (comme ca =>){
<div align='center' style='position:relative;top:0px;left:0px;width:970px;border:5px red solid;background-color:yellow;'>
<div style='float:left;background-image:url(./Elements/cadreg.png);width:8px;height:187px;'>
</div>
<div style='float:left;background-image:url(./Elements/cadrem.png);width:300px;height:187px;'>
</div>
<div style='float:left;background-image:url(./Elements/cadred.png);width:36px;height:187px;'>
</div>
<div style='float:left;background-image:url(./Elements/cadreg.png);width:8px;height:187px;'>
</div>
<div style='float:left;background-image:url(./Elements/cadreg.png);width:8px;height:18px;'>
test
</div>
<div style='float:left;width:1px;'>
</div>
</div>
Tout disparait. J'ai une page blanche. Pourquoi cette div d'un pixel provoque ca. C'est un mystere pour moi.
Si vous avez une idée...