Hello,
I wish I knew how to modify the stylesheet to the categories located in the horizontal menu, can appear as separate tabs from each other by a few pixels (see example image). Thank you for taking the time to read.
I wish I knew how to modify the stylesheet to the categories located in the horizontal menu, can appear as separate tabs from each other by a few pixels (see example image). Thank you for taking the time to read.
Tous les packs de langues Française depuis la v1.4.7 et toutes les versions intégrales 100 % Français sont disponibles sur le Portail Officiel Français.
I managed to make the tabs by editing the stylesheet, like this:
But I can not put a few pixels of separation between them
Code: Select all
/* menu */
#menu {
height: 37px;
margin-bottom: 15px;
-moz-border-radius: 10px 10px 0 0 ;
-webkit-border-radius: 10px 10px 0 0 ;
border-radius: 10px 10px 0 0 ;
padding: 0px 5px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu > ul > li {
background: #484747;
position: relative;
float: left;
-moz-border-radius: 10px 10px 0 0 ;
-webkit-border-radius: 10px 10px 0 0 ;
border-radius: 10px 10px 0 0 ;
}
Tous les packs de langues Française depuis la v1.4.7 et toutes les versions intégrales 100 % Français sont disponibles sur le Portail Officiel Français.
Who is online
Users browsing this forum: Bing [Bot] and 26 guests