salut, voila j ai mon image qui ce place mal sous IE :
http://www.roxor-tournois.fr/tad/index.php
j ai mi en .php car j ai des div dans une include pour les 2 menus
le code css :
Modifié par gunnerkiller (29 Aug 2005 - 17:37)
http://www.roxor-tournois.fr/tad/index.php
j ai mi en .php car j ai des div dans une include pour les 2 menus
le code css :
body
{
width: 1000px;
height: 100%;
margin: auto;
background: #FFFFFF;
font-size: 10px;
font-family: Verdana;
background-color: black;
}
#header
{
width: 1000px;
height: 235px;
background-image: url("images/index_01.gif");
}
/*menu gauche*/
#menu_principal
{
width: 205px;
float: left;
background-repeat: repeat-y;
}
.menu_milieu
{
background-image : url("images/index_11.gif");
width: 205px;
}
.menu_principal_haut
{
background-image: url("images/index_02.gif");
height: 28px ;
width: 205px;
}
.menu_team
{
background-image : url("images/index_03.gif");
width: 205px;
height: 30px;
}
.menu_login
{
background-image : url("images/index_04.gif");
width: 205px;
height: 31px;
}
.menu_stats
{
background-image : url("images/index_05.gif");
width: 205px;
height: 33px;
}
.menu_fin1
{
background-image : url("images/index_06.gif");
width: 205px;
height: 58px;
}
#menu_fin2
{
background-image : url("images/index_07.gif");
width: 205px;
height: 44px;
background-repeat: repeat-y;
}
/* milieu haut gauche */
#milieu_left
{
width: 271px;
float: left;
background-repeat: repeat-y;
font-size: 13px;
font-family: Verdana;
}
.milieu_last_news_haut
{
background-image : url("images/index_08.gif");
width: 271px;
height: 29px;
}
.milieu_last_news_middle
{
background-image : url("images/index_09.gif");
width: 271px;
height: 125px;
}
.milieu_last_news_bas
{
background-image : url("images/index_10.gif");
width: 271px;
height: 16px;
}
/*milieu haut droite*/
#milieu_right
{
width: 270px;
float: left;
background-repeat: repeat-y;
font-size: 13px;
font-family: Verdana;
float: left;
}
.milieu_last_wars_haut
{
background-image : url("images/index_12.gif");
width: 270px;
height: 29px;
}
.milieu_last_wars_middle
{
background-image : url("images/index_09.gif");
width: 270px;
height: 125px;
}
.milieu_last_wars_bas
{
background-image : url("images/index_10.gif");
width: 270px;
height: 16px;
}
/*milieu */
#milieu
{
width: 541px;
float: left;
background-repeat: repeat-y;
}
.milieu_haut
{
background-image : url("images/index_13.gif");
width: 541px;
height: 30px;
}
.milieu_continue
{
background-image : url("images/index_14.gif");
width: 541px;
}
/* menu droit*/
#menu_principal_droit
{
width: 254px;
float: right;
background-repeat: repeat-y;
}
.menu_membres_blanc
{
background-image: url("images/index_18.gif");
width: 254px;
}
.menu_membres_haut_droit
{
background-image: url("images/index_15.gif");
height: 36px ;
width: 254px;
}
.menu_membres_photo
{
background-image: url("images/index_16.gif");
height: 201px ;
width: 254px;
}
.menu_sponsor_droit
{
background-image : url("images/index_17.gif");
width: 254px;
height: 38px;
}
.menu_partenaire_droit
{
background-image : url("images/index_19.gif");
width: 254px;
height: 46px;
}
.menu_server_droit
{
background-image : url("images/index_20.gif");
width: 254px;
height: 39px;
}
.menu_server_continue_droit
{
background-image : url("images/index_21.gif");
width: 254px;
}
.menu_server_bas_droit
{
background-image : url("images/index_22.gif");
width: 254px;
height: 36px;
}
.menu_fin1_droit
{
background-image : url("images/index_23.gif");
width: 254px;
height: 56px;
}
#menu_fin2_droit
{
background-image : url("images/index_24.gif");
width: 254px;
height: 44px;
}
/* bas */
#footer
{
width: 1000px;
height: 20px;
background-image: url("images/index_26.gif");
float: left;
}
/* footer */
#footer
{
width: 1000px;
height: 37px;
background-image: url("images/index_25.gif");
float: left;
}
body {
background-image: url("images/index_26.gif");
background-position:center;
background-repeat:repeat-y;
}
Modifié par gunnerkiller (29 Aug 2005 - 17:37)