Aller au contenu

Problème sur Mozilla


Vinix

Sujets conseillés

Bonjour,

Je suis en train de faire un site Internet en CSS. Sur Internet Explorer pas de soucis.

Par contre, sur Mozilla, le cadre bleu de la page

http://www.ctgimmobilier.fr/acheter.php se met sous la photo alors que je voudrais qu'il soit aligner sur la droite.

Voici ma feuille de style :


body{
background-color:#FFF9E6;
margin-top:10px;
padding:0px;
text-align:center;
font-family:verdana;
font-size:10px;
}

#global{
background:url(images/fond.gif) no-repeat;
background-position:center top;
position:fixed !important;
position:absolute;
width:855px;
height:596px;
left:50%;
margin-left:-427.5px;
text-align:center;
}

#haut{
width:855px;
height:110px;
}

#menu{
background:url(images/fond_menu.gif) no-repeat;
border:solid 1px #0079C1;
width:848px;
height:20px;
margin:3px 0px 5px 2px;
text-align:center;
line-height:20px;
color:#0079C1;
font:11px/20px normal;
font-family:verdana;
}

#conteneur{
width:100%;
height:400px;
margin-top:5px;
padding-top:15px;
}

#gauche{
float:left;
width:35%;
height:320px;
margin:0px 20px 10px 10px;
text-align:left;
}

#droite{
height:320px;
margin-right:20px;
text-align:left;
}

#bas{
background:url(images/fond_bas.gif) no-repeat;
border:solid 1px #0079C1;
width:848px;
margin-left:2px;
}

#menu_bas{
width:848px;
height:15px;
margin:0px auto 0px auto;
text-align:center;
color:#0079C1;
font-size:11px;
}

#photo_gauche{
height:225px;
margin-bottom:20px;
border:0;
}

.header{
margin-bottom:15px;
}

.texte{
width:240px;
height:65px;
margin:10px auto 2px 15px;
text-align:left;
font-size:10px;
}

.texte_photo{
float:left;
height:74px;
margin-top:3px;
padding-left:5px;
font-size:10px;
}

.texte_bas{
padding-top:1px;
padding-bottom:1px;
text-align:center;
color:#0079C1;
font-size:11px;
font-weight:bold;
}

table{
background-color:#E8EFF4;
width:230px;
margin-top:20px;
margin-left:20px;
color:#0079C1;
font-police:verdana;
font-size:11px;
font-weight:bold;
}

td{
border:solid 1px #0079C1;
}

img{
margin-top:3px;
border:0;
}

h2{
font-size:10px;
font-weight:normal;
}

a:link{
color:#0079C1;
font:11px/20px normal;
font-family:verdana;
text-decoration:none;
}

a:visited{
color:#0079C1;
font:11px/20px normal;
font-family:verdana;
text-decoration:none;
}

a:hover{
color:#0079C1;
font:11px/20px normal;
font-family:verdana;
text-decoration:none;
}

a:active{
color:#0079C1;
font:11px/20px normal;
font-family:verdana;
text-decoration:none;
}

a.menu:link{
text-align:center;
line-height:20px;
color:#0079C1;
font:11px/20px normal;
font-family:verdana;
text-decoration:none;
}

a.menu:visited{
text-align:center;
line-height:20px;
color:#0079C1;
font:11px/20px normal;
font-family:verdana;
text-decoration:none;
}

a.menu:hover{
text-align:center;
line-height:20px;
color:#0079C1;
font:11px/20px bold;
font-family:verdana;
font-weight:bold;
text-decoration:none;
}

a.menu:active{
text-align:center;
line-height:20px;
color:#0079C1;
font:11px/20px normal;
font-family:verdana;
text-decoration:none;
}

a.lien:link{
color:##0079C1;
font:11px/20px normal;
font-family:verdana;
text-decoration:none;
}

a.lien:visited{
color:##0079C1;
font:11px/20px normal;
font-family:verdana;
text-decoration:none;
}

a.lien:hover{
color:##0079C1;
font:11px/20px normal;
font-family:verdana;
font-weight:bold;
text-decoration:none;
}

a.lien:active{
color:##0079C1;
font:11px/20px normal;
font-family:verdana;
text-decoration:none;
}

J'espère que l'on pourra m'aider.

Merci beaucoup.

Vinix

Lien vers le commentaire
Partager sur d’autres sites

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
×
×
  • Créer...