Bonjour a tous
Je voudrais adapter un menu horizontal en css sur mon site, je l ai recupere de ce site http://webdesigninfo.wordpress.com/. Et voici le code :
J 'ai un problem avec le "current" quand je clique sur un lien l'onglet correspondant a la page qui s'affiche ne se distingue pas des autres ?
Quelque m a echape ? Je ne suis pas du tout expert en css
Merci de tout conseil
yaz
Je voudrais adapter un menu horizontal en css sur mon site, je l ai recupere de ce site http://webdesigninfo.wordpress.com/. Et voici le code :
.menub{
position:relative;
padding:0 0 0 34px;
margin:0 auto 0 auto;
background:url(menub_bg.png) repeat-x;
*background:url(menub_bg.gif) repeat-x;/* for IE browser due to png hacks */
height:46px;
list-style:none;
width:92%;
}
.menub li{
float:left;
}
.menub li a{
float:left;
display:block;
color:#000;
text-decoration:none;
font-family:sans-serif;
font-size:13px;
font-weight:bold;
padding:0 0 0 18px;
height:46px;
line-height:46px;
text-align:center;
cursor:pointer;
}
.menub li a b{
float:left;
display:block;
padding:0 36px 0 18px;
}
.menub li.current a{
color:#fff;
background:url(menub_hover_left.png) no-repeat;
*background:url(menub_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
background-position:left;
}
.menub li.current a b{
color:#fff;
background:url(menub_hover_right.png) no-repeat right top;
*background:url(menub_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
.menub li a:hover{
color:#fff;
background:url(menub_hover_left.png) no-repeat;
*background:url(menub_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
background-position:left;
}
.menub li a:hover b{
color:#fff;
background:url(menub_hover_right.png) no-repeat right top;
*background:url(menub_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
J 'ai un problem avec le "current" quand je clique sur un lien l'onglet correspondant a la page qui s'affiche ne se distingue pas des autres ?
Quelque m a echape ? Je ne suis pas du tout expert en css
Merci de tout conseil
yaz