Comment mettre un menu a droite du site sachant que mon code CSS est celui-ci:
body
{
width: 760px;
margin: auto;
background-image: url("img/back.jpg");
}
a
{
color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 18px;
}
a:hover
{
color: #000000;
text-decoration: underline;
font-weight: bold;
font-size: 18px;
}
. liens
{
color: #000000;
text-decoration: none;
font: arial;
font-size: 14px;
}
. liens:hover
{
color: #0099FF;
text-decoration: underline;
font: arial;
font-size: 14px;
}
p
{
color: #000000;
font: Comic sans MS;
font-size: 15px;
}
- contenu
{
position: absolute;
left: auto;
top: 0px;
width: 760px;
height: 800px;
}
- header
{
position: absolute;
left: 0px;
top: 0px;
width: 751px;
height: 184px;
background-image: url("img/header.png");
}
- menu
{
position: absolute;
left: 0px;
top: 200px;
width: 159px;
height: 485px;
background-image: url("img/menu.png");
}
. liens-menu
{
position: absolute;
left: 0px;
top: 50px;
width: 150px;
height: 435px;
text-align: center;
}
. img
{
position: absolute;
left: 765px;
top: 230px;
width: 100px;
height: 155px;
}
- cadre
{
position: absolute;
left: 175px;
top: 200px;
width: 557px;
height: 544px;
background-image: url("img/cadre.png");
}
. texte
{
position: absolute;
left: 40px;
top: 20px;
width: 490px;
height: 490px;
overflow: auto;
}
. emp-video
{
position: absolute;
left: auto;
top: 0px;
width: 720px;
height: 600px;
text-align: center;
}
. copyright
{
position: absolute;
left: 0px;
top: 10px;
width: 751px;
height: 60px;
overflow: auto;
text-align: center;
}
- footer
{
position: absolute;
left: 0px;
top: 755px;
width: 751px;
height: 78px;
background-image: url("img/footer.png");
}
merci de me répondre