28220 sujets

CSS et mise en forme, CSS3

Bonsoir,
Toujours à propos du même site ... j'ai un décalage au niveau du menu :

http://users.rockweb.org/websonic/Radio/

Les onglets devraient être collé au bas de l'en-tête, mais IE ne veut pas. J'ai pourtant mit tout ce qui fallait je crois.


.entete {
    width: 750px;
    height: 110px;
    background-image: url(images/entete3_01.png);
}
.menu {
    width: 750px;
    height: 25px;
    background-color: #000000;
    text-align: right;
    line-height: 25px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-bottom-width: 1px;
}
a:link {
    padding : 4px 11px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    background-image: url(images/fondblanc.png);
    color : #444444;
    font-size : 13px;
    text-decoration : none;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
}
a:visited {
    padding : 4px 11px;
    margin-right: 0px;
    background-image: url(images/fondblanc.png);
    color : #999999;
    font-size : 13px;
    text-decoration : none;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    margin-bottom: 0px;
}
a:hover {
    padding : 4px 11px;
    margin-right: 0px;
    background-image: url(images/fondgris.png);
    color : #f9f9f9;
    font-size : 13px;
    text-decoration : none;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    margin-bottom: 0px;
}
a:active {
    margin-right: 0px;
    padding : 4px 11px;
    background-image: url(images/fondgris.png);
    color : #e1e1e1;
    font-size : 13px;
    text-decoration : none;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    margin-bottom: 0px;
}
.listeliens1 {
     display: inline;
     list-style-type: none;
}
.liste1 {
    margin-top: 0px;
}


Je ne vois vraiment pas et vous ? cela n'arrive qu'avec IE Smiley ohwell
Salut,
Changes ca:
.liste1 {
     margin-bottom: 1px;
     margin-top: 0px;
}


Et ca devrait marcher. Smiley cligne