bonjour, voici mon probleme:
je n'arrive pas a afficeher un pied de page et un en-tête, viici mon code:
c'est d'autant plus bizard car sa ne marche ni sous Internet Exploreur ni sous mozilla firefox!
je n'arrive pas a afficeher un pied de page et un en-tête, viici mon code:
<html>
<head>
<style type="text/css">
#en_tete
{
width: 760px;
height: 100px;
background-color: gray;
background-repeat: no-repeat;
margin-bottom: 10px;
border: 3px solid red;
}
#pied_de_page
{
padding: 5px;
text-align: center;
color: blue;
background-color: gray;
border: 3px solid red;
}
</style>
</head>
<body>
<div id="pied_de_page">
Copyright "Exited Corporation" 2005, tous droits réservés
</div>
<div id="en_tete">
</div>
</body>
c'est d'autant plus bizard car sa ne marche ni sous Internet Exploreur ni sous mozilla firefox!