Bonjour a tous.
Je suis en train de creer un nouveau design pour un futur site web et je suis plutot content.
Seule Probléme, une scrollbar assez... moche et qui sert a rien en plus.
Bref je n'arrive pas a voire ma faute. je vous donne le code css et la page web
http://adrienwebmaster.free.fr/
Code css :
body
{
width: 760px;
margin: auto;
margin-top: 50px;
margin-bottom: 20px;
background-image: url("fond1.jpg");
background-attachment: fixed;
background-repeat: repeat;
background-position: 0%"
}
/* L'en-tête */
#en_tete
{
width: 760px;
height: 100px;
background-image: url("Arnou-ban2.gif");
background-repeat: no-repeat;
position: relative;
left: 200px;
}
/* Le menu */
#menu
{
float: left;
width: 120px;
}
.element_menu
{
background-color: #626262;
background-image: url("images/motif.png");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
}
/* effets sur les menus */
.element_menu h3
{
color: #B3B3B3;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
}
.element_menu ul
{
list-style-image: url("images/puce.png");
padding: 0px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
.element_menu a
{
color: #B3B3B3;
}
.element_menu a:hover
{
background-color: #B3B3B3;
color: black;
}
/* Le corps */
#corps
{
margin-left: 140px;
margin-bottom: 20px;
padding: 5px;
color: #B3B3B3;
background-color: #626262;
background-image: url("images/motif.png");
background-repeat: repeat-x;
border: 2px solid black;
}
#corps h1
{
color: #B3B3B3;
text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h2
{
height: 30px;
background-image: url("images/titre.png");
background-repeat: no-repeat;
padding-left: 30px;
color: #B3B3B3;
text-align: left;
}
/* Le pied de page */
#pied_de_page
{
padding: 5px;
text-align: center;
color: #B3B3B3;
background-color: #626262;
background-image: url("images/motif.png");
background-repeat: repeat-x;
border: 2px solid black;
}
Edit 19h14 :
Et aussi j'ai oublier le site ne marche pas sur IE :s
-->Message édité par Web--Master le 04/12/2007 19:14:15<--
|