[Résolu] Site déformé sous firefox
Publié : 23 nov. 2007, 18:30
Bonjour !
J'ai un problème avec mon site
Il s'affiche très bien sous IE mais pas bien sous firefox.
J'ai remarqué que c'était les "cadres insérés <div>", qui
ne sont pas pris en charge par firefox, selon Frontpage
Voilà le lien : http://hilariecentral.freehostia.com/
Et le CSS
Que faire pour que que ça marche sous firefox?
Merci d'avance
Jennifer
Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
J'ai un problème avec mon site

Il s'affiche très bien sous IE mais pas bien sous firefox.
J'ai remarqué que c'était les "cadres insérés <div>", qui
ne sont pas pris en charge par firefox, selon Frontpage

Voilà le lien : http://hilariecentral.freehostia.com/
Et le CSS

Code : Tout sélectionner
body
{font-family : Arial;
font-size : 10px;
color : #394258;
background : #FFFFFF;
cursor : text;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #394258;
scrollbar-track-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;}
a:link, a:visited, a:active {
text-decoration : none;
color : #343771;
}
a:hover {
color : #b1b1b1;
cursor : crosshair;}
b {color : #343771}
u {color : #343771;
border-bottom: 1px dotted #B1B1B1;}
i {color : #343771}
.header {font-family : Arial;
font-size : 14;
background : #FFFFFF;
color : #394258;
text-align: center;
text-transform: uppercase;
font-weight: bold;}
.contenu {font-family : Arial;
font-size : 8px;
color : #394258;
background : #FFFFFF;}
.footer {font-family : Arial;
font-size : 9px;
font-weight : italic;
color : #343771;
background : #FFFFFF;}
.comment {font-family : Arial;
font-size : 10px;
color : #394258;
background : #FFFFFF;}
a.main:link, a.main:active, a.main:visited
{
height: 12px;
text-transform: uppercase;
text-align: center;
text-decoration: none;
font-weight: none;
color: #343771;
display: block;
cursor: crosshair;
text-align: center;
letter-spacing: 3px;}
a.main:hover {
background-color: #2F384D;
text-transform: normal ;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
cursor: crosshair;
display: block;
line-height : 11px ;
text-align:center;
letter-spacing : 3px;
}
Merci d'avance

Jennifer
Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9