Pour les attribut title je ne comprend pas, qu'est-ce qui est inutile?
Merci
PS :
J'ai refait mais cela ne va pas voila le code maintenant :
index.php
- Code: Tout sélectionner
<link rel="stylesheet"media="screen"type="text/css"title="css"href="CSS/menu_gauche.css"/>
<link rel="stylesheet"media="screen"type="text/css"title="css"href="CSS/menu_droit.css"/>
</head>
<body>
<div id="en_tete">
</div>
<div id="menu">
<? include("menu_gauche.php"); ?>
<? include("menu_droit.php"); ?>
</div>
page_principale.css
- Code: Tout sélectionner
body{
background-image: url("images/cyberlight.jpg");
background-attachment: fixed;
}
#en_tete{
width:700px;
height:120px;
background-image:url("images/cooltext22149605.gif");
background-repeat:no-repeat;
margin:auto;
margin-left:200px;
}
#corps{
margin-left:160px;
margin-bottom:50px;
margin-top:40px;
}
p{
font-family:arial, "time new roman", serif;
color:black;
font-weight: bold;
Font-size:medium;
width:90%;
text-align:justify;
}
.important{
color:red;
width:60%;
font-weight: bold;
font-style : italic;
text-decoration: underline ;
}
.close{
font-family:"book antiqua", arial, "time new roman", serif;
color :green ;
Font-size:large;
}
.english{
width:100%;
font-weight: bold;
}
Et celui du menu gauche :
- Code: Tout sélectionner
#menu
{
float:left;
width:130px;
margin-top:60px;
}
.menu
{
font-family:arial, "time new roman", serif;
color:rgb(0,0,255);
font-weight: bold;
Font-size:medium;
width:90%;
text-align:center;
}
Et le menu droite :
- Code: Tout sélectionner
#menu_droit
{
float:right;
width:130px;
margin-top:60px;
}
.menu_droit
{
font-family:arial, "time new roman", serif;
color:rgb(0,0,255);
font-weight: bold;
Font-size:medium;
width:90%;
text-align:center;
}
Comme vous pouvez le voir j'ai toujours mon menu à gauche