<ul id="bandeau">
<li>
<a href="accueil.php" id="accueil" title="accueil">
<span>Accueil</span>
</a>
</li>
et voici le code css:
<style type="text/css" media="all">
#bandeau{
position:absolute;
top:1em;
left:10px;
height:200px;
}
#bandeau #accueil { border-top:1px solid #ff9900;
color:navy;
width:86px;
height:29px;
margin-left:4px;
margin-top:4px;
}
le style s'applique au bandeau mais pas à accueil.php ,comment faire ?
Modifié par aprenti (26 May 2007 - 13:09)