Bonjour , je suis entrain de faire un site pour un client sur un mouvement que je deteste mais bon , la n'est pas le sujet , Le voici le sujet :
http://playstationx.free.fr/
J'aimerais que mon div gener le saut automatiquement !
Merci d'avance !
http://playstationx.free.fr/
J'aimerais que mon div gener le saut automatiquement !
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="style.css" />
</head>
<body>
<center><table>
<tr>
<td id="coté-gauche"></td>
<td>
<center><div id="header" ></div></center>
<img id="logo" SRC="/Images/logo.png" />
<center><div id="haut-content" ></div></center>
<center><div id="BG1">
<table>
<tr>
<td class="haut">
<div id="Menu">
<div id="Haut-Menu"></div>
<div id="BG-Menu"><p>£££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££</p></div>
<div id="Bas-Menu"></div>
</td>
<td class="haut">
<div id="content">
<div id="Haut-content"></div>
<div id="BG-content">
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
<div id="Le_padding">
</div>
</div>
<div id="Bas-content"></div>
</td>
</tr>
</table>
</div>
</div></center>
<center><div id="bas-content" ><center>|Site réalisé par <A HREF="http://minicr0.free.fr/">minicr0</A>.|
</center></div></center>
</td>
<td id="coté-droit"></td>
</table></center>
</body></html>
body
{
background-color: #000000;
}
#header
{
background-image: url(/Images/header.png);
width: 744px;
height: 108px;
text-align: left;
}
#haut-content
{
background-image: url(/Images/haut-content.gif);
width: 744px;
height: 33px;
text-align: left;
}
#BG1
{
background-image: url(/Images/bakground-bas.png);
background-repeat: repeat;
width: 744px;
height: auto;
text-align: left;
}
#bas-content
{
background-image: url(/Images/content-bas.png);
width: 744px;
height: 72px;
text-align: left;
}
#coté-droit
{
vertical-align: top;
background-color: black;
background-image: url(/Images/cot%e9-gauche.png);
background-repeat: no-repeat;
width: 82px;
height: 392px;
}
#coté-gauche
{
vertical-align: top;
background-color: black;
background: url(/Images/cot%e9-droit.png) bottom;
background-repeat: no-repeat;
width: 82px;
height: 392px;
}
#Menu
{
width: 154px;
text-align: left;
float: left;
padding: 5px;
}
#Haut-Menu
{
background-image: url(/Images/Haut-menu.gif);
background-repeat: no-repeat;
height: 30px;
text-align: left;
width: 154px;
}
#BG-Menu
{
background-image: url(/Images/BG-menu.png);
background-repeat: repeat-y;
height: auto;
text-align: left;
padding: 14px;
padding-right: 30px;
width: 154px;
}
#Bas-Menu
{
background-image: url(/Images/Bas-menu.gif);
background-repeat: no-repeat;
height: 29px;
text-align: left;
width: 154px;
}
#content
{
float: right;
padding: 0px;
width: 553px;
}
#Haut-content
{
background-image: url(/Images/Content-haut.gif);
width: 553px;
height: 33px;
text-align: left;
}
#BG-content
{
background-image: url(/Images/BG-content.png);
width: 553px;
height: auto;
}
#Bas-content
{
background-image: url(/Images/bas-content.gif);
width: 553px;
height: 28px;
text-align: left;
}
#Le_padding
{
padding: 0px;
margin: 0px;
}
#logo
{
position: absolute;
top: 60px;
left: 80px;
}
.petit
{
width: 154px;
}
.haut
{
vertical-align: top;
}
a {
color: #FF33CC;
}
a:hover {
color: #000000;
}
a:active {
color: #FF0000;
}
a:visited {
color: #FF9900;
}
Merci d'avance !