Site sur IE

yrakcaz Messages postés 113 Statut Membre -  
yrakcaz Messages postés 113 Statut Membre -
Bonjour,
Pourquoi mes sites marche bien sous Firefox et pas IE, aidez-moi svp!!!

http://www.dofusaurea.tk/
http://www.fandediabolo.tk/
A voir également:

3 réponses

donuts08 Messages postés 523 Statut Membre 39
 
bonjour,

montre nous le CSS qui te sert à positionner le corps stp
0
yrakcaz Messages postés 113 Statut Membre 30
 
body
{
width: 760px;
margin: 30px;
margin-top: 20px;
margin-bottom: 20px;
background-color: blue;
}

#en_tete
{
width: 760px;
height: 100px;
position: relative;
right: 115px;
left: 190px;
}

#corps a
{
color: purple;
}

#corps a:hover
{
color: yellow;
}

#corps p
{
text-align: center;
color: rgb(0,255,0);
}

#menu
{
font-family: comic sans ms;
margin-top: 90px;
float: left;
width: 200px;
border: 2px solid blue;
background-repeat: repeat-x;
}

#menu a
{
color: yellow;
}

#menu a:hover
{
color: red;
}

.red
{
text-decoration: blink;
color: red;
}

#corps
{
font-family: comic sans ms;
margin-left: 250px;
margin-bottom: 20px;
padding: 5px;
width: 700px;
margin-top: 30px;
}

#pied_de_page
{
text-align: center;
margin-left: 250px;
position: relative;
left: 50px;
top: 575px;
}
h2
{
text-decoration: underline;
text-align: center;
}

.u
{
text-decoration: underline;
}

td
{
border: 3px outset purple;
padding: 3px;
}

table
{
margin-left: 80px;
margin-right: 25px;
border-collapse: collapse;
}

.i
{
color: (213,208,170);
}

.normal
{
color: purple;
}
0
donuts08 Messages postés 523 Statut Membre 39
 
essai de mettre dans #corps

position: relative; ou position: absolute;
0
yrakcaz Messages postés 113 Statut Membre 30
 
Oué merci j'essayerai :D
0