bonjour,
J'utilise un code qui apparemenent n'est pas conforme... Je n'arrive pas à obtenir ce que je veux autrement... J'espère que quelqu'un pourra m'aider.
Mon code XHTML 1 strict (enfin j'essai) :
Mon CSS :
Et voila !
Le code ci dessus m'affiche correctement ce que je veux, mais n'est pas standard
En esperant que quelqu'un pourra m'aider...
Merci
J'utilise un code qui apparemenent n'est pas conforme... Je n'arrive pas à obtenir ce que je veux autrement... J'espère que quelqu'un pourra m'aider.
Mon code XHTML 1 strict (enfin j'essai) :
<span class="blocProduit">
<h2>The clipball for in the car. </h2>
<img class="imageleft" height="118" alt="Clipball car air freshener" width="150" src="images/clipball-small.jpg" />
<p>The Clipball fits firmly and easily in the aeration grid of the car. The logo printed on the front part will be seen each time your client drives his car. Turning the globes will allow him to regulate the perfume diffuser. The Clipball associates fresh perfumed air with the logo. </p>
<a class="bouton-relief" href="en/clipball-air-freshener.html">Clipball Info</a> <a class="bouton-relief" href="en/distributor.html">Want a price list? </a></span>
Mon CSS :
.blocProduit {
display:block;
padding-bottom:20px;
}
.imageleft{float:left;padding-right:3px; padding-left:5px; border:0; display:block}
a.bouton-relief {
float:right;
color: black;
background-color: #FFA911;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 5px;
border: 1px outset #c0c0c0;
margin-right:7px;
}
a.bouton-relief:hover{
float:right;
background-color: #0C77A8;
color: white;
border: 1px inset #c0c0c0;
}
a.bouton-relief:visited {
color: black;
}
Et voila !
Le code ci dessus m'affiche correctement ce que je veux, mais n'est pas standard
En esperant que quelqu'un pourra m'aider...
Merci