MS-DOS_1991
lundi 6 mars 2006 à 20:44
Je ne suis pas sûr de comprendre ton problème
Si tu mets dans ton fichier menu.inc.php le code de ton menu:
HTML
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> <img src="image/menu/barre-menu.gif" height="439" width="200"></p>
<div id="Layer5" style="position: absolute; width: 200px; height: 115px; z-index: 7; top: 113px; left: 138px;">
<img style="width: 200px; height: 500px;" alt="" src="image/menu/barre-menu2.gif"><br>
</div>
<p> </p>
<div id="Layer6" style="position: absolute; width: 200px; height: 115px; z-index: 9; left: 120px; top: 550px;"><img src="image/menu/bouton/contact.gif" height="105" width="140"></div>
<div id="Layer1" style="position: absolute; width: 200px; height: 115px; z-index: 8; left: 9px; top: 476px;"><img src="image/menu/bouton/projets.gif" height="105" width="140"></div>
<div id="Layer5" style="position: absolute; width: 200px; height: 115px; z-index: 7; left: 0px; top: 387px;"><img src="image/menu/bouton/formations.gif" height="105" width="140"></div>
<div id="Layer5" style="position: absolute; width: 200px; height: 115px; z-index: 7; left: 0px; top: 387px;"><img src="image/menu/bouton/formations.gif" height="105" width="140"></div>
<div id="Layer4" style="position: absolute; width: 200px; height: 115px; z-index: 6; left: 54px; top: 308px;"><img src="image/menu/bouton/classescultures.gif" height="105" width="140"></div>
<div id="Layer2" style="position: absolute; width: 200px; height: 115px; z-index: 5; left: 97px; top: 230px;"><img src="image/menu/bouton/ateliers.gif" height="105" width="140"></div>
<div id="Layer3" style="position: absolute; width: 200px; height: 115px; z-index: 3; left: 37px; top: 143px;"><img src="image/menu/bouton/itemart.gif" height="105" width="140"></div>
<p> </p>
(Mal codé soit dit en passant, je suis certain que tu pourrais l'optimiser davantage

)
... et que dans ta page index.php tu mets:
CODE
<html>
<head>
[...]
</head>
<body>
[...]
<div id="menu"><?php include('menu.inc.php'); ?></div>
[...]
</body>
</html>
.. Tout devrait marcher comme sur des roulettes, non ?