Voilà , je sais que je viens de m'inscrire mais le forum me plaît bien donc je compte y rester .
Mon problème est le suivant :

C'est le menu , il n'est pas fixé en haut , j'arrive pas à le rendre stable é__è . aidez moi svp
Merci d'avance .
Edit ; voilà mes codes
CSS :
- Code:
margin {
margin-top: 25px
}
body {
background-color: #000000;
margin:25px;
background-image:url('http://i83.servimg.com/u/f83/11/83/41/27/ray710.gif');
}
#content {
text-align: justify;
}
span, p, div, table {
font-family: Tahoma;
font-size: 11px;
text-align: justify;
color:#000000;
}
.titre {
font-family:georgia;
text-align: center;
font-size: 25px;
color: #836646;
border-bottom: 2px solid #836646;
padding-bottom:2px;
letter-spacing:2px;
text-transform:lowercase;
}
.titre1 {
font-weight: bold;
font-family:georgia;
margin-bottom: 0px;
text-align: left;
font-size: 15px;
color: #836646;
border-bottom: 5px solid #836646;
text-transform:uppercase;
letter-spacing:0px;
}
textarea {
font-family: tahoma;
font-size: 10px;
color: #CA7268;
background-color: #ffffff;
border: 1px dashed #CA7268;
text-align:right;
}
input {
font-family: tahoma;
font-size: 10px;
color: #CA7268;
background-color: #ffffff;
border: 1px dashed #CA7268;
text-align:right;
}
a.nav:link, a.nav:visited, a.nav:active {
font-family:georgia;
font-size: 11px;
font-weight:bold;
position: fixed;
color: #E6D6CA;
text-decoration: none;
text-align:left;
padding-bottom:2px;
letter-spacing:2px;
display:block;
}
a.nav:hover {
font-family:verdana, Arial, Helvetica, Sans-serif;
font-size: 9px;
font-weight:bold;
color: #000000;
text-decoration: none;
text-align: left;
padding-bottom:5px;
letter-spacing:6px;
text-transform:uppercase;
display:block;
background-color:#836646;
}
a:link, a:visited, a:active {
font-family:tahoma;
font-weight:bold;
font-size: 10px;
color: #fff;
text-decoration: none;
border-bottom-width: 1px;
letter-spacing : 2px;
}
a:hover {
font-family:arial;
font-size: 11px;
color: #C15B5E;
text-decoration: none;
cursor : crosshair;
text-transform:uppercase;
}
h3
{border:none;
margin-bottom:25px;
margin-top:0px;
font-family: arial;
padding-left:10px;
font-style:none;
font-size:9px;
text-align:right;
line-height:2px;
color:#CFC0AD;}
h4
{border:none;
margin-bottom:25px;
margin-top:-25px;
font-family: arial;
padding-left:10px;
font-style:none;
font-size:9px;
text-align:right;
line-height:2px;
color:#CFC0AD;}
b{
font-family: Georgia, Arial;
font-size: 12px;
color:#836646;
}
u {
color:#836646;
font-family: Georgia, Arial;
}
i {
color:#836646;
font-family: georgia;
font-size: 12px;
}
blockquote
{
color: #836646;
background-color: #D0C2B0;
border: solid #836646;
border-width: 1 1 1 8px;
text-align: left;
padding: 2px;
}
p#footer
{
margin: 0 ;
padding-right: 10px ;
line-height: 30px ;
text-align: right ;
color: #D0C2B0 ;
}
pre
{
background: #D0C2B0 ;
border: 1px solid #CFC0AD ;
padding: 1px 0 0 1px ;
font-size: 1.2em ;
}
pre span
{
color: #CFC0AD ;
}
pre span.comment
{
color: #CFC0AD ;
}
Html
J'arrive pas à le poster en code .






