Bonjour,
Voici un site sur lequel je rencontre une difficulté concernant l'affichage d'un ascenseur vertical sous IE.
http://www.mon-cafe.fr
Pourriez-vous m'indiquer mon erreur? Faut-il prévoir une règle spécifique pour ie.
Merci par avance
Voici un site sur lequel je rencontre une difficulté concernant l'affichage d'un ascenseur vertical sous IE.
http://www.mon-cafe.fr
body, html {
height: 100%;
}
html { overflow: visible; }
body {
overflow: auto;
font: normal small "trebuchet ms", verdana, sans-serif;
color: #777;
background-image: url('images/bg_body.png');
background-repeat: repeat-x;
background-color: transparent;
background-position: 0 50%;
background-attachment: fixed;
}
html > body {
overflow: visible !important;
}
Pourriez-vous m'indiquer mon erreur? Faut-il prévoir une règle spécifique pour ie.
Merci par avance