J'aimerai avoir le menu Garbiak en menu horizontal. Comment puis-je faire?
Merci d'avance de vos réponses

Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Modérateur : chinon37
Code : Tout sélectionner
<div id="navcontainer">
<ul id="navlist">
<li><a href="" title="">Accueil</a></li>
<li><a href="" title="">Compositeurs</a></li>
<li><a href="" title="">Contact</a></li>
<li><a href="" title="">Liens</a></li>
</ul>
</div>
Code : Tout sélectionner
#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}
#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}
#navlist a:hover { color: #000; }
Code : Tout sélectionner
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Titre de la page</title>
<link rel="stylesheet" href="messtyles.css" type="text/css">
</head>
<body>
<br>
<div>
<?php include('monmenu.inc.php'); ?>
</div>
</body>
</html>
Code : Tout sélectionner
<div id="navcontainer">
<ul id="navlist">
<li><a href="" title="">Accueil</a></li>
<li><a href="" title="">Compositeurs</a></li>
<li><a href="" title="">Contact</a></li>
<li><a href="" title="">Liens</a></li>
</ul>
</div>
Code : Tout sélectionner
#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}
#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}
#navlist a:hover { color: #000; }
Code : Tout sélectionner
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Titre de la page</title>
<link rel="stylesheet" href="messtyles.css" type="text/css">
</head>
<body>
<br>
<div>
<?php include('monmenu.inc.php'); ?>
</div>
</body>
</html>
Utilisateurs parcourant ce forum : Aucun utilisateur inscrit et 3 invités