Bonjour à tous et à toutes !
J'ai un probleme concernant IE et Firefox .
J'ai un design qui marche parfaitement par IE et qui donne ca :
alors que Firefox donne ca :
![]()
.
Je vous donne mon code HTML et CSS :
Code : HTML
Citation :
<!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>Bienvenue sur mon site !</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="index" href="index.css" />
</head>
<body>
<div id="en_tete">
<!-- Ici on mettra la bannière -->
</div>
<div id="menu"><img src="menu2.jpg"></div>
<div id="corps">
<div id="welcome">Welcome</div>
<div id="post">Post by Ananth</div>
</div>
<div id="pied_de_page">
</div>
</body>
</html>
Code : CSSbody
Citation :
{
font-size: 15px;
font-family: "Copperplate Gothic Light", "Arial Black", "Times New Roman", "Trebuchet MS", Verdana, serif;
width: 760px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
font-weight: bold ;
}
#en_tete
{
width:760.8px;
height: 110.6px;
background-image: url("_________________________");
background-repeat: no-repeat;
margin-bottom: 10px;
}
#menu
{
float:left;
margin-top: 30px;
}
#corps
{
background-image: url("box2.jpg");
height:550px;
width:550px;
margin-left: 200px ; }
#welcome
{
margin-top: 38px;}
#post
{
margin-top:440px;
margin-left:300px;
font-size: 70%;
}
#corps h1
{
text-align: center;
font-family: "Copperplate Gothic Bold", Arial, "Arial Black", "Times New Roman", Times, serif;
}
#pied_de_page
{
background-image: url("pied_de_page.jpg");
height:49px;
width:744px
}
J'ai une autre question qui n'a pas de rapport avec ce topic mais est-il possible d'utiliser des effets photoshop sur une animation flash ?
Voila merci d'avoir lu jusqu'a la fin et je vous remerci d'avance pour votre aide .