Bonjour a tous,
j'essaye de faire le design de mon site, et je rencontre un problème bizzare.
je veux avoir mon BG, en dégradé... donc ca c'est fait, apres je souhaite faire une sorte de "barre" noire collée en haut de ma page de dans seront les liens vers les menus, mais la cette "barre" ne veut pas se coller
voila comment ca fait la :
http://img38.imageshack.us/img38/9625/sanstitreere.jpg
voici mon code html
et voici mon code CSS :
merci d'avance a tous
longue vie a ce fofo exceptionnel et a ses membres
j'essaye de faire le design de mon site, et je rencontre un problème bizzare.
je veux avoir mon BG, en dégradé... donc ca c'est fait, apres je souhaite faire une sorte de "barre" noire collée en haut de ma page de dans seront les liens vers les menus, mais la cette "barre" ne veut pas se coller
voila comment ca fait la :
http://img38.imageshack.us/img38/9625/sanstitreere.jpg
voici mon code html
<?xml version="1.0" encoding="UTF-8"?>
<!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>
<title>Prog-toshop - Graph & Prog</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
</head>
<body>
<div id="menu">
<ul id="navigation"> <!--Liste des menus -->
<li><a href="#" title="Accueil">Accueil</a></li>
<li><a href="#" title="Ressources">Ressources</a></li>
<li><a href="#" title="Acces au Forum">Forum</a></li>
<li><a href="#" title="contact">Contact</a></li>
</ul>
<!-- DEBUT : LOGIN -->
<div id="login">Bienvenue <strong>Pseudo</strong> ! <a href="#" title="">Profil</a> - <a href="#" title="">Déconnection</a></div>
</div>
</div>
</body>
</html>
et voici mon code CSS :
body{
background:url(theme/background.jpg) repeat-x #ffbd00;
margin:0;
padding:0;
font-family:Comic Sans MS, Verdana, Geneva, sans-serif;
font-size:12px;
}
#menu{
height:50px;
background:url(theme/menus.png) repeat-x top;
text-align:center;
font-size:20px;
color:#FFFFFF;
}
#navigation {
height: 50px;
padding-left: 12px;
overflow: hidden;
}
#navigation li {
list-style-type: none;
width: 105px;
height: 50px;
background: url(theme/nav-separation.png) no-repeat right top;
padding-left:12px;
padding-right:12px;
text-align: center;
float: left;
}
#navigation li a {
width: 105px;
height: 24px;
display: block;
color: #baceda;
padding-top: 9px;
text-decoration: none;
}
#navigation li a:hover {
color: #fff;
}
merci d'avance a tous
longue vie a ce fofo exceptionnel et a ses membres