Bonjours, après mainte et mainte recherche je ne trouve pas comment faire.
Puisqu'un une image vaut mieux qu'un long texte :
http://izbing.free.fr/test/
J'aimerai que le bloc bleux soir au dessus à la même hauteur que le menu.
Code source
Puisqu'un une image vaut mieux qu'un long texte :
http://izbing.free.fr/test/
J'aimerai que le bloc bleux soir au dessus à la même hauteur que le menu.
Code source
body {
margin: 0;
}
#head {
margin-left: auto;
margin-right: auto;
width: 900px;
border: 1px solid #000;
}
#menu1 {
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 900px;
border: 1px solid #000;
text-align: right ;
font: bold 16px Times ;
}
#conteneur {
position: relative;
margin-top: 10px;
width: 900px;
margin-left: auto;
margin-right: auto;
background-color:#ffffff;
}
#centre {
background-color:#ffffff;
margin-left: 155px;
width: 745px;
height: 365px;
border: 1px solid #2365D3;
background-image: url("bascont.jpg");
background-position: 100% 100%;
background-repeat: no-repeat;
}
#gauche {
left:0;
width: 150px;
height: 330px;
border: 1px solid #2E9655;
text-align: center ;
font: 14px Arial ;
background-image: url("basmenu.jpg");
background-position: 100% 100%;
background-repeat: no-repeat;
}
ul {
list-style-type:none; }
a.menu1:link{
color: #276EB6;
text-decoration: none;}
a.menu1:visited{
color: #276EB6;
text-decoration: none;}
a.menu1:hover{
color: green;
text-decoration: none;}
a.menu1:active{
color: #276EB6;
text-decoration: underline;}
a.menu2:link{
color: green;
text-decoration: none;}
a.menu2:visited{
color: green;
text-decoration: none;}
a.menu2:hover{
color: #276EB6;
text-decoration: none;}
a.menu2:active{
color: green;
text-decoration: underline;}
<!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" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Title" lang="fr" content="Softiz - La gratuité sous windows" />
<meta name="Identifier-url" content="http://izbing.free.fr/test" />
<meta name="Description" lang="fr" content="Logiciel gratuit sous windows, nombreux tutoriaux, forum et chat" />
<meta name="Keywords" lang="fr" content="windows, libre" />
<meta name="Date-Creation-yyyymmdd" content="20050508" />
<title>Softiz - La gratuité sous windows</title>
<link rel="stylesheet" href="style.css" type="text/css" title="Softiz" />
</head>
<body>
<div id="head"><img src="head.jpg" alt="Softiz - La gratuité sous windows" /></div>
<div id="menu1">
<a href="" class="menu1" title="Page principale">Accueil</a> -
<a href="" class="menu1" title="Les membres de l'équipe">Equipe</a> -
<a href="" class="menu1" title="Demandez, parlez, partagez sur le forum">Forum</a> -
<a href="" class="menu1" title="Chattez avec nous">Chat</a> -
<a href="" class="menu1" title="Une selection des meilleurs liens du web">Liens</a> -
<a href="" class="menu1" title="Contactez nous">Contact</a>
</div>
<div id="conteneur">
<div id="gauche">
<a href="" class="menu2" title="">Accueil</a><br /><br />
<a href="" class="menu2" title="">Logiciel</a><br /><br />
<a href="" class="menu2" title="">Tutoriaux</a><br /><br />
<a href="" class="menu2" title="">Faq</a><br /><br />
<a href="" class="menu2" title="">Dons</a><br /><br />
<a href="" class="menu2" title="">Forum</a><br /><br />
<a href="" class="menu2" title="">Team</a><br /><br />
<a href="" class="menu2" title="">Liens</a><br /><br />
</div>
<div id="centre">
</div>
</div>
</body>
</html>