Bonjour
J'ai grace à l'aide des participants d'alsa résolu un problème.
Mais voilà, dans le même contexte des deux images en background
un autre soucis se profile.
Je n'arrive pas a fixer ces fonds.
merci
@+
Modifié par Michel (28 Oct 2005 - 21:15)
J'ai grace à l'aide des participants d'alsa résolu un problème.
Mais voilà, dans le même contexte des deux images en background
un autre soucis se profile.
Je n'arrive pas a fixer ces fonds.

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>backgrounds fixes</title>
<style type="text/css">
<!--
html{
background-image: url(bg01.jpg);/**image répétitive 14x10**/
}
body{
font-size:62.5%;
padding:0;
margin:0;
background-image:url(bg-index.gif);/**image fixe 108x1600**/
background-repeat:no-repeat;
height:108px;
}
.global{
width:80%;
padding:0;
margin:0 auto 0 auto;
border:1px solid #000000;
}
.haut{
height:103px;
border-bottom:4px solid #FFF;
background-color: #CCCCCC;
}
.menu{
height:30px;
}
.gauche{
width:70%;
float: left;
}
.droite{
width:30%;
float: left;
}
.bas{
clear: both;
}
-->
</style>
</head>
<body>
<div class="global">
<div class="haut">A</div>
<div class="menu">B</div>
<div class="gauche">
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
<p>z</p>
</div>
<div class="droite">D</div>
<div class="bas">E</div>
</div>
</body>
</html>
merci
@+
Modifié par Michel (28 Oct 2005 - 21:15)