texte a droite en blanc dans balise <h1>
Posté : 14 août 2006, 10:40
Bonjour,
J'a iun probleme de mise d'un texte a droite dans une balise h1 ... je ni arrive pas du tous
voici ceu que je voudrai

j'avais essayer ceci mais sans resutat ...
<div id="right">
<h1>texte a droite EN BLANC</h1>
</div>
<div id="left">
<h1>texte de gauche</h1>
</div>
div#left {
float: left;
width: 150px;
background-color: red;
}
div#right {
float: right;
width: 150px;
background-color: green;
}
merci du coup de main
J'a iun probleme de mise d'un texte a droite dans une balise h1 ... je ni arrive pas du tous
voici ceu que je voudrai

j'avais essayer ceci mais sans resutat ...
<div id="right">
<h1>texte a droite EN BLANC</h1>
</div>
<div id="left">
<h1>texte de gauche</h1>
</div>
div#left {
float: left;
width: 150px;
background-color: red;
}
div#right {
float: right;
width: 150px;
background-color: green;
}
merci du coup de main