Bonjour,
J'ai un problème de 1px d'espace sous mon menu bleu sur firefox (ok sur explorer) et un problème au survol sur les deux sur la gauche des liens de ce même menu.
J'ai essayé de trouver mais là c'est le blocage.
Si quelqu'un peut jeter un oeil.
La css :
Si quelqu'un peut m'aider...
Merci
Modifié par jpsartre (13 Jan 2007 - 23:21)
J'ai un problème de 1px d'espace sous mon menu bleu sur firefox (ok sur explorer) et un problème au survol sur les deux sur la gauche des liens de ce même menu.
J'ai essayé de trouver mais là c'est le blocage.
Si quelqu'un peut jeter un oeil.
La css :
* {
margin: 0;
}
body {
background: #eee url(image/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
}
form {
margin: 0;
padding: 0;
}
#total {
width: 90%;
margin-left: 5%;
}
/* Le top menu */
#top {
text-align: right;
}
#top ul {
margin: 0;
padding-bottom: 0.4em;
}
#top ul li {
display: inline;
margin: 0;
padding: 0;
list-style: none;
}
#top li a {
padding: 0 0.2em 0 0.2em;
font: 400 0.8em arial, sans-serif;
color: #666;
border-right: 1px solid #fff;
}
#top li a.last {
border-right: 0;
}
#top li a:hover {
color: #ff9900;
}
/* Le menu */
#header p {
font-size: 1em;
padding: 1em;
}
#menu {
background: #25C9CF;
border-right: 5px solid #fff;
border-left: 5px solid #fff;
}
#menu ul {
margin: 0;
padding: 0;
font: 400 1.2em arial, sans-serif;
}
#menu ul li {
display: inline;
list-style: none;
}
#menu ul li a {
padding: 0 0.4em 0 0.4em;
color: #fff;
border-right: 5px solid #fff;
text-decoration: none;
background: #25C9CF;
}
#menu ul li a:hover {
background: #666;
color: #fff;
}
h1 {
font-size: 1.6em;
font-weight: 600;
color: #fff;
/* background: #25C9CF; */
background: #97CA1E;
border: 5px solid #fff;
padding: 0.5em;
}
h2 {
font-size: 1.3em;
font-weight: 500;
color: #fff;
background: #ff9900;
border: 5px solid #fff;
border-bottom: 0;
padding-left: 0.2em;
}
h3 {
font-size: 1.2em;
font-weight: 500;
color: #fff;
background: #fec529;
border: 5px solid #fff;
border-bottom: 0;
padding-left: 0.2em;
}
h4 {
font-size: 1em;
font-weight: 600;
color: #ff6600;
background: #eee;
border: 5px solid #fff;
border-bottom: 0;
padding-left: 0.2em;
}
h5 {
font-size: 0.8em;
font-weight: 400;
color: #fff;
background: #ccc;
border: 5px solid #fff;
border-bottom: 0;
padding-left: 0.2em;
}
p {
font-size: 0.9em;
font-weight: 400;
color: #555;
background: #eee url(image/bg1.gif) repeat-y right;
border: 5px solid #fff;
border-bottom: 0;
padding-left: 0.2em;
}
#form p {
padding: 0.2em;
text-align: center;
}
#footer p {
text-align: right;
font-size: 0.8em;
font-weight: 400;
color: #eee;
background: #666;
border: 5px solid #fff;
padding-right: 0.2em;
}
.width {
width: 100%;
}
.both {
clear: both;
}
a {
background: transparent;
color: #ff9900;
}
Si quelqu'un peut m'aider...
Merci
Modifié par jpsartre (13 Jan 2007 - 23:21)