Salut, lors du dézoom (on passe de 100% à 50% par exemple) dans firefox, chrome mais pas opéra. Je vous en prie, constatez par vous même csshtml.wink.ws/STRUCTURE/Structure.html.
Voici le code
Et le css
Merci de votre aide !
Modifié par marcant0 (19 Oct 2012 - 16:43)
Voici le code
<article>
<h2>Les dimensions</h2>
<div id="MARG">
<div style="width:400px; height:22px;">margin-top</div>
<div style="width:37px; height:30px; margin-top:100px; text-align:right;">margin-left</div>
<div id="MARG_1">
<div style="width:320px; height:22px;" class="MARG_1c">margin-top</div>
<div style="width:37px; height:86px; padding-top:120px;" class="MARG_1c">margin-left</div>
<div style="width:244px;height:204px;border: silver dashed 1px;"></div>
<div style="width:37px; height:86px; padding-top:120px;" class="MARG_1c">margin-right</div>
<div style="width:320px; height:22px;" class="MARG_1c">margin-bottom</div>
</div>
<div style="width:37px; height:30px; margin-top:100px;">margin-right</div>
<div style="width:400px; height:22px;">margin-bottom</div>
</div>
</article>
Et le css
a écrit :
#MARG {width:400px; height:300px;
background: rgba(0,255,0,0.3);
border: silver dashed 1px; }
#MARG div {float:left; text-align:center;color:#060;
text-align:center; font-weight:bold;}
#MARG_1 {width:320px; height:250px; border: black solid 3px;
background-color:white;}
#MARG_1 div {float:left; text-align:center;color: rgba(255,102,0,1);
text-align:center; font-weight:bold; overflow: visible;}
.MARG_1c {background: rgba(255,102,0,0.6);}
Merci de votre aide !
Modifié par marcant0 (19 Oct 2012 - 16:43)