[HTML] Scrolling vertical page
Bonsoir,
J'ai fais un site avec un menu à gauche et tout un tas de boutons mais quand je visualise la page je n'arrive pas à descendre vers le bas de ces page ...
Quel code dois-je insérer pour faire cela et où l'insérer ???
Voici mon code:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>ABC Fibromyalgie</title>
<style type="text/css">
<!--
body {
background-image: url(../Images/Fond.jpg);
}
.Style22 {
font-family: "Times New Roman", Times, serif;
font-size: 9px;
}
.Style21 {font-family: "Times New Roman", Times, serif; font-size: 12px; }
-->
</style></head>
<body>
<table width="197" border="0" align="center">
<tr>
<td class="Style22">Nous sommes le
<?php
$Jour = date("d ");
$MoisTexte = date("n ");
switch ($MoisTexte) {
case 1:
$MoisTexte = "Janvier ";
break;
case 2:
$MoisTexte = "Février ";
break;
case 3:
$MoisTexte = "Mars ";
break;
case 4:
$MoisTexte = "Avril ";
break;
case 5:
$MoisTexte = "Mai ";
break;
case 6:
$MoisTexte = "Juin ";
break;
case 7:
$MoisTexte = "Juillet ";
break;
case 8:
$MoisTexte = "Août ";
break;
case 9:
$MoisTexte = "Septembre ";
break;
case 10:
$MoisTexte = "Octobre ";
break;
case 11:
$MoisTexte = "Novembre ";
break;
case 12:
$MoisTexte = "Décembre ";
break;
}
$AnneeHeureMinutes = date("Y H:i:s");
$date = $Jour . $MoisTexte . $AnneeHeureMinutes;
PRINT "$date";
?>
</td>
</tr>
<tr>
<td><embed name="MediaPlayer" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="../Musique/Musique.mp3" width="200" height="50" type="application/x-mplayer2" autostart="0" showstatusbar="1" volume="1" >
</e>
</embed></td>
</tr>
</table>
<table width="208" border="0" align="center">
<tr>
<td width="202"><a href="Actions.htm" target="mainFrame"><img src="../Images/Actions.gif" alt="Nos actions" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Appel.htm" target="mainFrame"><img src="../Images/Appel.gif" alt="Appel à témoins" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Armes.htm" target="mainFrame"><img src="../Images/Armes.gif" alt="Armes biologiques" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Association.htm" target="mainFrame"><img src="../Images/Assoc.gif" alt="L'association" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Autour.htm" target="mainFrame"><img src="../Images/Autour.gif" alt="Autour de la fibromyalgie" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Dems.htm" target="mainFrame"><img src="../Images/Besoin.gif" alt="Besoin d'aide dans vos démarches" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Contacts.htm" target="mainFrame"><img src="../Images/Contacts.gif" alt="Contacts" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Documents.htm" target="mainFrame"><img src="../Images/Dissim.gif" alt="Dissimulations criminelles prouvées" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Droits.htm" target="mainFrame"><img src="../Images/Droits.gif" alt="Les Droits de l'Homme" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Fibromyalgie.htm" target="mainFrame"><img src="../Images/Fibro.gif" alt="La fibromyalgie" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="http://abcfibromyalgie.activebb.net/index.htm" target="_blank"><img src="../Images/Forum.gif" alt="Accès au forum" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Liens.htm" target="mainFrame"><img src="../Images/Liens.gif" alt="Les liens à visiter" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Maladies.htm" target="mainFrame"><img src="../Images/Maladie.gif" alt="Les maladies proches" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="News.htm" target="mainFrame"><img src="../Images/News.gif" alt="Les news toutes fraîches" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Reconnaissance.htm" target="mainFrame"><img src="../Images/Reconn.gif" alt="Reconnaissance de la fibro" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td><a href="Temoignage.htm" target="mainFrame"><img src="../Images/Temoign.gif" alt="Les témoignages" width="190" height="38" border="0" /></a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><span class="Style21">Vous êtes le
<!-- Code Compteur.com -->
<script type="text/javascript" src="http://www.compt......">
<A HREF="http://www.compteur.com">Votre compteur GRATUIT avec Compteur.com</A> mesure d'audience, statistiques, ROI
</script>
<!-- Fin du Code Compteur.com -->
ème visiteurs. </span></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html> |