Salut à tous !
J'ai un petit problème étrange mais je ne trouve pas la solution...
voici mon code html :
et mon CSS :
Alors, concernant le .boxTitre, le line height, height, background fonctionne bien mais impossible de centrer le texte ni d'appliquer le font-size.
Pourtant lorsque j'applique ces propriétés dans le code HTML, là ça marche...
Y'a qqchose que je dois pas voir... et vous ?
Merci d'avance.
Modifié par Ollivier (20 Mar 2008 - 14:23)
J'ai un petit problème étrange mais je ne trouve pas la solution...
voici mon code html :
<div style="position:relative;">
<div class="box" style="position:relative; width:550px; height:270px; margin:0 40px;">
<p class="boxTitre">Simple comme 1-2-3 !</p>
<p style="background:url(images/step1.png) bottom left no-repeat; height:58px; line-height:58px; padding-left:100px;"><span>Envoyez</span>-nous vos rushes</p>
<p style="background:url(images/step2.png) bottom left no-repeat; height:58px; line-height:58px; padding-left:100px;"><span>Controlez</span> la qualité de votre film</p></li></ul>
<p style="background:url(images/step3.png) bottom left no-repeat; height:58px; line-height:58px; padding-left:100px;"><span>Recevez</span> par internet ou par courrier votre film monté</p>
</div>
<div class="box" style="position:absolute; right:0; top:0; width:300px; height:270px; margin-right:40px;">
<p class="boxTitre">Nos priorités</p>
<p style="background:url(images/quality_small.png) bottom left no-repeat; height:64px; line-height:64px; padding-left:100px;">La qualité</p>
<p style="background:url(images/piggy_small.png) bottom left no-repeat; height:64px; line-height:64px; padding-left:100px;">Le prix</p>
<p style="background:url(images/delay_small.png) bottom left no-repeat; height:64px; line-height:64px; padding-left:100px;">Les délais</p>
</div>
</div>
et mon CSS :
.box {
border-right:solid 1px #FCE90A;
border-bottom:solid 1px #FCE90A;
border-left:solid 1px #FCE90A;
}
.boxTitre {
text-align:center;
height:40px;
line-height:40px;
font-size:1.2em;
margin-bottom:30px;
background:#FCE90A url(images/box_40px_up_bg.png) repeat-x;
}
Alors, concernant le .boxTitre, le line height, height, background fonctionne bien mais impossible de centrer le texte ni d'appliquer le font-size.
Pourtant lorsque j'applique ces propriétés dans le code HTML, là ça marche...
Y'a qqchose que je dois pas voir... et vous ?
Merci d'avance.
Modifié par Ollivier (20 Mar 2008 - 14:23)