mon html :
<div id="menu">
<div class="element_menu">
<ul>
<a href="index.html"><img src="image/tournois..JPG" border="0" /></a>
<a href="news.html"><img src="image/news.JPG" border="0" /></a>
<a href="test.html"><img src="image/test.JPG" border="0" /></a>
<a href="preview.html"><img src="image/preview.JPG" border="0" /></a>
<a href="staff.html"><img src="image/staff.JPG" border="0" /></a>
<a href="personnages.html"><img src="image/personnages.JPG" border="0" /></a>
<a href="circuits.html"><img src="image/circuits.JPG" border="0" /></a>
<a href="items.html"><img src="image/items.JPG" border="0" /></a>
<a href="modes.html"><img src="image/modes.JPG" border="0" /></a>
<a href="tips.html"><img src="image/tips.JPG" border="0" /></a>
<a href="videos.html"><img src="image/videos.JPG" border="0" /></a>
<a href="images.html"><img src="image/images.JPG" border="0" /></a>
<a href="fonds.html"><img src="image/fonds.JPG" border="0" /></a>
<a href="avatars.html"><img src="image/avatars.JPG" border="0" /></a>
<a href="musiques.html"><img src="image/musiques.JPG" border="0" /></a>
</ul>
</div>
mon css :
- menu
{
float: left;
width: 170px;
}
.element_menu
{
background-color: #375672;
background-image: url;
background-repeat: repeat;
border: 0px solid black;
margin-bottom: 0px;
}