Tom's Guide > Forum > Programmation > Problème Css firefox
Mot :    Pseudo :           
 

Bonjour,

J'ai télécharger une Template pour Vbulletin mais celui ci affiche tout correctement sous IE, mais il manque 3 images sous Firefox.

J'arrive a les faires apparaitre en retirant les float mais après c'est tout décalé...

voici les deux code qui me semble problématif :

<!-- logo -->
<a name="top"></a>
<div class="WrathHeader" id="ArthasLeft"></div>
<div class="WrathHeader" id="ArthasRight"></div>
<div class="WrathLogo" id="Logo"></div>
<!-- /logo -->

C'est ce qui appel les images en css

DIV.WrathHeader {
background-attachment: scroll;
position: absolute;
margin-right: auto;
margin-left: auto;
top: 0px;
left: 0px;
width: 100%;
z-index: -2;
}
DIV.WrathHeader#ArthasLeft {
background-image: url(images/styles/wrath/backgrounds/ArthasLeft.png);
background-repeat: no-repeat;
background-position: left top;
height: 736px;
float: left;
}
DIV.WrathHeader#ArthasRight {
background-image: url(images/styles/wrath/backgrounds/ArthasRight.png);
background-repeat: no-repeat;
background-position: right top;
height: 736px;
float: right;
}
DIV.WrathLogo {
clear: both;
position: relative;
background-attachment: scroll;
top: 0px;
margin: auto;
z-index: 10;
}
DIV.WrathLogo#Logo {
background-image: url(images/styles/wrath/backgrounds/logo.png);
background-repeat: no-repeat;
background-position: center top;
height: 73px;
}
DIV.WrathFooter {
background-attachment: scroll;
position: relative;
width: 100%;
top: auto;
bottom: 0px;
left: 0px;
margin-right: auto;
margin-left: auto;
z-index: -3;
}
DIV.WrathFooter#PageFooter {
background-image: url(images/styles/wrath/backgrounds/page_footer.png);
background-repeat: no-repeat;
background-position: center bottom;
height: 298px;
}
DIV.WrathMainNav {
clear: both;
background-attachment: scroll;
position: absolute;
margin-right: auto;
margin-left: auto;
top: 56px;
left: 0px;
width: 100%;
height: 70px;
}
DIV.WrathMainNav#navi_bg {
background-image: url(images/styles/wrath/backgrounds/navi_bg.png);
background-repeat: no-repeat;
background-position: top center;
z-index: 1;
text-align: center;
size: 2em;
line-height: 2.5em;
color: #00CCFF;
}

Voila si vous saviez m'aidez :) je serais très content :p

Liens sponsorisés
Inscrivez-vous ou connectez-vous pour masquer ceci.

Utilise l'extension Firebug pour localiser le problème sous Firefox, c'est un outil très puissant pour faire du debug de CSS. Avec ton code là on ne peut pratiquement pas t'aider ...

------------------------------ 20minutes.fr, l'information en continu.
Répondre à SiM07
Tom's Guide > Forum > Programmation > Problème Css firefox
Aller à :

Il y a 1931 utilisateurs connus et inconnus. Pour voir la liste des connectés connus, cliquez ici.

Attention

Vous allez répondre sur un sujet resté inactif pendant plus de 6 mois.
Assurez-vous d'apporter des éléments nouveaux à la discussion avant de poursuivre.

Répondre Annuler
Liens