Pb d'ascenseur [html] - Programmation
Marsh Posté le 10-08-2002 à 14:58:42
tu n'aurais pas demander de coloriser l'ascenseur par hasard?
Marsh Posté le 10-08-2002 à 15:21:44
non pas du tout!
Marsh Posté le 10-08-2002 à 15:35:30
En fait c'est une page .php3:
<?
$page = "chirologie/chiro_acc.htm";
switch ($rub)
{
case 1 :
$page = "chirologie/chiro_acc.htm";
break;
case 2 :
$page = "chirologie/doigts.htm";
break;
case 3 :
$page = "chirologie/lignes.htm";
break;
case 4 :
$page = "chirologie/monts.htm";
break;
case 5 :
$page = "chirologie/e-chirology.htm";
break;
}
$rub=1;
?>
<html>
<head>
<title>Le Site des Mains - Chirologie</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body text="#663300" background="trait.jpg" leftmargin="5" marginwidth="5" topmargin="0" marginheight="3" >
<table width="770" cellspacing="5">
<tr>
<td colspan="2" align="center">
<?php include "menu_inc.htm"; ?>
</td>
</tr>
<tr>
<td height="10"></td>
<td rowspan="2">
<div class="boite">
<div class="sousboite">
<? include ($page); ?>
</div></div>
</td>
</tr>
<tr>
<td width="115" valign="top" align="left">
<?php include "chirologie/chiro_menu_inc.htm" ;?>
</td>
</tr>
</table>
</body>
</html>
Marsh Posté le 10-08-2002 à 14:48:09
Bonjour,
J'ai fait une page html et je ne comprends pourquoi mais il y a un ascenseur vertical inactif sur la droite. D'habitude il n'apparait que si c'est utile mais là il apparait en étant inactif.
Pouvez-vous m'éclairer?
---------------
Découvrez la version 2005 du Site des Mains!! C'est la même qu'en 2004!