Bon sur tous les navigateurs sauf firefox

JustBrako Messages postés 162 Statut Membre -  
JustBrako Messages postés 162 Statut Membre -
Bonjour,
j'essaie de me faire un petite site pour mon home studio et j'ai un soucis avec les positions absolute et relative j'ai placé mes positions qui sont ok sur ie, safari, google chrome mais sur firefox c'est le bazar!!! quelqu'un pourrait me donner un coup de main please? voila le lien:

http://brk-lacompagnie.com

merci de votre aide !!!
A voir également:

5 réponses

JustBrako Messages postés 162 Statut Membre 10
 
personne pour m'orienter?
0
JustBrako Messages postés 162 Statut Membre 10
 
vraiment personne?
0
AnthonHIM
 
nn dsl aucune idée j'ai chercher pendant 15 minutes mais rien, dsl

bonne soirer
0
JustBrako Messages postés 162 Statut Membre 10
 
ok bah merci quand meme....
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
JustBrako Messages postés 162 Statut Membre 10
 
je met mes codes au cas ou quelqu'un peut y mettre un oeil... merci d'avance

HTML:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>test brk studio</title>
<META NAME="DESCRIPTION" CONTENT="brk studio">
<META NAME="ABSTRACT" CONTENT="brk studio">
<META NAME="KEYWORDS" CONTENT="mixtape,gratuite,mix-tape,mixtapes,mix-tapes,street,ghetto,rap,francais,justbrako,laudy,hiphop,hip,hop,hip-hop,téléchargement, free,download,free-download,freedownload,rue,france,spyda-team,spyda,brk,">
<META NAME="REVISIT-AFTER" CONTENT="10 Days">
<META NAME="ROBOT" CONTENT="Index,Follow">
<META NAME="RATING" CONTENT="general">

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />

</head>

<body>
<div class="all" align="center">
<div style="width:1000px;height:620px;overflow:auto;border-width:0px;border-color:#FFFFFF;border-style:solid;" align="center">

<!-- DEBUT en tete -->
<div class="en_tete" align="center">
<div style="width:950px;height:105px;overflow:auto;border-width:0px;border-color:#FFFFFF;border-style:solid;" align="left">
<img src="images/logo.png" title="logo brk-webmaster" />
</div>
<!-- FIN en tete -->

<!-- DEBUT CADRE -->
<div align="center">
<div style="width:995px;height:475px;overflow:auto;border-width:0px;border-color:#020FFF;border-style:solid;">

<!-- debut menu -->
<div id="menu" align="center">
<div style="width:170px;height:470px;overflow:auto;border-width:0px;border-color:#FFFFFF;border-style:solid;">
<image style="width:165px;height:460px;position:absolute" src="images/cadre-menu.png"/>
<div class="boutonsmenu" align="center">
<center>
<br>
<a href="index.html"><image style="width:150px;height:34px;position:relative" src="images/bouton-accueil-violet.png"/></a>
<br>
<a href="pourquoi-brk.html"><image style="width:150px;height:34px;position:relative" src="images/bouton-pourquoi-brk-orange.png"/></a>
<br>
<a href="references.html"><image style="width:150px;height:34px;position:relative" src="images/bouton-references-orange.png"/></a>
<br>
<a href="prix.html"><image style="width:150px;height:34px;position:relative" src="images/bouton-prix-orange.png"/></a>
<br>
<a href="devis.html"><image style="width:150px;height:34px;position:relative" src="images/bouton-devis-orange.png"/></a>
<br>
<image style="width:150px;height:34px;position:relative" src="images/bouton-contact-orange.png"/></a>
<br>
</center>
</div>
</div>
</div>
<!-- fin menu -->

<!-- DEBUT corps-->
<div id="corps">
<div style="width:806px;height:470px;overflow:auto;border-width:0px;border-color:#FFFFFF;border-style:solid;" align="left">
<image style="width:804px;height:460px;" src="images/cadre-corps.png"/>

</div>
<!-- fin corps -->

</div>
<!-- fin CADRE -->

</div>
<!-- FIN CADRE -->

<div class="pied_de_page">
<div style="width:994px;height:30px;overflow:auto;border-width:0px;border-color:#FFFFFF;border-style:solid;" align="center">

</div>
</div>
</body>
</html>

CSS:

/*code background*/
body,html
{
width:100%;
height:100%;
margin:0;
margin-top:auto;
margin-bottom:auto;
padding:0;
background:#000000 url(images/fond-seul.jpg) center center no-repeat fixed;
}

.all
{
?
height:620px;
position:absolute;
top:50%;
margin-top:-310px;
width:1000px;
position:absolute;
left:50%;
margin-left:-500px;
?
}

#menu
{
float: left;

}
0