Coins arrondis pour une zone de texte
Bonjour,
Voila un extrait de mon code qui me permet d'afficher "Mon titre" (en jaune sur fond bleu) par dessus une image.
Mon problème, (qui dure depuis hier) est que je n'arrive pas à afficher ma zone de titre avec des coins arrondis.
Code:
1 2 3 4 5 6
|
<div style="margin-left:18; width:1200px; height:166px; border:1px solid #000; padding:0; background-image:url(Image1.jpg); position:relative">
<div style="width:290px; margin-left:450; margin-top:15; text-align:center; vertical-align:middle; font-size:25px; font-family:arial; font-weight:bold; background-color:#4169e1; color:#ffff99; font-style:normal; text-decoration:none">
Mon titre
</div>
</div> |
Quelqu'un aurait LE TRUC qui pourrait m'aider ?
Merci à tous.