Bonjour j'expérimente de la difficulté à savoir comment Interneet Explorer interprète le code que j'essaie d'utiliser. Il s'agit d'une menu en onglet. Évidemment sous Firefox cela semble être bien interprété.
http://binarysim.lescigales.org/Lime
Je tiens à mentionner que la technique viens de CHEZ ALIST APART
http://www.alistapart.com/articles/slidingdoors/
mais je ne comprends pas tout l'arcticle
Bonsoir
Svp Voulez vous m'éclairer sur la question
Modifié par Binary (30 Jan 2009 - 22:53)
http://binarysim.lescigales.org/Lime
<div id="header-tab">
<div id="tab">
<ul>
<li><a href="" title="Accueil">Accueil</a></li>
<li><a href="" title="Qui je suis?">Qui je suis?</a></li>
<li><a href="" title="">Services</a></li>
</ul>
</div>
</div>
/*CSS*/
div#header-tab{
margin-top:-20px;
float:right;
width:430px;
}
#tab {
float:left;
font-size:93%;
line-height:31px;
background:#DAE0D2 url("img/bg.png")repeat-x bottom;
padding-bottom:5px;
}
#tab ul {
margin:0;
padding:0;
list-style:none;
}
#tab li {
float:left;
background:url("img/left.png") no-repeat left top;
margin:0;
padding:0 0 0 9px;
}
#tab a, #tab strong, #tab span {
display:block;
background:url("img/right.png") no-repeat right top;
padding:5px 18px 4px 9px;
}
/*Fin du css*/
Je tiens à mentionner que la technique viens de CHEZ ALIST APART
http://www.alistapart.com/articles/slidingdoors/
mais je ne comprends pas tout l'arcticle
Bonsoir
Svp Voulez vous m'éclairer sur la question
Modifié par Binary (30 Jan 2009 - 22:53)