Je peux bouger comme avec un scroll mais c'est un scroll onrizontal. voici mon code css
Modifié par Raphael (09 Aug 2016 - 09:37)
body {
background-color: #f8f8ff;
}
#nav_home {
background-color: #000000;
height: 45px;
width: 24.3%;
position: absolute;
top: 107px;
left: 64px;
bottom: 0px;
right:0px;
color: #fff;
}
#home {
position: relative;
top: -5px;
left: 135px;
}
#nav_top_10 {
background-color: #000000;
height: 45px;
width: 24.3%;
position: absolute;
top: 107px;
left: 424px;
bottom: 0px;
right:0px;
color: #fff;
}
#top_10 {
position: relative;
top: -5px;
left: 135px;
}
#nav_english {
background-color: #000000;
height: 45px;
width: 24.3%;
position: absolute;
top: 107px;
left: 784px;
bottom: 0px;
right:0px;
color: #fff;
}
#english {
position: relative;
top: -5px;
left: 135px;
}
#nav_about {
background-color: #000000;
height: 45px;
width: 24.3%;
position: absolute;
top: 107px;
left: 1144px;
bottom: 0px;
right:0px;
color: #fff;
}
#about {
position: relative;
top: -5px;
left: 135px;
}
#title {
font-family: cursive;
font-size: 32px;
color: #000000;
position: absolute;
left: 100px;
top: 35px;
text-shadow: 5px 7px #00ffff;
}
#descriptions {
font-family: fantasy;
position: absolute;
top: 155px;
}
Modifié par Raphael (09 Aug 2016 - 09:37)