Salut a tous,voila j´ai un probleme au niveau de mon css,http://www.halogame.be/ dans les menu ya
Le Site et Le Site
mais le probleme c´est que normalement c´est Le Jeux et Le site
je ne c´est pas pourquoi sa a merder
Voici mon css:
- menu
{
float: left;
width: 120px;
}
.element_menu
{
background-color: #626262;
background-image: url("images/menu1.jpg");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
}
- menu
{
float: left;
width: 120px;
}
.element_menu
{
background-color: #626262;
background-image: url("images/menu2.jpg");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
}
/* Quelques effets sur les menus */
.element_menu h3
{
color: #B3B3B3;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
}