Salut,
Je viens à vous car j'ai un petit soucis, je suis en train de faire un site et j'aimerai que mon menu se répéter horizontalement...
Mais biensur ça ne fonctionne pas.
Un petit exemple vous voir ce que j'aimerai avoir ==> http://fr.vente-privee.com/vp4/Login/Portal.ashx (le menu en rose seulement la barre)
Mon code HTML :
Je ne vois pas tout du ou est mon problème :s
Je viens à vous car j'ai un petit soucis, je suis en train de faire un site et j'aimerai que mon menu se répéter horizontalement...
Mais biensur ça ne fonctionne pas.
Un petit exemple vous voir ce que j'aimerai avoir ==> http://fr.vente-privee.com/vp4/Login/Portal.ashx (le menu en rose seulement la barre)
Mon code HTML :
<!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></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta http-equiv="content-language" content="fr" />
<link href="style.css" title="Défaut" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="contenu">
<div id="header">
<center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="100%" height="150" id="anim-traverse" align="middle">
<param name="wmode" value="transparent">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
</center><param name="movie" value="anim-traverse.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /> <embed src="anim-traverse.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="100%" height="150" name="anim-traverse" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer_fr" />
</object>
<div id="social">
<a href="#"><img src="images/logo_facebook.png" BORDER="0" alt=""/></a>
<a href="#"><img src="images/logo_twitter.png" BORDER="0" alt=""/></a>
</div>
</div>
<div id="f_menu">
<ul id="menu">
<li class="titre"><a href="index.php">Accueil</a>
<ul>
</ul>
</li>
<li class="titre"><a href="infos.php">Infos</a>
<ul>
<li class="lien"><a href="#">Infos DUT</a></li>
<li class="lien"><a href="#">Infos portes ouvertes</a></li>
<li class="lien"><a href="#">Infos salons</a></li>
</ul>
</li>
<li class="titre"><a href="photos.php">Galerie Photos</a>
<ul>
<li class="lien"><a href="#">Photos PO 1</a></li>
<li class="lien"><a href="#">Photos PO 2</a></li>
<li class="lien"><a href="#">Photos S 1</a></li>
<li class="lien"><a href="#">Photos S 2</a></li>
</ul>
</li>
<li class="titre"><a href="videos.php">Galerie Vidéos</a>
<ul>
</ul>
</li>
<li class="titre"><a href="contact.php">Contact</a>
<ul>
</ul>
</li>
</ul>
</div>
<div id="news">
<ul id="groupe_news">
<li>
<a href="news1.html"><img src="images/news1.png" BORDER="0"/><br/><p>Voir l'article...</p></a>
</li>
<li>
<a href="news2.html"><img src="images/news2.png" BORDER="0"/><br/><p>Voir l'article...</p></a>
</li>
<li>
<a href="news3.html"><img src="images/news3.png" BORDER="0"/><br/><p>Voir l'article...</p></a>
</li>
</ul>
</div>
<div id="news2">
<p>Test TEST Test TEST Test TEST Test TEST Test TEST </p>
</div>
</div>
</body>
</html>
body {
background: #6b2879 url(images/fond.png) no-repeat top center;
width:90%;
margin:auto;
min-width:200px;
max-width:1305px;
font-family:Century Gothic, sans-serif;
}
/* EN - TÊTE */
#header {
background: url(images/) repeat center;
height: 150px;
}
/* EN - TÊTE TERMINE*/
/* SOCIAL */
#social {
float: right;
width:110px;
height: 50px;
margin: 45px 0 0 50px;
padding: 0 0 0 0 ;
border: none;
}
/* SOCIAL TERMINE */
/* MENU */
#f_menu {
float: center;
height:45px;
background:url(images/f_menu.png) repeat-x;
margin: 0px 0 0 150px;
padding: 0 0 0 0 ;
}
#menu, #menu ul {
float: right;
padding : 0;
margin : 5px 60px 0 0;
list-style : none;
line-height : 21px;
text-align : center;
}
#menu {
font-weight :bold;
font-size:13px;
}
#menu a {
display : block;
height:40px;
color: black;
text-decoration : none;
line-height:40px;
width: 150px;
font-weight: bold;
background: url(images/menu.png);
outline:none
}
#menu li {
float : left;
}
#menu li ul {position: absolute;
width: 150px;
left: -999em;
text-align:left;
}
#menu li ul li {
text-align:left;
}
#menu li ul li a {
text-align:center;
outline:none;
font-weight:normal;
background-color:#2f2f2f;
}
#menu li ul li a:hover {
background-color:#757575;
outline:none
}
html>body #menu li ul li {}
#menu li ul ul {
margin : -22px 0 0 111px;
border-left : 1px solid #fff;
}
html>body #menu li ul ul {
border-left : 1px solid transparent;
}
#menu a:hover {
background: url(images/menu_hover.png)
}
#menu li:hover ul ul, #menu li.sfhover ul ul {
left: -999em;
text-align:left;
padding:1px 2px;
font-weight:normal;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul{
left: auto;
min-height: 0;
}
#menu li.lien a {
display : block;
height:30px;
color: black;
text-decoration : none;
line-height:30px;
width: 150px;
font-weight: bold;
background: url(images/menu.png);
outline:none
}
#menu li.lien a:hover {
background: url(images/menu_hover.png)
}
#menu li ul li.lien {
text-align:center;margin:0 0 0 0;padding:0
}
/* MENU TERMINE*/
/* NEWS*/
#news {
float: right;
background: url(images/infos_news.png) no-repeat;
width: 1020px;
height:250px;
margin: 20px 110px 0 0 ;
}
#news p {
float: right;
color: black;
text-decoration: none;
outline:none;
font-weight:normal;
margin: 0 45px 0 0 ;
padding: 0 0 0 0;
}
#groupe_news li {
float : left;
list-style : none;
margin: 0px 0 0 85px ;
padding: 0 0 0 0;
}
#groupe_news li ul {
position: absolute;
width: 150px;
left: -999em;
text-align:left;
}
#groupe_news li ul li {
text-align:left;
}
#news2 {
float: right;
background: url(images/infos_news2.png) no-repeat;
width: 1020px;
height:250px;
margin: 2px 110px 0 0 ;
}
#news2 {
float: right;
width: 1020px;
height:1000px;
margin: 2px 110px 0 0 ;
}
Je ne vois pas tout du ou est mon problème :s