Thank you
here are the code
menu.php
<!doctypehtml> <?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="mignoncharly" content="text/html">
<title>Paola&Prince</title>
<link rel="stylesheet" href="design.css">
<link rel="stylesheet" href="design2.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<?php include("header.php");?>
<body>
<div class="absolute">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="fiancailles.php">Betrothal</a></li>
<li><a href="programme.php">Program</a></li>
<li><a href="guestbook.php">Guestbook</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="logout.php">Logout</a></li>
</ul>
</div>
<?php include ("aside_menu.php");?>
</body>
<?php include("footer.php");?>
</html>
design.css
html, body{
background-color: #FBF2B7;
height: 100%;
width: 92%;
background:url(images/paola.png) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.style1 {font-size: 12px}
body,td,th {
font-size: 14px;
}
body {
background-color: #CCC;
/*margin:80px 80px 100px 100px;*/
margin: 0;
height: 900px;
overflow-y: scroll;
overflow-x: hidden; /* hides the horizontal scroll bar */
}
div#fixedheader {
position:fixed;
top:0px;
left:0px;
width:100%;
color:#CCC;
background:#BA9B61;
padding:30px;
}
div#fixedfooter {
position:fixed;
bottom:0px;
left:0px;
width:100%;
color:#CCC;
background:#BA9B61;
padding:10px;
/*menu horizontal*/
ul{
position: relative;
display: table;
width: 600px;
margin: 100px auto;
padding: 0;
/*dégradé linéaire*/
background: linear-gradient(deepskyblue, dodgerblue);
/*compatiilité du dégradé*/
background: -webkit-linear-gradient(deepskyblue, dodgerblue);
background: -moz-linear-gradient(deepskyblue, dodgerblue);
background: -ms-linear-gradient(deepskyblue, dodgerblue);
background: -o-linear-gradient(deepskyblue, dodgerblue);
background: linear-gradient(deepskyblue, dodgerblue);
background: #BA9B61;
/*coins arrondis et ombres*/
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .3),
0 3px 5px rgba(0, 0, 0, .2),
0 5px 10px rgba(0, 0, 0, .2),
0 20px 20px rgba(0, 0, 0, .15);
}
div.absolute {
position: fixed;
top: -30px;
right: 320px;
left: ;
bottom: ;
}
/*menu horizontal*/
ul li{
display: table-cell;
}
/*Style des liens*/
ul li a{
display: block;
text-align: center;
color: rgba(0, 0, 0, .7);
text-decoration: none;
padding: 8px 8px 17px 8px;
/*effet de texte incrusté*/
text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
/*effet 3Dsur le menu*/
box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset,
0 -1px 0 hsl(210, 100%, 32%) inset,
0 -2px 0 hsl(210, 100%, 38%) inset,
0 -3px 0 hsl(210, 100%, 44%) inset,
0 -4px 0 hsl(210, 100%, 50%) inset,
0 -5px 0 hsl(210, 100%, 60%) inset;
/*transition*/
transition: padding .3s;
transition: padding .3s, background .3s;
/*transition: all .3s; */
transition: all .3s .1s;
position: relative;
}
/*peauffinage de l'effet (coins arrondis)*/
ul li:first-child a{
border-radius: 3px 0 0 3px;
}
ul li:last-child a{
border-radius: 0 3px 3px 0;
}
ul li a:hover,
ul li a:focus{
background: rgba(255,255,255,.2);
box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset,
0 -1px 0 hsl(210, 100%, 42%) inset,
0 -2px 0 hsl(210, 100%, 48%) inset,
0 -3px 0 hsl(210, 100%, 54%) inset,
0 -4px 0 hsl(210, 100%, 60%) inset,
0 -5px 0 hsl(210, 100%, 70%) inset;
padding: 8px 25px 17px 25px;
transition: all .3s 0s;
}
ul li a:active{
background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1));
box-shadow: 0 0 2px rgba(0,0,0,.3) inset;
}
ul li a::before{
content: '';
position: absolute;
left: 50%;
bottom: 9px;
margin-left: -2px;
width: 4px;
height: 4px;
border-radius: 50%;
background: rgba(0, 0, 0, .5);
}
ul li a:hover::before,
ul li a:focus::before{
background: white;
box-shadow: 0 0 2px white,
0 -1px 0 rgba(0, 0, 0, .4);
}
aside_menu.php
<!doctype html>
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="mignoncharly" content="text/html">
<title>Paola&Prince</title>
<link rel="stylesheet" href="design2.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<?php include("header.php");?>
<body>
<nav class="navigation">
<ul class="nav">
<li class="nav1"><a href="bride.php">The Bride</a></li>
<li><a href="groom.php">The Groom</a></li>
<li><a href="album.php">Album</a></li>
<li><a href="confirmation.php">Confirm your presence</a></li>
<li><a href="gift_list.php">Want to support us ?</a></li>
<li><a href="testimonial.php">Our stories</a></li>
</ul>
</nav>
</body>
<?php include("footer.php");?>
</html>
design1.css
html, body{
background-color: #FBF2B7;
height: 100%;
width: 92%;
background:url(images/paola.png) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.style1 {font-size: 12px}
body,td,th {
font-size: 14px;
}
body {
background-color: #CCC;
/*margin:80px 80px 100px 100px;*/
margin: 0;
height: 900px;
overflow-y: scroll;
overflow-x: hidden; /* hides the horizontal scroll bar */
}
div#fixedheader {
position:fixed;
top:0px;
left:0px;
width:100%;
color:#CCC;
background:#BA9B61;
padding:30px;
}
div#fixedfooter {
position:fixed;
bottom:0px;
left:0px;
width:100%;
color:#CCC;
background:#BA9B61;
padding:10px;
}
.navigation{
width: 180px;
height: 200px;
}
.nav{
position: relative;
top: 61px;
list-style: none;
padding: 0;
margin: 0;
}
.nav a {
display: block;
background-color: #BA9B61;
text-decoration: none;
padding: 20px;
color: #000;
}
.nav a:hover {
background-color: #c5c5c5;
}