Bonjour
J'ai un problème de positionnement avec safari !
Les éléments que je positionne au milieu de ma page s'affichent tous à gauche sous safari (fonctionne très bien avec tous les autres navigateurs).
Voici mon css
Si quelqu'un utilise safari avec un Mac pouvait m'aider...
Merci
Modifié par Iris (23 Nov 2006 - 17:17)
J'ai un problème de positionnement avec safari !
Les éléments que je positionne au milieu de ma page s'affichent tous à gauche sous safari (fonctionne très bien avec tous les autres navigateurs).
Voici mon css
body, html {
/*background: #333 url("../images/fond_intro_amazones.gif") repeat-y 50% 0;*/
background-color: #fff;
height: 100%;
margin: 0;
padding: 0;
text-align: center;
font: 12px/1.5 verdana, arial, helvetica, sans-serif;
}
#container {
position: relative;
width: 0 auto;
min-height: 100%;
height: 100%;
voice-family: "\"}\"";
voice-family: inherit;
height: auto;
}
html>body #container {
height: auto;
}
#content {
text-align:center;
/*padding: 100px 0; /* 210px 0 */
width: 0 auto;
}
#footer {
position: absolute;
text-align: center;
font-size: .8em;
color: #999999;
bottom: 0;
padding: 10px 0px 5px 0px;
width: 100%;
}
#footer h1 {
color: #fff;
padding-bottom: 0;
}
h1, p {
margin: 0;
padding-bottom: 1em;
}
h1 {
font-size: 12px;
line-height: 1.5em;
}
a:link, a:visited {
color: #CC3300; /* CC3300 */
text-decoration: underline;
font-weight: bold;
/*border-bottom: 1px solid #ccc;*/
}
a:hover {
color: #CC3300;
text-decoration: none;
font-weight: bold;
/*border-bottom: 1px solid #fff;*/
}
.clear {
clear: both;
}
a img {
border: 0 none;
}
a:link img, a:visited img, a:hover img {
border-bottom: 0 none;
}
Si quelqu'un utilise safari avec un Mac pouvait m'aider...
Merci
Modifié par Iris (23 Nov 2006 - 17:17)